Olle Bröms

Results 57 comments of Olle Bröms

@ZPascal This isn't my type of expertise. I was able to run the `sam` cli using `pip install aws-sam-cli` but that is using python right and not as an binary?...

I'm having this issue as well. ```bash sam --version SAM CLI, version 1.110.0 ``` I think `CommaDelimitedList` combined with `!Ref` should transform a strings for instance `"http://domain1, http://domain2"` into `["http://domain1",...

@jfuss @mildaniel I've made some testing regarding this. Any comments on my comment above? I'm a bit worried about this being stale for 2 years.

Any Python developer who can help with my PR to fix this above? I have little to none experience with Python. I'm a JavaScript/TypeScript developer.

Could you add `.focus` and `.hover` class to the root element when they occur on the input? So it's possible to add thouse styles...

I've created a PR for this one. Please have a look at it :) https://github.com/strapi/strapi/pull/15522

I'm also trying to use etc1 but getting "Uncaught Compressed texture format is not recognized". Never used etc1 before. So maybe I'm doing some wrong thing. Which tool do you...

Is this working or will be fixed anytime soon? I'm having some issues that docker doesn't close when I do `Ctrl + C`. I'm using `pnpm` and graceful teardown works...

Is this considered? Would love to have such feature. Just to see all queries that would be executed before I run them. @shane-js Like your stuff as well but just...