Bart De Roy

Results 22 comments of Bart De Roy

I personally think that shelling out is not a good practice. Likewise running dotbot as a super user or making system config's symbolic links somewhere in the a user's home...

I encourage users to manage `/etc` with [etckeeper](https://wiki.archlinux.org/index.php/etckeeper), which uses git. It has hooks for common package managers. Make sure to take a look at *Automatic push to remote repo*...

I use mucomplete which cycles native completion methods. I haven't properly used your plugin, and I haven't looked at this in detail, but I imagine I'd like to set something...

have you tried a simple timer? the callback function could turn off the timer when `pumvisible()` is true... ```vim function! s:isPumVisible() if pumvisible() && exists('s:wait') call timer_stop(s:wait) call s:continue() endif...

I want to let my package manager install html docs to `/usr/share/doc/`. Could this be made [downloadable](https://docs.readthedocs.io/en/stable/downloadable-documentation.html) please? In order for dev packages to be able to build and install...

hi, thanks for your response. I'm coaching 10-14 year olds and I'd like to refer them to the official site. My understanding is that when the official site gets used...

I hope that this community continues to "recognize and encourage involvement of all kinds", especially translations, as they will diversify the community. I'd like to continue to maintain and translate...

I'll see if I can publish a dutch version of the reference [here](https://cdjeeklo.gitlab.io/html/).

see also https://github.com/processing/p5.js-website/issues/283

thanks for the link... I will check it out. I admit that a few minutes after opening this issue I wrote a few styles using Gecko filters like `html, img{filter:...