Tyler Small

Results 6 comments of Tyler Small

I agree. The current documentation suggests storing credentials in plain text is okay, but it is actually really insecure.

> Related question: Is it possible to rapidly 'pulse' the motors on and off for slower speeds, or would that damage them? You can adjust the motor PWM through the...

@kouui sorry for the late response. First off, I do not recommend this car for this purpose. I got it working, but I had to do significant modifications. It essentially...

I found a temporary workaround. 1. run `terraform apply`. There will be an error saying the resource already exists. 2. Untaint the resource 3. Run `terraform apply` again. It should...

Sure. I tried putting `ember-cookies` in `dependencies` and `peerDependencies`. Both had the same result. ```json { "name": "ember-customer-auth", "version": "1.4.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [...

Yeah. it is a weird issue. I have determined it only happens when I use `pnpm link` to symlink the addon locally. Once I publish the addon, everything works fine....