redneb

Results 11 issues of redneb

**Describe the bug** When I enable the `awaitWriteFinish` (as well as `alwaysStat` and having `followSymlinks` disabled), then when a symlink to a regular file is created the `Stats` parameter passed...

linux

Currently, the musl based ghc binaries provided by this repo are configured using the `--disable-ld-override` flag, which forces ghc to be built with the GNU `ld` instead of `ld.gold`. It...

I wanted to give `fltkhs` a try but I cannot seem to get it installed in my system (x86_64 gentoo linux). While compling the library itself seems to succeed, the...

### Basic info: - **Node.js version:** 16.14.1 - **jsdom version:** 19.0.0 When JSDOM encounters a stylesheet that imports some other stylesheet with `@import`, then the imported stylesheet overwrittes the original...

`range` supports the `premultiplied` option which is not supported by `mix`, even though `mix` is implemented on top of `range`. I think it makes sense to support it in `mix`...

Consider the following template file (call it `test.tmpl`): [% a=['φοο','βαρ']; a.join('•') %] [% a=['foo','bar']; a.join('•') %] and the following perl script that uses the above template: #!/usr/bin/perl use Template; binmode...

Bug
Soon

Currently `ect` sends all of its output to `stdout`, including error messages, e.g. $ ect doesnotexist.png 2>/dev/null doesnotexist.png: bad file No compatible files found It would be nice if it...

I find `makeDependent` a little bit confusing: what happens if it is called in order to indicate that a particular task has dependencies when that task has already been started?...

If we have the following example document ``` haskell let doc = readString [] "" ``` then ``` haskell runX $ doc >>> css "div > span" ``` returns ```...

When I create a tpxz archive as follows ``` $ pixz -9 -f 3 linux-3.7.4.tar linux-3.7.4.tpxz ``` then the resulting archive has a corrupt index: ``` $ pixz -x linux-3.7.4/README...

NextVersion