Josemar Luedke
Josemar Luedke
For folks using gts/gjs, to keep importing the `hash` helper is just a constant pain not to have what you would have in JS by default. I'm in favor of...
> should the API be more like React's [createContext](https://react.dev/reference/react/createContext), where a context object is instantiated and passed around to use as a reference. This approach is probably better in terms...
You must add `ember-cli-moment-shim` to your package.json. If you install this addon using `ember install`, it should add it for you.
I agree. Do you have time to work on it? Possibly migrating the addon to Typescript?
Any new developments in this area? We are blocked in https://github.com/bgentry/ember-apollo-client/pull/175 by this issue. Thanks.
We export a set of utility types that allows to extract args and result of useQuery, useMutation and useSubscription. I think we are missing docs for these, but you can...
As a work around, we can disable TS lib check: ``` { "compilerOptions": { //... "skipLibCheck": true, //... } } ```
I’d like to suggest that we consider alternative names for this feature, such as `ref` (as seen in frameworks like Vue) or `signal` (used in Preact, Angular, and others). These...
I’d also like to propose introducing a new package for this feature, following a similar approach to the one in [RFC #1068](https://github.com/emberjs/rfcs/pull/1068). Specifically, we could create a package like `@ember/reactive`...
Latest beta works with TailwindCSS v4.