Alessandro Piras
Alessandro Piras
I'm working on a kinda large flutter app, and we're using `vrouter` as our routing solution. So far it served us well, but we're now encountering some issues when it...
Wanna thank you first for your extension, really liking it so far! I've got a small issue - when selecting the last candidate, instead of scrolling down to show the...
I noticed this issue when editing rust files. If the line has warnings (which are displayed on the right in the buffer in my config, which is the spacemacs default)...
### Describe the issue you are having I'm currently using the below patch to be able to bind my PF keys to have more emacsy keybindings (would rather have vim,...
### Description I cannot get fsharp-mode to correctly indent nested arrays ### Repro steps Try to type something like ```fsharp [ [ 12 13 ] ] ``` ### Expected behavior...
It would be great being able to switch locale with a knob or some control in the storybook interface. Is there a way to do that?
I'm using a nested `Beamer` object to navigate through pages inside of a modal dialog in our app. I would like the URL in the browser address bar not to...
Does ferry support queries like the one below? ``` query Foo($shouldFetchBar: Boolean = true) { moo { baz { bar @include(if: $shouldFetchPaymentSound) { foobar } } } } ``` My...
Keyboard input reaches the terminal after the program terminates. It's possible to type entire commands that get executed once the app quits. This PR discards the contents of `stdin` when...
Some input devices may identify as both mouse and keyboard. In this case, flutter-pi handles only mouse input, and the keyboard is non-functional. In our case, the input device is...