David Komer

Results 93 comments of David Komer

On a similar note - I'm not getting live-reloading with multiple configs. I get the rebuild when looking at the terminal, but the browser doesn't refresh (if I manually refresh,...

Nevermind - my issue is fixed by _not_ having the manual entry point added as suggested at https://stackoverflow.com/a/41223040/784519 Removing that fixed things - though it could be that I had...

What is the recommended approach for publishing to pursuit now? It seems `pulp` relies on there being a bower.json, but having a dummy bower.json (just for pursuit) causes builds to...

> As you no doubt know, there's a dependency on socket2 via the transport feature via hyper. WASM doesn't supply std::net::TcpStream. @zancas - just curious, but if this is _the_...

On the topic of naming things, is Computed not often considered State? I find it a bit clearer to name it for what it is as opposed to how it's...

What, exactly, are the downsides of baking in the effect spec and driving it via the microtask queue? As far as I can tell right now (please feel free to...

> @dakom how do you tell the effect to stop watching? I see it as very similar to event listeners. Nothing in the spec prevents users from registering anonymous functions...

I think auto-tracking vs. non-auto-tracking dependencies should be a different issue than tracking vs. non-tracking contexts. What I mean is, for the sake of developer ergonomics, I may agree that...

I was going to file a new issue but I think it's a dup of this... for example, instead of `iw` to operate on the camelCase section, I'd like it...

Without knowing the code base, isn't it as simple as making this array configurable? https://github.com/VSCodeVim/Vim/blob/d8564f90a66b414c8698af1514becc5549973263/src/actions/plugins/camelCaseMotion.ts#L81