Fausto Núñez Alberro

Results 39 issues of Fausto Núñez Alberro

I am currently rewriting this library after almost ~three~ six years. Initially, I'm doing this because I feel guilty of having such ugly code in my profile, but hopefully one...

help wanted

Hello there! Here's my `./src/BadMutation.graphql` file: ```graphql mutation BadMutation($input: Boolean!) { thisFieldDoesNotExist(input: $input) } ``` Here's my `.eslintrc.js` file. I've reduced it to the relevant parts only: ```js const schema...

My configuration: ```javascript 'graphql/required-fields': [ 'error', { env: 'apollo', schemaJson: require('./schema.json'), requiredFields: ['id'], }, { env: 'literal', schemaJson: require('./schema.json'), requiredFields: ['id'], }, ], ``` My query: ```graphql query Main {...

I've forked the repository to my own: https://github.com/fnune/base16-shell I've also submitted the changes here as PR to see if they get attention. If they're merged, I'll archive my fork and...

I tried pasting with this into [kitty](https://sw.kovidgoyal.net/kitty/) and it didn't work. It was because Kitty's paste shortcut is `ctrl+shift+v` by default, instead of `ctrl+v`. Once I changed it to `ctrl+v`,...

## Describe the problem These opts work as intended: ```lua { "shortcuts/no-neck-pain.nvim", version = "*", opts = { autocmds = { enableOnVimEnter = true, } }, }, ``` However, when...

need investigation
not confirmed

Currently the only write action is "Mark all read". I was hoping that this application would allow me to finally quit GitHub's Notification UI. For that I would need at...

enhancement

From https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/control-has-associated-label.md#rule-options > labelAttributes is a list of attributes to check on the control component and its children for a label. Use this if you have a custom component that...

![image](https://github.com/rajinwonderland/react-code-blocks/assets/16181067/809d1c7f-0e47-4918-9ffe-6edf9a23d640) I'd have expected the types to be compatible, but they don't overlap sufficiently. It seems like `CodeBlock`'s `theme` prop is `styled-component`'s `DefaultTheme` interface, whereas `CopyBlock`'s is this library's own...