PJ Eby

Results 222 comments of PJ Eby

Oops, looks like the reason it was segfaulting was because I was building it with the mingw toolchain, not the msys toolchain. So it *is* possible to build a windows...

Oh, also, the golang DLL I built did nothing but output the environment as seen by Go. Dunno if anything more complicated (e.g. all of direnv) would work.

Well, not unless you had the ability to write an .envrc in Powershell (or maybe Elvish?) because otherwise the bash executable you run to parse it is still going to...

I'm currently using direnv on cygwin, with a patch to work around path issues, based on #630 with some additional changes I never pushed. I still want to write a...

Just FYI, Quick Explorer adds a `data-file-path` property to its menu items, so if you have a way to replace icons via CSS, you can simply target e.g. `.menu-item[data-file-path="path/to/folder] .menu-item-icon`....

Is this still true under 0.15.4? I am not able to reproduce it there.

Just want to cross reference this issue here: https://github.com/pjeby/tag-wrangler/issues/40, in case it's relevant to evaluating or designing this feature. Tag Wrangler's tag pages are merely providing a way to have...

If you use the Outline panel, you can jump to any heading in the document. Is that something like what you're looking for?

@Ellpeck: The view may need an onWindowMigrated() handler to recreate itself when moved to a new window. I've noticed that moving my own custom frame to a new window causes...

It sounds like an Electron issue, likely that the webview wasn't implemented with window switching in mind. I've previously suggested to the Obsidian devs that they add a pre-migration event...