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 2024-01-07 00:53:35 +01:00
9f6ac4acd1 [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-01-07 00:52:26 +01:00
3d2ee5d6bb Replaced some new typing | notations with Union.
blacklight pushed to master at platypush/platypush 2024-01-07 00:32:59 +01:00
1cd328ef44 [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-01-07 00:31:49 +01:00
c64c28f7a8 (Re)-added backend/sensor/__init__.py file.
blacklight pushed to master at platypush/platypush 2024-01-07 00:07:34 +01:00
f9e5117145 [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-01-07 00:06:27 +01:00
f733c6318f Moved optional import in constructor block.
blacklight pushed to master at platypush/platypush 2024-01-06 23:45:55 +01:00
1ff8cfd240 [CI/CD] A more robust logic to regenerate components.json.gz.
blacklight pushed to master at platypush/platypush 2024-01-06 22:51:46 +01:00
e803807b8d [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-01-06 22:50:36 +01:00
edd92b8467 Fix: Ensure that components cache keys are ordered before dumping to file.
blacklight pushed to master at platypush/platypush 2024-01-06 22:46:15 +01:00
0f130235d3 [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-01-06 22:45:06 +01:00
4926f28f24 [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-01-06 22:43:57 +01:00
bb6f859262 Fix: typo in git commit argument.
blacklight pushed to master at platypush/platypush 2024-01-06 22:41:32 +01:00
cce04ef729 Updated components file
f85fc02cce Fix: git should be installed earlier in the update-components-cache step.
771ecd9a5b Fixed typo in the package name of the Github manifest.
Compare 3 commits »
blacklight pushed to master at platypush/platypush 2024-01-06 22:27:42 +01:00
30bbc396fb [Automatic] Updated UI files
blacklight pushed to master at platypush/platypush 2024-01-06 22:25:51 +01:00
6e1ab92298 New components cache management.
ef885e096f Added inspect.get_pkg_managers internal action.
Compare 2 commits »
blacklight opened issue platypush/platypush#344 2024-01-06 14:41:40 +01:00
Remove marshmallow_dataclass dependency
blacklight pushed to master at platypush/platypush 2024-01-05 02:56:13 +01:00
e1b6be7673 Marshmallow has replaced field.default with field.dump_default.
8fd5009553 [foursquare] Proper cast to number for db variables which may be strings.
Compare 2 commits »
blacklight pushed to master at platypush/platypush 2024-01-05 02:27:31 +01:00
5167597ace [Automatic] Updated UI files
blacklight pushed to master at platypush/platypush 2024-01-05 02:25:40 +01:00
afee6c5c85 [music UI] Implemented infinite scroll for playlist view.
dbae2ccc40 Added Redis db dump files to .gitignore
Compare 2 commits »
blacklight pushed to master at platypush/platypush 2024-01-04 23:24:53 +01:00
1e45aa5de9 A more robust logic to wait for the app to start in the tests.