Julian Torres

Results 69 issues of Julian Torres

I'm trying to embed a GitHub gist into a page, and I can't seem to get it to render. Tried using the `script` tag that it gives me and it's...

I have Gifox set to save gifs in a directory located in dropbox, for example like so: `~/Dropbox/foo/bar/gifs`. When I go to `Preferences > Sharing > Dropbox` and navigate to...

## Problem I've recently been interested in giving the [vscode-neovim](https://github.com/asvetliakov/vscode-neovim) extension a try, however my hesitancy stems from the fact that there are a few instances where VSpaceCode relies on...

enhancement
help wanted

It seems like the `SPC b {h/j/k/l}` mappings are the same as the `SPC b {H/J/K/L}` mappings. Is that what they are in Spacemacs, and that's why they were brought...

bindings

I would like to use a different color for buffers that are in another window and are not given the current focus, is there a way to do that? And...

This is mostly just a "heads up", using this with Python 3.10, I'm getting a Deprecation warning that looks like the following: ``` /Users/juliant/Library/Caches/pypoetry/virtualenvs/ops-template-wDb_TPtP-py3.10/lib/python3.10/site-packages/pytest_sugar.py:168: DeprecationWarning: The distutils package is deprecated...

It seems like the code completion from this plugin doesn't work particularly well within .cshtml files. Works fine in other normal HTML files.

As the title suggests - there seems to be some issue with alignment of headers, disclosure icons, and line numbers. Can that be fixed? Thanks! ![CleanShot Obsidian 2022-01-12 at 00...

## Bug description When playing around with the `whichkey.delay` setting, I noticed that `SPC SPC` would not get registered, whereas going into a menu and executing a command in _there_...

bug

As an example, I have the following in my `keybindings.json` already: ``` { "command": "workbench.view.explorer", "key": "cmd+f t" }, { "command": "workbench.view.explorer", "key": "cmd+f t", "when": "sideBarVisible && !explorerViewletVisible" },...

help wanted
upstream