Timi Aiyemo
Timi Aiyemo
Interesting. The reverse here is the case for me. Air does not track root changes but does quite fine once files are in a sub directory.
You can try something like this to overwrite the default image insert functionality and insert your own instead. @jwstevensii ```javascript this.editor = new Quill('#editor', { modules: { toolbar: "#toolbar"}, placeholder:...
The `imgHandler` in the example is a function that gets passed a parameter, you could literally rewrite it as ```javascript function(a){ console.log(a); // code that uploads your image and slots...
Hi @aFarkas, this issue is actually not an issue with Sentry but with the lib as window is lost especially when doing SSR in some frameworks like Angular. This fix...
Had to install via `npmrc` before the yarn version started working. So weird.
Possible to get support for M1s?
Mocha is still the best runner out there. It will be an honor to be a part of keeping this going. @JoshuaKGoldberg do we have a timeline as to when...
Do we know how often PRs stay unattended to in this repo @benley? I also just opened one that is critical to something we are working on and hope the...
Finally got your example to work but it still defaults to dev
Naaaah...please don't. They're both very different and will be easier to just leave them separate.