sandstrom
sandstrom
Myself and probably quite a few others asking for this use it for automation, via e.g. Playwright (https://playwright.dev/). Perhaps it would make more sense to see if we can get...
I'm also interested in this one, we have the exact same problem. We would like to mimic what Githubs built-in changelog generator does, which is to to list only the...
@orhun Awesome! 😄
I think we have this issue too. Any updates from the Github team?
@zekth I've opened a PR: https://github.com/standard-webhooks/standard-webhooks/pull/192 Happy to followup with a few more changes (those mentioned in my PR + explicit return, symbolize names and private constant adjustments).
@markemer I know you've probably got a lot on your plate, but is dark mode icon support something Ionic will take a look at? With iOS 18 rolling out now,...
Minor thing, but I think the Ruby JSON gem is pretty fast these days. It used to be slow, but byroot has spent a lot of time optimizing it. In...
Probably something you've thought about, but HTML isn't always the 'vanilla' flavour. Handlebars, Liquid, ERB and several other templating languages exist. They often add some 'special tags' on top of...
@ematipico Sounds like you've already thought about it! 😄 Great!
I'm not totally against this, though it feels somewhat out of scope for capacitor. For people who need this, it's totally possible to handle in JS-land today: https://github.com/nodeca/pica (we're doing...