Jim Fisk

Results 215 comments of Jim Fisk

This doesn't respect the `set confirm` in your config, but adding my own confirm logic into the plugin seems to work better in general. You can do that in the...

This worked for me: ``` au VimEnter NERD_tree_1 enew | execute 'NERDTree '.argv()[0] | let g:nerdtree_tabs_open_on_console_startup=1 ``` That way if you open a directory instead of a file (e.g. `vim...

Thanks @alandawkins, changing the configuration for folds in `~/.vimrc` worked. Previously: ``` "FOLDS: "------ " Automatically save folds augroup AutoSaveFolds autocmd! autocmd BufWinLeave * mkview autocmd BufWinEnter * silent loadview...

In my initial testing I was running into `parent_component is null` errors: https://github.com/sveltejs/svelte/issues/6584 After doing several cache clears ctrl-f5 and using incognito/private browsing windows, it appears to work as expected...

I attempted to load the fingerprint only when replacing the import path (https://github.com/plentico/plenti/commit/1005ca658a16e1aaaa3ee67a79dcd9f64fed5099). This resulted in a different fingerprint for each import. This was not my intention, but I didn't...

I can't seem to avoid the `parent_component is null` (firefox) / `Cannot read property '$$' of null` (chrome/brave) errors from periodically happening when trying to individual fingerprint each file. I'm...

I found a good way to replicate the issue with the hashed folder in case folks want to test: 1. Open several tabs with a locally running plenti site 2....

> If this were possible with Plenti then the CI/CD pipeline process might have to be done in Netlify? I'm not sure. I'm not positive either, but I think you...

Seems like other folks are having the same issue: https://github.com/goreleaser/goreleaser/issues/4816

I was having trouble installing a specific, older version of snapcraft, so the easiest thing to do was just to remove snap support for now. Once there's a fix, we...