Philipp Jardas
Philipp Jardas
* `apollo-link-logger` version: 1.2.0 Hi folks, first of all, thanks for this cool tool! I was wondering, would it be possible to render the AST query back to a simple...
The [ESLint junit formatter](https://www.npmjs.com/package/eslint-junit) does not include a total time attribute for the root `` element. This PR makes the parser a little bit more lenient to accept `testsuites` elements...
If one passes a `helperText` to `TextField` it should actually be rendered if no error is present. If there is an error, the error message should be rendered instead. The...
`Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Safari/537.36` This UA string is currently resolved as `Browser` instead of `Robot`, although it clearly identifies itself as Googlebot.
Consider the following scenario where an atom effect tries to get the value of another atom. ```javascript const oneAtom = atom({ key: "one", effects: [ ({ setSelf }) => {...
### Description When generating TypeScript type definitions, it would be nice to have an option to generate all array types as readonly, either with `ReadonlyArray` or `readonly T[]`. IMHO this...