David Luzar

Results 833 comments of David Luzar

Actually, I'm pretty sure the issue is caused because the matching in atom buffer uses native Atom search API, which doesn't support lookbehind. Guess we'll have to wait until electron...

Maybe having an option so we can toggle behavior to tokenize `AND` operator on `&` instead of SPACE?

Why not.. If I understand it correctly, to search for `foo bar baz` via AND, you'd place multiple cursors: `foo|bar|buz` and run `narrow-ui:set-query-end`? Now, it depends on how much you...

:+1: for the `${clipboard}` variable.

https://github.com/xpl/ansicolor#nice-mode-not-recommended

> Does the actual text change as soon as you call the white method it must > Then when you call the method again with the red is it supposed...

@gajus sure thing. I'll get on it when time allows, soon.

We'll be releasing a new npm package under `@excalidraw/excalidraw` soon, directly from the `src/packages/excalidraw`.

I can, but then a simple task of binding a sortable to some DOM element will consist of having to make sure that every case which leads to removing that...

There's a JSFiddle in my original post.