bdebyl

Results 22 comments of bdebyl

For what it's worth for anyone having the same issues with AutoPairs, my **solution** to the following happening when hitting `` after a completion: ``` 29_AutoPairsReturn 29_AutoPairsReturn ``` Was to...

@xaizek it should fix it, same issue I had.

Same issue here: ``` $ glava --verbose Using backend: 'glx' zsh: segmentation fault (core dumped) glava --verbose $ glava --version GLava (glava) v1.6.3 (stable, unix/fhs) ``` Oddly, `glava` was working...

I'm going to take a stab to have something in sooner to see if I can find where in the source this could be added for having the Podman Cockpit...

After looking into this some more, and having very little to no experience with ReactJS or JS in general, this would require a refactor to allow either user-set UIDs (hacky/ugly)...

@spier are you able to see the Drone CI build outputs from the commits [here](https://cloud.drone.io/meltwater/drone-cache/630)? If so then yes. The only step that's used by GitHub Actions is Goreleaser, which...

This may not be too difficult to implement, though I'm not sure how much of an issue this is for others. Is there any specific reason certain files or folders...

Hmm I see. We've just recently added double-star glob support for `mount` paths in the settings (e.g. `path/**/subpath`, `path/**`, etc.) as part of https://github.com/meltwater/drone-cache/pull/209. I'll try my hand at implementing...

No problem @KucharczykL Seems like this will take a bit more effort than I had time for today. I'll keep you posted but will try to get this done by...

@hacktron95 Do you mind pulling the latest master into your working branch and resolving conflicts? After this and passing tests I'm happy to review and merge.