Joseph Roddy

Results 56 comments of Joseph Roddy

I kind of agree that this one was a bit vague. I solved it with `grid-template-rows: 50px 0 0 0 100%;` but it wasn't accepted. Awesome project by the way,...

+1 for this being really annoying. Works great in actual Vim. For me though, `ci"` **does** work if I'm before the target. For me, it's working for `" ' t`...

Here's how I'm solving it right now, if anyone gets here, but I can't imagine this is the right way. ```javascript const lines = quill?.getLines(); const headers = lines?.reduce( (h1s,...

Encountering the exact same issue in a fresh create-react-app project. The fonts flash the base font-family for about .5s before my imported fonts appear. Have to switch to using google's...

> For me though, ci" does work if I'm before the target. For me, it's working for " ' t and backtick (template strings in JS). But, it's broken for...

Lots of operators on nested props broken: `select * from users where info.email != null;` `select * from users where info.height > 10;` ^Return every record

Hey Joe, I have a prototype working on this branch if you want to try it out: https://github.com/JoeRoddy/firestation/tree/firestore (no promises that it will work on your machine though :/ )...

If you find any specific issues with it (I'm sure there are a ton) feel free to open up an issue on it! Would be helpful :D Biggest one atm...

I guess I'll just leave this open until we merge in the Firestore branch.

@danidfm I should've deleted that branch. I've moved the changes from it to a more stable core electron template. Checkout this branch: https://github.com/JoeRoddy/firestation/tree/projectRevamp Then you can just run: `$ npm...