Christin White

Results 52 comments of Christin White

To add some additional information I meant to include last night, here's my `sg.lua` config: ```lua local sg = { "sourcegraph/sg.nvim", dependencies = { "nvim-lua/plenary.nvim", }, opts = { enable_cody...

Rewrote my entire Neovim config and what was essentially the same sg spec worked this time, I don't have any clue what the source of the issue was but it...

So is this actually fixable or are we out of luck now?

I briefly chatted with one of the AgileBits devs on FB and while it wasn't official, it sounds likely that code signing will continue to be required. He did recommend...

I believe that Evernote was originally implemented with Slogger before Brett dropped it, presumably because he stopped using it at some point. I think I've seen discussions about other platforms...

I also would love a little more direction here, I've added an indentation override to my `~/.atom/packages/linter-stylelint/package.json` file but while I don't get any errors it doesn't appear to be...

Am I misunderstanding then that you can't extend the standard config built into stylelint (assuming `useStandard` is true)? I'd like to have a slightly customized basic setup I can use...

I think Calca’s syntax is a reasonable approach to this problem: ![F4016B34-A455-432D-902B-35E2798D44A0](https://user-images.githubusercontent.com/1746405/211179752-0b54947c-a0d4-47a6-a193-a43e9f8408d1.jpeg) It works quite well for some uses. On the other hand, there are times when I really just...

I've been playing with Numbr quite a bit and I really like it's syntax, definitely more so than Calca's: ``` # List of items Item one: 256 Item two: -512...