Valérian Rousset
Valérian Rousset
I want to output something to stdout without having the logger writing it on. The issue is that it's already writing quite early on (via the `func init` construct). ```go...
Currently, `log.lvl` uses a `skip` argument to select how many stackframes to drop. `log.lvl{d,f}` both set it at 3 before forwarding the call. Sadly, there is no way to set...
There is many method defined with ptr receiver but which will fail when called with a nil. Also, many function takes a ptr to a value but doesn't handle the...
So, there is this `log.StaticMsg` to add a fixed message to each line. But I want to prepend the string with my own message, and reorder the fields, and align...
Troughout onet/cothority, there is a separation made between client using keep-alive or not. I don't think that's necessary to have a specific interface to the keep-alive one. Also, is there...
the derived builder doesn't offer the same default types as the source struct. that forces the user to explicit all types when theses can't be infered. in the case I...
`=dev-java/gradle-3.1` do not works with `FEATURES=network-sandbox`. It might be as easy as modifing `subprojects/docs/src/docs/dsl/org.gradle.api.tasks.wrapper.Wrapper.xml`.
`=dev-java/gradle-3.1` fail to compile and `=dev-java/gradle-bin-3.1` fail to work. The comon error message is `Could not initialize class org.fusesource.jansi.internal.CLibrary`. It happens when starting to use gradle, either during the build...
## Environment * **Platform**: GNU/Linux * **Docker Version**: 24.0.5, build ced0996600 * **Node.js Version**: 20.13 * **Image Tag**: 20.13 ## Expected Behavior Building a workspace aware project without changing workdir....
tried out releasing v2.2.0 & v2.2.1 and it seems to be working. * container image published with tag 2.2.0 & 2.2.1, "develop" image is now called edge * npm packages...