Ilmari Vacklin
Ilmari Vacklin
As the title says. (Motivation: we're running some legacy code on jQuery 1.4.something.)
Reproduce: ```shell $ git clone https://github.com/LukeMathWalker/tracing-actix-web $ cd tracing-actix-web/ $ git checkout 8b3d748690a3595fa3a744f93ebdfe46f275ed0f $ RUST_BACKTRACE=full cargo outdated --features 'opentelemetry_0_16' thread 'main' panicked at 'no entry found for key', src/cargo_ops/temp_project.rs:702:20 stack...
Thank you for the great action! We're running it in production now. 🙂 I have a feature request that would help us: we're running this action for a bunch of...
Browserstack has released a new version of the API: http://github.com/browserstack/api This version adds `os_version`, which is a very useful thing to be able to specify.
After `ihp-new blog`, running `./start`: ``` % ./start [...snipped a lot of logs here (available below) ...] stripping (with command strip and flags -S) in /nix/store/ipcz899457y2hhmr4sd8hs7wgbd110l5-ormolu-0.1.4.1-bin/bin patching script interpreter paths...
Feel free to reject this as something out of `cloudform`'s scope: It'd be great if `cf.Fn.Ref()` calls failed to compile if the referenced resource doesn't exist in the template. I...
I'm trying to take this action into use, but I'm getting this error: ``` 2022-08-12T13:32:04.0519222Z ##[error]Deployment failed, try again later. ``` And that is the _only_ error-related output in the...
The tutorial in question: http://www.lwjgl.org/wiki/index.php?title=The_Quad_with_DrawArrays The `glDrawArrays` call gives `GL_INVALID_OPERATION` on OS X 10.8, Java 7. All the other operations seem to work. If I remove the error checks, the...
Do you have stability guarantees for this package, and/or guidance for library authors when they should add support for tracing in their stable releases?
First, congrats on the book! 🎉 I'm following along the book and I have an issue with collecting logs. Specifically, a step like this passes: ```haskell makeStep "Long step" "ubuntu"...