Fausto Núñez Alberro

Results 49 comments of Fausto Núñez Alberro

https://github.com/tomhoule/graphql-client/pull/60

Regarding this error: ``` panic!( "operation type '{:?}' not in schema", operation.operation_type ); ``` I can't manage to trigger that through the GitHub example - operation types are `query`, `mutation`,...

I don't want to make big promises but I'd like to work on this over the weekend.

> I only seem to have the node builder in my package manager :( You can install pybase16-builder with pip: `pip3 install pybase16-builder`

I'm not sure we need to remove them; our theme should support older Neovim versions and can support them at no cost, right?

A PR is open for that I believe https://github.com/fnune/base16-vim/pull/28 But the author hasn't acted on it again. Maybe you can take it up?

Reopening just in case I find some time to do it.

Hi @kdheepak — after a while investigating this further, I realized I had a keybinding for terminal mode (which `lazygit.nvim` uses) mapped to `something`. Removing it fixes this issue for...

In my case, I'm trying to simplify connecting a signal: ```rust let signals = &mut owner.get_node("../Signals").unwrap(); let signals = unsafe { signals.assume_safe() }; signals .connect("move", owner, "_on_player_input_move", VariantArray::new_shared(), 0) .unwrap();...