Bram Neijt

Results 22 comments of Bram Neijt

Currently our team uses a Microsoft extension found at https://marketplace.visualstudio.com/items?itemName=ms-devlabs.custom-terraform-tasks

I do not have the snap toolchain setup currently, but willing to give it a try. Feel free to open a PR if you want, all help is appreciated. It...

Immediately ran into a wall, I'm using Archlinux so I'm not sure atm whether I can develop and support snaps: https://bugs.launchpad.net/snapcraft/+bug/1981130

I have never had this problem myself and I often notice the HD limit problem before cron gets to running autotrash. But there is no reason not to add this...

Bump: There has also been a "--secure-delete" feature request. Both could be handled by "run custom command on file" instead of remove.

I set up CI/CD publishing for my own poetry project like so: https://github.com/bneijt/poetry-lock-package/blob/main/.github/workflows/publish.yml Feel free to copy-paste from there.

Tried to install this from aur source and ran into this issue on Archlinux. My workaround was - download https://aur.archlinux.org/packages/myxer - extract, run `makepkg` which will fail on the gio...

Added unit test and clean support as well, references https://github.com/srstevenson/nb-clean/issues/147

Please enable the workflow. One thing to consider is that the current implementation does not enforce a unique set. If you call `nb-clean check -r a a` you will get...

Sounds good to me, I can write that up tomorrow. One thing that you do need to take into account is that clean is a potentiality destructive action that you...