Tomer953
Tomer953
Hi, Quick question that confused me, Someone knows why this repository is not listed under the search results: https://github.com/search?q=quicktype%2Fquicktype&type= Also tried with the github sdk. 👻
Sorry for asking this, but I can't figure it out. I am a web developer and I have a the following need: my website is related to a big event,...
Hi, I have`/upload` endpoint using [busboy](https://www.npmjs.com/package/busboy) library. the idea is to use node-streams in order to process the file fast as possible (and stream it to another service) in the...
Hi, The new version 2.7.0 states: "Support usage behind a proxy if the application can distinguish its user" We desperately need a solution to work behind reverse proxy (backend served...
### Which @ngrx/* package(s) are the source of the bug? store ### Minimal reproduction of the bug/regression with instructions ```ts import { createAction, props } from '@ngrx/store'; import { PcDataKey,...
Hi, love the idea! IMO the whole process should be automated. * UI should fetch packages from a backend+db api * the backend should: * save a list of packages...
### Which @angular/* package(s) are relevant/related to the feature request? language-service ### Description We are working on a large-scale Angular project and are interested in adopting the `strictTemplates` option to...
### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description ## Problem Sometimes we want to `sync` signals from components to a service (or everywhere else...
### Describe the bug It seems like `injectInfiniteQuery` that depends on some signal-based param, like `query()` for the queryKey/queryFn, is not working as expected when we use the `.refetch()` directly...
### Description: The `common-to-standalone` migration did not check for existing imports when adding needed imports after removing CommonModule. This caused duplicate imports when a component already had individual imports (e.g.,...