gajanak
gajanak
SHA256 is documented nowhere. Only PBKDF2 - and this is used with SHA1. Only reason to use SHA256 - its a little bit slower then SHA1, which result in lower...
Perhaps for some upgrades my feature fork will help. It allows extract a tar to an already mounted partition. For example, if you want only add or replace some files....
Oh, I missed this Issues on searching. Soory. I will study it ... Can you look at my diff, is it a possible alternative solution ? My solution has advantage...
In Windows based OS, loop.accept could use ws32 AcceptEx which support overlappedIO Result which works with current 0.10 loop design. Is someone working on this already ? Current Build only...
A small hint: If MEMORY64 is enabled , and a wasm64 is loaded, Strings are handled by I64 pointer isnteas i32 ? Then the Signature Check should be patched, to...
If Anyone has a Problem using the Workaround above with a DefaultValue on a JsonElement? (mapped to jsonb) it seems i can be tricked with .HasDefaultValueSql("(null)");
I used latest release (0.0.3) windows binary with default config. Tried to connect with for sample: https://github.com/dotnet/MQTTnet I don't know which other client will check the part of the Specification...
It would be nice, if ProxySettings on CollectionLevel can use Environment Variable ? This would easy switch between different proxyServers in different Setups ?
Only for Documentation, another way of fixing binfmt mountings Before: ```console podman run --rm -it --platform linux/arm docker.io/library/hello-world {"msg":"exec container process `/hello`: Exec format error","level":"error","time":"2024-09-14T09:36:27.872578Z"} ``` SSH in your machine...