vabatta
vabatta
Would be great to have an option to change the hardcoded type action name such as this one https://github.com/danielr18/connected-next-router/blob/master/src/actions.ts#L11 .
Hi, it took me a while to figure out that you need to encrypt auth HTTP passwords in file using something like `htpasswd` from the `apache2-utils` package, according to the...
# Bug report ## Describe the bug When the auth token expires while using the app, it won't refresh and returns the error `Unauthorized: Invalid token: token is expired by...
**Is your feature request related to a problem? Please describe.** Not really related to a problem. The initial idea was to use Federation but Apollo Federation is not fully ready...
By enabling XO prettier and using this plugin, you get duplicated errors with rules `@typescript-eslint/indent` and `@typescript-eslint/semi`. There should be auto compatibility as they are both integrated within `XO`.
Hi, how can I use this with react?
The request is to have breakpoints, or so called guides also, while resizing the panel so that it might resize to certain values "easily" than a normal one. Let's say...
As mentioned, https://github.com/edwardanthony/nestjs-seeder/issues/8.
### Description Whenever I try to push a commit to the origin (`git push -u origin main`), an error is preventing me from pushing: ``` commitizen check branch..................................................Failed - hook...
Reading through [community@jtag-debugging-on-esp32-devkit/32609](https://community.platformio.org/t/jtag-debugging-on-esp32-devkit/32609) and https://github.com/espressif/esp-idf/issues/10381#issuecomment-1353944059 it seems that for M1 Macs I need to update the following packages: - platformio/tool-openocd-esp32@^2.1200.20230419 - espressif/toolchain-xtensa-esp32s3@^12.2.0+20230208 But while changing the platform_packages with those signatures,...