Wolfr
Wolfr
Excuse my ignorance, but if I put this in `environment.js` it complains about `emberKeyboard` not being found, would I then import `emberKeyboard` somehow? I don't understand the relation between an...
I really like this proposal, because it can get the action functionality to a wider audience. I think it's a powerful and underused part of Svelte. The current action tutorial...
The problem with the syntaxes is that they are hard to mix. You could do modernizr detection and code based on .flexbox and .flexbox-legacy.but this introduces a new depedency.
We can consider it, but these types of things only make sense if there is activity on the repo ;)
We seem to be moving towards a release system, where a version is defined in the minor part (major.minor.patch) still needs special care and could be considered breaking. So in...
I never read the explanation about Conventional Commits, interesting.
This relates to https://github.com/usebedrock/bedrock/pull/403 - as it's about similar settings. However as I don't know anyone actually using postcss in combination with an icon font, I will make this a...
This post can help people looking for info: https://johanronsse.be/2021/03/06/pug-advanced-mixins/
This is probably because `pathname` is a variable that exists within Express (the server), but when a page is built, the pathname does not exist.
To further debug this we can check if pathname exists on the “built” version as it exists in the “Express” version. Logic: ```` "styleguide/docs/" + doc.attributes.filename # styleguide/docs/typography == pathname...