James Vasile

Results 15 comments of James Vasile

I ran into this issue in my own code and worked up a crate to quickly split strings containing multiple sqlite statements and also to tell me when I'm dealing...

Yes, that's right. I thought it could be done simply, but after chasing down a bunch of edge cases and handling virtual tables, I think this "simple" bit of code...

Hello, I am interested in orgami-mode for Latex. I came here to get some hints on implementing it and found this issue. I don't particularly care whether this gets implemented...

Thanks for the pointers, @ThibautVerron. I'll take a look and keep an eye on @jcs090218's fork.

I agree more information about folding would be appropriate. Or any, really. Even emacs wiki seems to be lacking on this topic. In addition to the above, a simple introduction...

I have a script that reads docker-compose.yaml and makes adjustments based on a few factors, then writes it back out. I basically want to filter docker-compose.yaml and pass an adjusted...

Maybe this is useful to some folks: https://github.com/jvasile/docker-wrap It lets you define a pre-up in docker-compose.yml. Patches welcome!

Update: I removed the /theme/zola-clean-blog/static/img/home-bg.jpg, deleted /public/* and rebuilt. It works because the file doesn't already exist. But, `zola serve` gives me the "file exists" error.

I have this exact error with WEBEX meetings as well. In #491 an "unsafe character" error was fixed by removing it from the reserved char list. I tried that here,...

@singletS Take a look at [PR 101](https://github.com/mooz/xkeysnail/pull/101), which I think solves this problem on my machine by disabling the joystick functionality. If that doesn't work, take a look at [PR...