Fabio Manganiello blacklight
  • Amsterdam, NL
  • https://fabiomanganiello.com
  • Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.

  • Joined on 2022-07-05
blacklight pushed to master at platypush/platypush 2023-08-30 00:06:19 +02:00
446bc2f674 Skip checksum in platypush-git AUR package.
blacklight pushed to 276/better-docker at platypush/platypush 2023-08-30 00:06:19 +02:00
429658e7c8 Refactored PackageManager classes.
blacklight pushed to 276/better-docker at platypush/platypush 2023-08-27 23:20:37 +02:00
86e5f74645 platyvenv should generate (and document) a run.sh helper script.
blacklight pushed to 276/better-docker at platypush/platypush 2023-08-23 20:02:11 +02:00
9e6430a9ac Clone git repo if platyvenv is not running from a srcdir
blacklight pushed to 276/better-docker at platypush/platypush 2023-08-23 11:55:48 +02:00
dafd65dc21 Added new platyvenv Python script.
f230fa79bb to_pkg_install_commands should skip already installed sys packages.
449821673c Added PackageManager.get_installed.
b10ccdb313 Added get_src_root utility function.
1ef0d804db Added full_command argument to to_pip_install_commands.
Compare 15 commits »
blacklight opened issue platypush/platypush#281 2023-08-20 23:24:05 +02:00
Investigate why deprecation warnings aren't reported by logging
blacklight pushed to master at platypush/platypush-home 2023-08-20 23:14:21 +02:00
d7ce9113bc Updated old Gitlab links and examples
blacklight opened issue platypush/platypush#280 2023-08-20 21:32:44 +02:00
Add --db-engine CLI option
blacklight pushed to 276/better-docker at platypush/platypush 2023-08-20 13:49:29 +02:00
f66c4aa071 Ignore the Dockerfile in the root folder
blacklight pushed to 276/better-docker at platypush/platypush 2023-08-20 13:34:48 +02:00
a6f8021150 PackageManager has both install and uninstall.
5efcae64c1 Better Dockerfile logic to retrieve sources.
Compare 2 commits »
blacklight pushed to 276/better-docker at platypush/platypush 2023-08-20 03:39:08 +02:00
28ba042810 If no configuration file is passed to platydock generate a minimal Dockerfile.
199ac5f0f7 New way of managing installation scripts and dependencies.
71c5291190 Refactored the interface of Platydock and manifest utils.
a99ffea37c Fixed apt dependencies for mpd plugin.
7889b2f1db Updated generate_missing_docs to use the new manifest API.
Compare 25 commits »
blacklight commented on issue platypush/platypush#278 2023-08-18 17:28:50 +02:00
Platypush throws "method object is not iterable" error

Hi @AlphaDE,

The compatibility with Python 3.8 should be fixed in the latest commit on master. Feel free to reopen this issue if you still encounter issues.

blacklight deleted branch 278/fix-variable-errors-on-python-3-8 from platypush/platypush 2023-08-18 17:25:10 +02:00
blacklight pushed to master at platypush/platypush 2023-08-18 17:25:10 +02:00
3236e235ef Merge pull request '278/fix-variable-errors-on-python-3-8' (#279) from 278/fix-variable-errors-on-python-3-8 into master
2cab836bdf Entity.columns class property replaced by Entity.get_columns method.
a9cdff900e _variable should be an external global function rather than a class property.
d0c89f88a8 Fixed parenthesised multi-with statement.
ca95490412 Added timeout parameter to requests.get in the rss plugin.
Compare 6 commits »
blacklight merged pull request platypush/platypush#279 2023-08-18 17:25:09 +02:00
278/fix-variable-errors-on-python-3-8
blacklight closed issue platypush/platypush#278 2023-08-18 17:25:09 +02:00
Platypush throws "method object is not iterable" error
blacklight pushed to 278/fix-variable-errors-on-python-3-8 at platypush/platypush 2023-08-18 17:21:39 +02:00
2cab836bdf Entity.columns class property replaced by Entity.get_columns method.
a9cdff900e _variable should be an external global function rather than a class property.
d0c89f88a8 Fixed parenthesised multi-with statement.
Compare 3 commits »
blacklight commented on issue platypush/platypush#278 2023-08-18 16:38:25 +02:00
Platypush throws "method object is not iterable" error

Hi @AlphaDE,

Thanks for the report!

Both the cases seem to be regressions on Python 3.8 compatibility introduced by some of my recent changes.

The former is due to Entity.columns being…

blacklight created pull request platypush/platypush#279 2023-08-18 15:54:30 +02:00
WIP: 278/fix-variable-errors-on-python-3-8
blacklight pushed to 278/fix-variable-errors-on-python-3-8 at platypush/platypush 2023-08-18 15:54:00 +02:00
ca95490412 Added timeout parameter to requests.get in the rss plugin.
5dd7345c0b Sync the latest parse timestamps in main instead of __init__ in rss.
Compare 2 commits »