ypicard
ypicard
**Discussion?** Don't really know if I should file this as a feature request or a bug, let me know. **Describe the bug** When updating files with the `dasel put` command,...
**Is your feature request related to a problem? Please describe.** I would like to be able to filter an array of json objects with a regexp on a given nested...
I would like to use this library to trigger long running jobs which are themselves responsible of deleting the original message from the SQS queue. Is it possible to not...
### Describe the problem you'd like to have solved I have a gateway in front of my services which takes care of validating the JWT tokens. I would still like...
### What happened? Running fMRIPrep 21.0.2 inside Docker, it stalls without any useful information or error on why. It is very hard to know where to look for a solution....
Hi, It would be nice to have a native implementation on how to provide a heartbeat feature to extend the visibility timeout if the processing of an SQS message is...
It would be fantastic to be able to export styles and be able to re-import them when coming back to the web application to further work on them.
It would be nice to be able to configure actions (specifically auto-registration actions) using this provider.
Hi, Based on the current [implementation](https://github.com/aigoncharov/cls-proxify/blob/master/src/core.ts#L5), proxy method calls are not able to update the wrapped object private members. It is related to the [No private property forwarding](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy#no_private_property_forwarding) topic. I...
Hi, The release of [Poetry](https://python-poetry.org) v1.2 enforces the respect of [PEP440](https://peps.python.org/pep-0440/). In [setup.py#7](https://github.com/jczic/MicroWebSrv2/blob/master/setup.py#L7), The usage of `version='master'` prevents installation of this package with poetry. This is also the case for...