Alejandro Rivera
Alejandro Rivera
 In the docs it says it uses the same API as `formidable`. There's an easy and straightforward to extend the type definitions from `formidable` to `formidable-serverless`?...
I'm following the workshop in [YouTube](https://www.youtube.com/watch?v=HZUlQ7Z2xHQ), and after adding GraphQL subscription I'm getting the following error: ``` WebSocket connection to 'ws://192.168.100.18:20002/graphql?header=eyJob3N0IjoiMTkyLjE2OC4xMDAuMTg6MjAwMDIiLCJ4LWFtei1kYXRlIjoiMjAyMDA0MTlUMTgxNjMzWiIsIngtYXBpLWtleSI6ImRhMi1mYWtlQXBpSWQxMjM0NTYifQ==&payload=e30=' failed: Error during WebSocket handshake: Unexpected response code: 404...
`zIndex` prop was introduced in [this PR](https://github.com/tvkhoa/react-tippy/pull/129) but it was not included in the type definitions.
First of all, thanks for your work. This PR makes the following changes: * Add Zoom and Drag & Drop functionality using [Panzoom](https://github.com/anvaka/panzoom) When there's a large model, it was...
Just right after entering jump mode and pressing a char to search, the terminal background changes to illustrate to which places I can jump. After selecting a place and exiting...
I'm creating a custom command with a menu prompt, similar to the "Reset to [commit hash]" menu. Mine looks like this: Configuration In summary, what this does is allowing me...
**Is your feature request related to a problem? Please describe.** I'm using different configs per repository. I want to add them to my dotfiles without leaking org or repo names....
[I have configure Telescope](https://github.com/rtalexk/dotfiles/blob/main/config/nvim/lua/plugins/editor.lua#L323) to close the window with the `q` key: ```lua -- somewhere in my config { 'nvim-telescope/telescope.nvim', config = function() -- ... require('telescope').setup { defaults = {...
### Describe the feature or problem you’d like to solve It'd be useful to open the web browser with submit button set to "Draft pull request". A clear and concise...
**Please explain the motivation behind the feature request.** Does this feature solve a particular problem you have been experiencing? What opportunities or use cases would be unlocked with this feature?...