Nathan Sobo

Results 20 issues of Nathan Sobo

There's some discussion in https://github.com/atom/vim-mode/issues/221 about allowing bindings based on multiple keys being smashed simultaneously. This is pretty tricky, because if we detected a `keydown` for a key involved in...

enhancement

We could bind keystrokes to commands via CSS custom properties associated with selectors. We currently do this anyway on a conceptual level but are forced to match selectors manually. Using...

help-wanted

See the tail end of https://github.com/atom/vim-mode/issues/129 for context.

enhancement

Refs https://github.com/atom/language-shellscript/issues/148 I'm doing a couple different changes in a single PR since they would conflict if done independently. The first is a fix for the linked issue that improves...

Here's a completion in Atom with `ide-rust` Here's the same completion in VSCode: Note how in VSCode, I can see the entire type signature whereas in Atom I can't. I...

I'm seeing the same word showing up as a suggestion with two different syntactic icons. ![screen shot 2017-11-02 at 10 09 24 am](https://user-images.githubusercontent.com/1789/32336840-0722cd9a-bfb6-11e7-862b-dca730f8de44.png) Steps to reproduce: 1. Open: [this version...

I'm attempting to use `devtool` for a project that registers custom require handlers for Babel and CoffeeScript. These handlers inject inline source maps automatically, but these maps are being discarded...

Hyperarchy is rendered entirely client side, so the same view objects get recycled between page views. It would be good to show a spinner when navigating to a page until...

[All Markdown issues](https://github.com/zed-industries/community/issues?q=is%3Aopen+is%3Aissue+label%3Amarkdown+sort%3Areactions-%2B1-desc) ## LSP Investigate this, this may solve multiple other requests - [ ] https://github.com/zed-industries/zed/issues/5243 ## Syntax highlighting - [ ] https://github.com/zed-industries/zed/issues/5217 - [ ] [`_` breaks highlighting](https://github.com/zed-industries/zed/issues/5346)...

enhancement
meta
markdown
language

Co-authored-by: Antonio Resurrected this from some assistant work I did in Spring of 2023. - [x] Resurrect streaming responses - [ ] Use streaming responses to enable AI via Zed's...

cla-signed