Eli Hastings

Results 15 comments of Eli Hastings

I also get this when I click on something and then wait for the new page to load. In puppeteer you can wrap several commands in an await (see https://stackoverflow.com/a/52212395)...

Any update on this?

For anyone else who had emails mysteriously disappear, there is a fork to have a more lax validation instead of #22: https://github.com/vijedi/griddler-mandrill

Well, it sets it to pass so long as the SPF isn't `fail`, which is what I need (some of the valid emails I get are `softfail` and I have...

What's the status of this? Is there anything I can do to move it forwards?

I have [rebased this branch](https://github.com/rtic-rs/rtic/compare/master...seagen-io:rtic:feature/esp32c6) and the code _mostly_ works on my C6. I haven't tested the `rtic-monotonics` crate but a timer with interrupts created with `esp_hal::timer::TimerGroup::new()` works, as well...

I'm closer now - rtic-monotonics now works, but interrupt priorities are being ignored - testing the `sw_and_hw` task on an MCU shows that the GPIO task can break out of...

I did some more digging today and saw esp-hal notes some external interrupts are reserved, so [in my latest commit](https://github.com/seagen-io/rtic/commit/dad0d6a5cab10ea3a08d3135306497027111b696) I excluded them and now it looks like it is...

I'm not sure that's the only issue. I've just set up a new attic server with this nixos module: ``` { config, ... }: let atticd = builtins.fetchGit { url...

🤦🏽 Thanks, that worked. My initial server output didn't have the JWT: ``` Attic Server 0.1.0 (release) Running migrations... * Migrating NARs to chunks... * Migrating NAR schema... Starting API...