uriesk

Results 29 comments of uriesk

Maybe this `join()` could instead be part of the constructor? So it could be used for further manipulation. i.e.: ```js const image = sharp([ [image1, image2], [image3, image4] ], {...

Same problem here, but i am only using the [StayTrue](https://www.curseforge.com/minecraft/texture-packs/stay-true) resource pack.

Looks like it happens when mushrooms have multiple blockstates in your resource pack. If you remove `assets/minecraft/blockstates/brown_mushroom.json` and `assets/minecraft/blockstates/red_mushroom.json`, it is fixed. But then you don't get those nice random...

Rather than having a descriptive error message, i would prefer it if `synapse_auto_compressor` still continues with the other rooms.

> Unfortunatally it doesn't find any room with that state group :( You can run it with `RUST_LOG=debug ./synapse_auto_compressor ...` Which gives you some error like: ``` [2022-07-27T11:32:18Z DEBUG tokio_postgres::prepare]...

Got the same usecase now. I do not like the vhost or custom middleware solutions because they all create a new session middleware at every single request. I would prefer...

Is this still an issue? I tried to check it and `dmsetup table` got the `allow_discards` flag and `mount` shows `discoard=async` on the mounted volumes. Looks fine to me.

I see, it happens with the helper, when using the `unlock` command. The options from `crypttab` don't get handed down. https://github.com/dracut-crypt-ssh/dracut-crypt-ssh/blob/master/modules/60crypt-ssh/helper/unlock.c#L150 @ahesford can we somehow check if a `discard` is...

@kelson42 fixed that in #1707 and https://github.com/openzim/zim-requests/issues/543

Responsive design, so showing them on certain resolutions, is not an option?