Niklas
Niklas
I saw this PR: https://github.com/digitalbitbox/bitbox02-firmware/pull/472 and remembered that I've noticed that githubs appid changed. Not sure exactly when. IIRC it is just `sha256('github.com')` now.
didn't push the new container image yet. This new toolchain increases the size of the targets by about 10%.
Hey, I tried to use replace_printf_handler[1] to replace the CA printf handler. The callback is defined as `( const char* ) -> void` whereas it should be `( const char...
Looking at zlib in wrapdb there are 9 non-consecutive revisions: 1, 2, 3, 2, 4, 6, 7, 8 over two versions 1.2.8 and 1.2.11. It is not clear to me...
**The `deno-slack` versions** ``` $ cat import_map.json | grep deno-slack "deno-slack-sdk/": "https://deno.land/x/[email protected]/", "deno-slack-api/": "https://deno.land/x/[email protected]/", ``` **Deno runtime version** ``` $ deno --version deno 1.38.5 (release, aarch64-apple-darwin) v8 12.0.267.1 typescript 5.2.2...
Hello, Do you think something like this is useful? I have an enum that I would like to insert into my template. I just now realized that I can implement...
1. Use `python3` interpreter instead of `python` which is ambiguous. 2. All temporary files need to be deleted in every `RUN` command to avoid adding it in a layer. Removing...