Kevan Davis
Kevan Davis
Same issue, OSX 10.10.1 atom 0.154.0
Sure, I can do that :+1:
This happened on startup.
I just reproduced it again with 3 python files open on load.
@getify that misses 1 use case: if 'a' fails, do we even want to try running 'b', same with e/f I think I prefer @shellscape's idea (disclaimer: @shellscape is a...
@getify ok... real use case (please sign NDA here, here, and here, and submit in triplicate...) In our legacy system (that we're converting over to grunt) we have some tasks...
there would also be a tricky part trying to associate documentation blocks with code blocks. it might just be 1 big comment & 1 big code block
I wouldn't say there's lack of interest. I was planning to take a more detailed look at this next week. However, based on the description, I'd probably push for a...
the solution I'm using is to have 2 branches: - `main` is where the obsidian plugin pushes commits - `deployed` is what vercel has set as the `production` branch, and...
Interesting. I came up with a completely different method when we were integrating groc into our documentation server. Here's a simplified version of what we did: ``` javascript var groc...