debuggerone

Results 5 comments of debuggerone

Maybe you can use https://reactphp.org/ if you want to stick with php here (we are using golang for production).

```python def load_storage_backend(self) -> Optional[StorageInterface]: """ Dynamically loads the storage backend from the config. """ storage_config = self.config["storage"] class_path = storage_config["backend"] init_args = storage_config.get("init_args", {}) try: module_name, class_name = class_path.rsplit(".",...

tried again - was able to up a new package - but now getting a 403...

That would have been for a few hours. It totally broke my flow.

I want to inject driver packages into my autocoding pipeline and smaller packages require less token. So even if I could build foo-storage or foo-cache packages that would mean more...