GabenGar
GabenGar
### Expected behavior I wrote a decorator along these lines: ```typescript import pgPromise from "pg-promise"; const db = pgPromise(...)(...); function databaseQuery( queryFunc: (args: any, databaseContext: typeof db) => Promise ){...
Parent PR: https://github.com/horahoradev/horahora/pull/79 Allows to run `webapp` separately from the rest of the stack.
[](https://www.youtube.com/watch?v=Ky5sGoDuC6E) - rewrote old functions to new style - in turn that means `axios` and `form-data` are not needed - also added a websocket endpoint...
The `enbsubst` setup uses Ubuntu 20 image, while my key created in ubuntu 22 gets rejected with error.
The structure like this: ```sql WITH hello_world AS ( WITH hello_another_world AS ( WITH hello_third_world AS ( SELECT FROM WHERE ORDER BY ), hello_third_world_again AS ( SELECT FROM WHERE ORDER...
**Is your feature request related to a problem? Please describe.** The list getting cropped if not all resolutions fit there. **Describe the solution you'd like** Multi-line them instead. **Describe alternatives...
## Reproduction https://github.com/GabenGar/repros ```sh git clone https://github.com/GabenGar/repros ./repros cd repros/nodejs/json-schema-to-typescript-file-path npm install npm run run ``` ## The Problem Despite passing [`$refOptions.resolve.file.read()`](https://github.com/GabenGar/repros/blob/4c89d3101883a9db5f7d67af8058ffbea5a1ad61/nodejs/json-schema-to-typescript-file-path/index.ts#L103) to not perform actual file system look up,...
### Is this a feature request or a bug? Neither. ### What is the current behavior? `npm audit` returns `8 moderate severity vulnerabilities` but all the fixes downgrade `web-ext` to...
### Link to the code that reproduces this issue https://github.com/GabenGar/repros/blob/main/nextjs/css-out-of-order/README.md ### To Reproduce Reproduction steps are in the README.md ### Current vs. Expected behavior Current: Different CSS resolution order between...
### Reproduction https://github.com/87906913/408919357/tree/main/react-router/invalid-css-resolution-order Reproduction steps are in the readme. ### System Info ```shell System: OS: Windows 10 CPU: (4) Binaries: Node: 22 npm: 10 ``` ### Used Package Manager npm...