Venus Xeon-Blonde
Venus Xeon-Blonde
For the minimum version we only need to support an attendance code in my opinion. We can skip the verification if attendance codes are single use and non-transferable. Perhaps change...
Public meetings the user has hosted and the user's RCS ID are on their profile as of 95d709d17a01f086110873c62425bc9576c2569a
Workaround (72d6c79034f23220f9408245362fe60ee9277a71) requires mentors to be ordered by first name only. Once the underlying issue in hasura is fixed, mentors can be ordered by first and last name on the...
This should be checked again, now that we have updated to Hasura 2.0.10.
After some research, this appears it will be solved on the release of actix-web 4.0 (see https://github.com/actix/actix-web/pull/1813)
CRUD operations for meetings is already handled by the meetings page, and does not need to be handled here.
Previous implementation: https://github.com/rcos/rcos-automation/ Command tracking issues: #127 #128
I did some docker caching for rust in some previous open source work and the biggest improvement for me was building the whole project, stripping out any binaries and artifacts...
> I'm a little uncertain about adding this, because it makes `log` become a public dependency of git2. Updating public dependencies can cause problems, and I generally would like to...
https://github.com/rust-lang/git2-rs/pull/1071 fixes the undefined behavior you mentioned.