You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, without muting the errors, but by actually fixing them. It might be hard, but I think it'd be worth it to have nice, readable, idiomatic code.
Some anticipated difficulties:
SwIPC methods are in CamelCase, rust wants some snake_casing. Can we do this in a clean way ? I've noticed some function like ForceSetClientPID. Can we easily snake_case those ?
The text was updated successfully, but these errors were encountered:
Ideally, without muting the errors, but by actually fixing them. It might be hard, but I think it'd be worth it to have nice, readable, idiomatic code.
Some anticipated difficulties:
ForceSetClientPID
. Can we easily snake_case those ?The text was updated successfully, but these errors were encountered: