Daniel Jenson
Daniel Jenson
Is there a method to hide all occluded nodes in fullscreen mode? In the absence of this, I see my screen littered with background windows, like so: 
**Describe the bug**  \newcommand isn't recognized and yields red text, even though it renders where used with the globalGroup turned on. **To Reproduce** Steps to reproduce the behavior: ```...
How can I create shortcuts to open the split on the right/left vertically or top/bottom horizontally?
I tried to specify a preferred interpreter but it looks like it errors out with a nil value here: https://github.com/hkupty/iron.nvim/blob/746f220f941158c6d75de3213d56aeeb0c917986/lua/iron/init.lua#L77
iron.lua: local iron = require("iron") ``` iron.core.set_config { preferred = { python = "ipython" }, repl_open_cmd = "topleft vertical split", } _G.my_iron_open_fn = function(orientation) local old_config = iron.config.repl_open_cmd iron.core.set_config{repl_open_cmd =...
Command: ```bash ./node_modules/apollo/bin/run client:download-schema \ --header "Authorization: JWT $1" \ --endpoint http://localhost:8080/graphql \ schema.json ``` Outcome: ```bash ✔ Loading Apollo Project ✖ Saving schema to schema.json → spurious results. Error:...
When I use my laptop stand alone, I'd like it to use the internal webcam to set the backlight, but when I dock it, I'd like it to use the...
The lecture notes show creating a factor just over the summation, not over the sum and an outer factor; this change makes the notes consistent.
Running `:lua require("luasnip.loaders.from_vscode").load({ paths = { "~/.config/snippets" } })` No longer works. This snippet directory has always worked, and previously I had adjusted the runtime path to include it, but...