Results 338 comments of Stefan Sundin

It does not work very well.. so it is not very usable. I'd recommend looking for a different solution, and if you find one that works well (and there is...

In my opinion this issue should probably stay open until there's a configuration option to set up swap (e.g. a list of `[[swap]]` configurations that let you configure multiple swap...

@easy1481437320 I don't think this works with EKS. In my comment above I wrote `And the bootstrap container approach currently only works with ECS and not Kubernetes.` and I assume...

@awoimbee I think you are correct. I am probably the wrong person to ask though as I have never used bottlerocket with kubernetes.

I came across this problem too. While waiting for it to be fixed, I managed to work around it for now by filtering the SBOM with this jq command: ```shell...

Any chance there's a maintainer that can take a look at this? Pretty please. 🥺

I think this should do the trick: ```javascript import sizeOfImage from 'image-size'; // ... const size = sizeOfImage.default(buffer); ``` This should improve when #370 is merged, but who knows when...

I created a fiddle to showcase this bug: https://gist.github.com/3c890ee2fd57cf8c87da11d2ae7fdb24 Confirmed that it affects electron 17.0.0.

I just tested my fiddle on Electron 21 and it is still an issue! 😢