Jan Ph. H.

Results 467 comments of Jan Ph. H.
trafficstars

Signaling + restarting processess sounds more like a job for a process supervision framework, which sounds out of scope for a file watcher. If you need something like this, try...

> And then have the Process supervision framework forwarding signals either to watchexec or the application? Yes. > Do you have any experience with this / can you elaborate how...

Examples are intended to be minimal as you can see from other languages. Please make another repo to include them there, because github will likely not maintain big examples.

I disagree and think that it is better to keep the plugin minimal and use established cli tools instead. * Nevertheless, there should be support for selection of a complete...

@justinmk Offering 4 options to do the same looks very annoying to maintain and offers no particular advantage as the respective environment variable is done as specified in POSIX. `~`...

@Moelf Alternate proposal: Add to https://github.com/nanotee/nvim-lua-guide that lua stuff aims for some more readability instead of hackyness and `~` is not required to resolve to $HOME in POSIX SHELL standard.

I think you are correct https://pubs.opengroup.org/onlinepubs/009604499/utilities/xcu_chap02.html#tag_02_06_01. Annoyingly, things are not properly referenced.

Unfortunately I can not tick the boxes from @tiehuis , so I will add it here. __NOTE__: libgcc changed the definition and LLVM did not update it in compiler_rt yet....

@andrewrk The signedness between libgcc 4.9 and current libgcc has changed for the __4.1.4 Bit operations__ from http://www.chiark.greenend.org.uk/doc/gcc-4.9-doc/gccint.html#index-_005f_005fclzsi2 (Bit operations). How should we deal with this? [libgcc says](https://gcc.gnu.org/onlinedocs/gccint/Integer-library-routines.html) and that...

If anyone besides me is working on this, you can use older releases (