Lucas Kent

Results 205 comments of Lucas Kent

I thought it worth mentioning that I've ported our usage of aws-sdk-ec2 to shell out to the aws CLI as a workaround until the compile time issues are fixed: https://github.com/shotover/aws-throwaway/pull/41

As mentioned in issue #52 , the plan is to have current fighter/stage UI overwritable with package HTML/CSS/Javascript. This still leaves the in-game UI and default menu UI. The issue...

Dolphin's new Qt TAS input interface, is looking pretty good. Probably just copy that with gtk-rs.

What is the equivalent of `(env).name` for $env? (Asking here because it's at least linked to from the changelog)

Some notes about our setup: Openssl dep with vendored feature Use TLS functionality of Cassandra-cpp Run on Ubuntu 20.04 on GitHub actionsf If I can find time I'll try to...

Ah, cloning would be no good because the drop needs to free the CassStatement. I guess a better question would be: Why do we need to consume `Statement`s when executing...

related: https://github.com/shotover/shotover-proxy/issues/337

In case its helpful for anyone, I turned this excellent reproduction into two integration tests: Expand... The first test reproduces the `cargo tree` issue, its quite easy to hit. The...

I've reverted the 2nd commit since that was clearly a regression. For the first commit I will keep this as a draft and evaluate this again after we resolve https://github.com/shotover/shotover-proxy/issues/1471