Gautier Ben Aïm

Results 56 issues of Gautier Ben Aïm

Hello, I noticed that a test is not passing: https://github.com/catamphetamine/javascript-time-ago/blob/ae379f7a0ed4947d0c564804799024fc181ecf0e/source/style/twitter.test.js#L72 ```console 1) style/twitter should format Twitter style relative time (English) (absolute dates): AssertionError: expected 'Dec 9' to equal 'Dec 10'...

### Describe the bug Considering an element with `...` and a `slide` transition, the `.border` class gets overwritten when the transition is restarted mid-way. ### Reproduction https://svelte.dev/repl/935dfa05c34f4158afe89fa2ea4ff601?version=3.49.0 ### Logs _No...

See #168 for context. I updated two tests whose result changed because of the newly added semi-colon.

Considering the code ```svelte export const load = () => ({ stuff: { title: 'Hello World!', }, }) Hello World! ``` ![image](https://user-images.githubusercontent.com/48261497/154517089-15282c4b-77cb-4615-89c3-e7bdee3cfebb.png) This issue is a combination of coincidences, and...

Hello, I think that the regex below can be improved to ignore all "exotic" keys: https://github.com/xojs/eslint-config-xo-typescript/blob/022fe2553537227c64c9856191fd45ebc7016d76/index.js#L19-L22 ```ts vite: { server: { proxy: { '/api': { target: 'http://localhost:3003', ws: true }...

GraphQL v16.5.0 has introduced new types that we can leverage to expose better errors. Features introduced by this PR: - [x] Introduced a new class named `ZeusError`, replacing the confusing...

While not an error of Zeus strictly speaking, the client does not succeed in building specific malformed queries: ```ts // Valid query me: { id: true, contacts: { // Contact...

Hello! I would love it if Zeus natively supported file uploads. I'll probably open a PR in the few weeks. Related works: - [spec](https://github.com/jaydenseric/graphql-multipart-request-spec) - [emcell](https://github.com/emcell) offers a simple implementation...

Fixes #233 without breaking voiceover A fix mostly inspired by https://github.com/twbs/bootstrap/blob/1df098361cac04217d6a464c80e890c4335ecb5c/scss/mixins/_visually-hidden.scss