Eric Ferreira

Results 14 issues of Eric Ferreira

When the icon is hidden and it is charged, nothing is shown. It would be great if the menu item would show something like "Charged" instead of just being a...

For example, with executable name `npm`, and when both `npm` and `npm.cmd` are present, the plugin tries to execute the `npm` instead of the `npm.cmd` file on windows. It then...

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...

d ⬆️
i ⬇️
tree-sitter
triaged
v ⬇️

There were some breaking changes in `4.0.0` that make the interface incompatible, at least type-wise. Works: Doesn’t work: Error: ``` Type 'import("/node_modules/@urql/core/dist/urql-core-chunk").Exchange' is not assignable to type 'import("/node_modules/urql/node_modules/@urql/core/dist/urql-core-chunk").Exchange'. Types of...

help wanted

**Describe the Bug** We use Linear to track our work items. I’m setting up an issue link config with Linear's app url, `linear://`, to open issues directly in the desktop...

bug

### Discussed in https://github.com/tailwindlabs/headlessui/discussions/1851 Originally posted by **DanBoghean** September 14, 2022 The current behavior of the headlessui combobox seems to be that the selected value is set to active (gray...

There’s some types that don’t match what the values actually are at runtime, and others that are too demanding (compared to what’s actually needed). See #43 for [an example](https://github.com/ericbf/graphql-passport/issues/43#issuecomment-894624112).

bug

The `Buffer` constructor [is deprecated](https://nodejs.org/api/buffer.html#new-bufferarray), so we should use the recommended `Buffer.from` instead. Fixes #338

The `Buffer` constructor [is deprecated](https://nodejs.org/api/buffer.html#new-bufferarray), and `Buffer.from` is recommended to be used instead.

Hello! I have a requirement to add underline/strikethrough to existing PDFs. Really, I have some PDFs where I need to underline all text, and I have other PDFs where I...