nothingismagick

Results 218 comments of nothingismagick
trafficstars

Now that there is a GH Action workflow integrated, there is a relatively trivial approaches to do automated releases: 1. Make a dev branch that is the new default 2....

That will require that a crates.io token is stored as a GH secret though... If there is interest I can see about making another PR that shows how it could...

I think that would be the way to do it, yes. Will make a PR tomorrow.

Ojey, I forgot to do this. Thanks for the reminder!

I like the idea of the third version (profiling && tracing), but since this issue was opened it still seems (superficially at least) that optick does not yet support OSX...

Doesn't tokio bring in another rather heavy dependency? And is this then a massive breaking change that would require everyone to retool?

I didn't mention that I tested this both with build and test (on macos).

This can get merged, its a non-breaking change.

WASM isn't just for the browser and riker isn't just for a server... Just saying

Hi, saw this issue and decided to do a drive-by PR. I built a GH Workflow and you can see the results here: https://github.com/nothingismagick/authenticator-rs/pull/1 Note, clippy is failing because it...