Rui Sousa
Rui Sousa
@marwahaha , my issue here is that on different environments the same logic shows me different results. As you can see from my [CodeSandbox](https://codesandbox.io/s/momentjs-bug-yvjie?file=/src/index.js) and my [StackOverflow question](https://stackoverflow.com/a/68458205/10136219), the same...
@marwahaha , both issues are somewhat related but they are different. #5916 is intended to show that I get different results from the same method. This one here I filed...
Is there a straight answer to this? I'm trying to move away from `momentJS` but it seems that any `time` library or even the default JavaScript `Date` has the same...
@benoitgrelard , is this something that I could work on? Would adding a `Caveats` section with this info be enough?
Following Hasura's tutorial ( https://hasura.io/learn/graphql/svelte-apollo/apollo-client/ ) I'm also having some issues with `apollo-client` Doing `yarn run dev` with the setup from Hasura's tutorial I get several errors like the following...
Upgrading `react-scripts` to `5.0.0` and `webpack` to `5.66.0` got me to the same point. Currently getting the following message pretty much everywhere ``` Did you mean 'graphql.mjs'? BREAKING CHANGE: The...
The dropdown trigger is supposed to act as a button so having a he trigger on mouse hover won't make much sense. However, you could implement it yourself by using...
@benoitgrelard , I don't think that this issue belongs to the `website`. The user presented their own project while using the dialog. In their use case, opening the dialog removes...
Joining this issue since I have the same problem. Have a folder with a BE and FE project and just initialized a SvelteKit project inside the FE folder. `prettier` doesn't...
Definitely still getting this. I'm trying to scale an image to a very large size using `width: '500%'` and `height: 'auto'` and it loses its proportions completely