Artur Jamro
Artur Jamro
The second step of login. Attack scenario: 1. Bob knows your password - for example there was a leak from another webpage and you're lazy, so you have the same...
When you define a step, you can use either `run` or `uses`. You can specify `working-directory` only if you choose `run` - and when you look at the documentation, it's...
I see your point. I didn't know where I should file an issue, so I sent an email to [email protected].
Adding my two cents regarding the Wasmtime cache system: - after [a configurable number of cache file usages](https://github.com/CraneStation/wasmtime/blob/ebef2c6b5720fce164af9ded8b7ff3dd5d7e041c/CACHE_CONFIGURATION.md#setting-optimized-compression-usage-counter-threshold), the file gets recompressed with a better ratio, - there's a [todo](https://github.com/CraneStation/cranelift/blob/208510f381d685be96ffbf188ae6af9c0440b676/cranelift-entity/src/map.rs#L199)...
@alexcrichton when I was considering if Wasmtime cache needs compression, the uncompressed cache had some places with really low entropy. I haven't investigated it, but my guess was that `SecondaryMap`s...