Brandon Elam Barker
Brandon Elam Barker
And also: https://github.com/singularityhub/singularity-cli/pull/40 Turns out I was a little too lenient in my review of the PR, as I hadn't actually had a chance to test the `singularity build` of...
Double quotes around environment variables aren't erased either, for instance, in the `%files` section, `"./${DISTRO_INSTALL_CMDS}"` gives rise to `Copying '"./alpine_install_cmds.sh"' to ` ... resulting in a copy error.
See also #269 and note that in addition to this and others discussed, Shapeless Lenses also seem to suffer from generating Nothing errors (as well as AsInstanceOf errors, but I...
@paulp Maybe I should clarify that this happens when using shapeless in a project, not when working on Shapeless itself ... but perhaps the criticism is valid, just wanted to...
Does this mean even using xml literals is a wart? I guess it could be considered deprecated, in the context of Scala 3. Currently I have strange issues with NonUnitStatements...
I just hit this as well, would love to see it added - luckily my use of macros are limited so I can sort of isolate the suppressions as a...
Also, a quick alternative that may even be preferable for some other use cases would be to have all the documentation on one page (possibly split into two: the main...
I too have this issue currently. Quick workaround that may or may not work for you: ``` $ ln -s path/to/src src $ ln -s path/to/Cargo.toml $ ln -s path/to/Cargo.lock...
In a bizarre turn of events, if you launch the scala console via mill, you can get early termination (type any key and `readPassword` will immediately return, followed by corrupted...
@tpfau Thanks, I see what you mean - in fact each LB is lower than what I remember as the default: -999999 compared to -1000 (I'm quite rusty in general...