hejops
hejops
What is the best way to iterate through an array of strings? Do I need to set a timeout perhaps? ``` (login, etc) livelook.login((err, res) => { for (let line...
Probably not the best place to ask this question, but I'm quite new to Jupyter Notebook, so I'll give it a try. I do all my notebook editing in vim...
**Describe the problem that needs solving** Images can only be downloaded individually. **Describe the solution you'd like** Add either a second button to download all images (next to the current...
I noticed that any time I do a search, I get logged out on the official GUI client, which terminates any downloads in progress. Not a huge issue since I...
Any non-English characters in a track title are not written to the filename. If there are several such tracks in an album, it will be impossible to download all tracks....
I use tabs a lot in my workflow, and use [`drop`](https://neovim.io/doc/user/windows.html#%3Adrop) wherever I can to avoid amassing a pile of duplicated tabs. This PR introduces the minimum change necessary to...
I don't know how `:reader` does it, but it selects the fourth post on this blog: https://bcantrill.dtrace.org/ `:readerold` doesn't work on it, so I guess `:reader` is still better than...
[Here's](https://doc.rust-lang.org/book/ch03-03-how-functions-work.html) an example where the default CSS style applied when calling `:reader` leads to funky syntax highlighting. I wonder if it's possible to use CSS to preserve syntax highlighting in...
Minimal config: ```lua local telescope = require("telescope") telescope.setup({ extensions = { ["ui-select"] = { require("telescope.themes").get_dropdown(), -- the following line works -- require("telescope.themes").get_dropdown({ initial_mode = "normal" }), }, }, }) telescope.load_extension("ui-select")...
I'm getting the following error. Any idea why `jobstart` is an unknown function? ``` :call alda#playing#PlayOperator(visualmode()) Error detected while processing function alda#playing#PlayBuffer[3]..alda#playing#PlayOperator[1]..alda#Operator[15]..alda #playing#Play[3]..alda#RunAsync: line 4: E117: Unknown function: jobstart ```...