Bjorn Beishline

Results 30 comments of Bjorn Beishline
trafficstars

Really great addition! The only issue I have with the current implementation, is that this doesn't work for non-inlined scripts. Maybe we can add a polyfill if you decide not...

Now that I think about it, could just replace the `` when detected with a `script` tag with some javascript like this... Probably easier, plus this presumably has nearly zero...

Thanks for all of your hard work on this project! What API would you have in mind for transactions? Maybe something like the [`postgres`](https://www.npmjs.com/package/postgres#transactions) npm packages way of doing so,...

You might be able to run this board with my fork called [`elf2flash`](https://github.com/BjornTheProgrammer/elf2flash). Instructions for how to do so are in the README.md

@vicb Thank you for the response! I was actually concerned about this because I was attempting to implement the `createSign` function and `Sign` class, which is a part of `node:crypto`,...

I was working on a quick start cli, which generates a template based on your platform and while back. I don't know if this would help mitigate issues like that,...

I ran into this issue as well. As the last person to work on the AWS Amplify provider I looked into it, and it seems that Amplify's image provider will...

@stuible No problem, glad I could help! One point of clarification, as my wording wasn’t the best. I ment that the console currently logs if a width doesn’t have a...

Experiencing same issue on same hardware

I made a fork where I completed most of changing the project to completely typescript. Please let me know if you would be willing to actually continue with this before...