Bret Comnes

Results 345 comments of Bret Comnes

This is done in 1.1 and can be closed. 🎊

I think I'm running into this issue.

@Tobiaqs any hints on how to build Nkit on nix with mono installed?

This also seems to cause relatively referenced js and css assets to fail to load on the target page.

This is surprisingly a pain in the butt on macOS, etcher having this feature would be fantastic, as my SD cards rarely match the image size that comes with the...

I ended up finding a way to set this up outside of balena by modifying images with packer. Script that does it: https://github.com/bcomnes/raspi-packer/blob/master/resizerootfs Lifecycle script that runs it (systemd): https://github.com/bcomnes/raspi-packer/blob/master/resizerootfs.service

Good news is the image retention feature seemed to recover the panel. 😓 Edit: the red pixels are still cooked. Not sure if those will recover

Have you all tried https://www.npmjs.org/package/nodewebkit ? That way nw isn't anything more than a dependency in your package.json and an npm script away.

I was experiencing a similar issue with `fastify-type-provider-json-schema-to-ts` where when the auth plugin was used in the preHandler, everything was resolving to unknown. I'm not quite sure what fixed it,...

I took an initial stab at a base class at https://github.com/bcomnes/cached-element/blob/master/index.js