Daniel Jenson

Results 18 issues of 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: ![image](https://user-images.githubusercontent.com/4793438/151446429-bc167779-117b-4e25-b46b-5ebc8ea2f998.png)

**Describe the bug** ![image](https://user-images.githubusercontent.com/4793438/114794702-d5c7ac80-9d41-11eb-8bab-972b00130a88.png) \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: ```...

help wanted

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...

enhancement

Does this support faster transcribing using GPU support?

question

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...