Jason
Jason
- Chat history should be saved - Should be configurable by time/size - Should be time stamped and navigable by month/year - Should be searchable in-app If you have used...
Before conversion ```css root: { --red: #ff0000; } .myclass { color: var(--red); } ``` After conversion ```css .myclass { color: #ff0000; } ``` I have a very large file with...
I'm actually not sure where this needs to go, either atom-typescript, Atom itself, or here. Since the update Atom did to `v0.199.0` snippet completions come before object completions, which shouldn't...
There were no sources of water close enough to us, so I had to go a bit of distance to find a lake on a mountain. I got it down...
I'm not sure what your plans are for 3rd party integrations, but it would be great if you could support https://obsidian.md since it's one of my favorite applications for productivity...
I tried to do a pull request but it failed, so... I'm just going to leave this here. In your runner code, I added the following changes to make it...