Giorgio Garasto
Giorgio Garasto
**What I did** I fixed a bug in `create-react-microservice` which stripped numeric values when computing npm scope **How I did it** I removed the `.replace` which removed the numeric values...
### Describe the problem: create-react-microservice strips numeric values from npm orgs, which are actually legal in org names. #### Steps to reproduce: 1. Run `create-react-microservice my-project` 2. Set an org...
The `injectAxe` command currently directly looks for the `node_modules` folder to get `axe-core` source code. This - however - makes it incompatible with Yarn Plug'n'Play, since it doesn't rely on...
# Summary This PR improves the performance of the `update_plugin` function by only contacting remote if/when needed. It does so by making two main changes: 1. Only running the `ls-remote`...
_Before you submit a pull request, please make sure you have read and understood the [contribution guidelines](https://github.com/TheFireCo/genkit-plugins/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/TheFireCo/genkit-plugins/blob/main/CODE_OF_CONDUCT.md)._ **This pull request is related to:** - [...
**Is your feature request related to a problem? Please describe.** Multimodal LLMs are coming and most of them will support for sure support audio input/output (see GPT-4o). Video input/output is...
As of today, TypeScript typings generation is a bit limited by the fact that-to run the JS wrapper script that generates the typings-the settings provided to Emscripten need to be...