Jay Somedon
Jay Somedon
After sending a js file with several vars and functions defined in that file, I see those vars and functions undefined in node repl. Sending lines using space works though.
**Describe the bug** I have installed both this plugin and [which key](https://github.com/folke/which-key.nvim) and I followed example configuration of both plugins on readme. I don't see this plugin's key hint showing...
First of all, thanks for making this! :-) So on 3.1 where it talks about `define-syntax` with example: ```racket (define-syntax foo (lambda (stx) (syntax "I am foo"))) ``` it explains...
I see that the discovery book has been rewritten for microbit board. Wonder if there is any chance of rewriting for embedded book as well?
In the [code example](https://rust-lang-nursery.github.io/rust-cookbook/web/clients/download.html#make-a-partial-download-with-http-range-headers) I see these two lines in the end: ```rust let content = response.text()?; std::io::copy(&mut content.as_bytes(), &mut output_file)?; ``` Looks like the first line is getting text...
I set up jack-pulseaudio bridge using cadence by following the [wiki](https://github.com/jackaudio/jackaudio.github.com/wiki/WalkThrough_User_PulseOnJack). - When jack is up and running, supercollider(which uses jack) plays audio, so I guess it means jack works...
How does one get raw pixels in current version? I see that raw_pixels() was there in 0.19.0, and since it's missing in current version, I guess it's deprecated? Overall, I'm...
So what I am trying to do is: 1. load some small images, display them as buttons, in html 2. users may click buttons to open local image files then...
As described in this issue Fanael/rainbow-delimiters#40 if you have configured evil-mode and rainbow-parens to be always on, upon buffer launch you enter normal state of evil mode, and you see...
### What Operating System(s) are you seeing this problem on? Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? Gnome 44.2 on Arch Linux(but really this...