Jesse Adamson Paroz

Results 9 comments of Jesse Adamson Paroz

I could, but then I'll have to implement some other way for the server to listen for the initial ping message from the client. Unless I'm misunderstanding what you're suggesting,...

Can we include #223?

Yeah, with the `DuplicateRecordFields` extension. I personally never felt it was that big of a deal, and am still in the habit of prefixing. I think the extension would work...

From what I can tell, `inBounds` is nonsense, as the game map loops around at the edges. The helper functions seem like nice additions. Perhaps we could name them as...

Great work from @Josef-Vonasek! Looks good to ship. Just curious, why the change to `rand`?

That makes sense. 👍

+1 for this from me, same issue precisely. I might have a poke around in Supertab in the next week or two to try to figure out a fix. Edit:...

With vimrc: ```vim filetype plugin indent on syntax on packloadall ``` and contents of .vim: - vimrc (no ~/.vimrc) - pack/jlp/start/codi.vim (directly cloned) I'm still getting the described behaviour. Are...

I've been playing around with trying to implement this, but am a bit stuck: - To bring up the current cell's column's context menu, I first tried to find that...