Trey Smith

Results 20 comments of Trey Smith

So github actions says that this action isn't supported on anything other than linux os. Not sure why... ![image](https://user-images.githubusercontent.com/15764606/135318707-5f6dbeaf-d867-45f4-89d4-e4efe022d2ac.png)

For now, i'm executing this code manually on my mac runner: echo ::set-output name=current-version::$(cat package.json | sed -n -e '/"version":/ s/^.*"\(.*\)".*/\1/p')

@haasal So here's an interesting one, with your code and opening devtools, I get some crazy behavior on the front end in terms of divs disappearing whenever you resize the...

> After switching the system theme, the OSX traffic lights return to their original position @duhiqc you can adjust the above code to this, and that'll solve that issue: ```rust...

Hey what's the status of this? I really would like to be able to apply inset on the traffic lights without work arounds

due to the complexity of the azuresigntool package, I removed it from the binary and it'll need to currently be preinstalled on the host machine. With GitHub runners, this should...

@lucasfernog should we bump the rust min version on the main crate too? I had to bump it to 1.72 on the CLI crate because of the dependency for jsonschema...

@amrbashir do I need to do anything to fix the clippy workflow failure?

> > @lucasfernog should we bump the rust min version on the main crate too? I had to bump it to 1.72 on the CLI crate because of the dependency...