Daniel Ashcraft

Results 32 comments of Daniel Ashcraft
trafficstars

> @dashcraft did you mange to solve this? > Struggling with the same problem, using Prisma 1.25 > Tried following this guide but it didn't help: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service_IAM_role.html I used Prisma...

Bump, ran into this today and it took me on a wild ride for about 2 hours.

Something i've been doing more of recently is using the git import syntax for npm, where it links the github repository. It can be configured to match against tags and...

I've been too busy to devote much time to think through the hot reloading architecture, but this reminds me of https://wokwi.com/projects/322410731508073042 The esp32 in browser simulator we came across awhile...

This is a topic i'm super excited about honestly. Having a robust host that has out of the box behaviors, similar to a bolts included framework, is something I've been...

As my devs onboard I may set aside dev time to help contribute to this. I've been terrible about contributing, I know I should do better, I'm just so dang...

@phoddie when i'm running the run command it stays running in the console, i assume that's a feature and not a bug (as in it needs to stay connected when...

@phoddie absolutely, if my devs can make changes to a HTTP route for instance and the device hot reload without needing to go through the command steps again, that would...

@phoddie yes, the watch/watch-path features are very similar, for this i imagine the compile/build step would fail and not push latest changes to device, telling the user that the code...

Good question, maybe a framework vs a starter template.