Federico Biccheddu
Federico Biccheddu
I'm using the default `mercurius`' PubSub implementation, but typings do not help working with Typescript and code-first libraries like `gqtx` or `nexus` because every `subscribe` or `publish` call needs to...
This PR try to fixes the error cause by `event.path` not supported in Firefox. I did see that is already resolved in v4, but currently we cannot currently use that...
Using this package in order to solve a problem with Node.js `--inspect` in the official alpine docker image, I receive that error message. I solved this problem using the following...
Problem: while defining some fields, is not possible to use fields defined later in the file. Possible solution: make field declaration lazy using a function and not a plain array...
I think this could be a nice addition to this project mostly because: - There are some nice features coming in the next release - Could improve library adoption by...
Starts working on #14
First of all, thanks for the library. I've got this config.php: ``` php $config['script_dirs'] = array('assets/script/'); $config['style_dirs'] = array('assets/style/'); $config['cache_dir'] = 'assets/cache/'; $config['combine_css'] = TRUE; $config['minify_css'] = TRUE; $config['combine_js'] =...
At the moment Bruno expect to have a folder where every route is. In our project we don't group by kind of file (eg: docs, controller, model, hook, view) but...
## ๐ Feature request ### Current Behavior At the moment I did define the following schema to handle empty strings as `Option`. ```ts const optionFromEmptyString = pipe( Schema.string, Schema.transform( Schema.optionFromSelf(Schema.string),...
### Environment information ```block CLI: Version: 1.6.4 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm" JS_RUNTIME_VERSION: "v20.11.0" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "pnpm/8.15.6" Biome...