@jarredsumner@mixednuts_rs are you asking about using traits instead of concrete types to avoid circular dependency? bc both T: Trait (static dispatch, monomorphization) and Box<dyn Trait> (vtable) need to depend on where the Trait is defined
@idlyupma@theodorvaryag yeah basically all dbs have k8s operators, i meant more like an actual production workload running on it instead of just community operators existing
@sqs@nicolasembleton fyi teamlab planets and borderless are different installations, the one in azabudai hills is much smaller (but newer) and you would need to purchase tickets a few days in advance (there is a huge line lol)
@levelsio @maxchristianl oversized luggage space does not require reservation anymore (starting from july 1). its located near the exits, you just have to be first in line to get them
@axionbuster@HSVSphere actually yeah, egui does support screen readers and tab navigation. i think also works with multi touch, no idea about custom dpi. i feel like egui and qt are the only fully native toolkits that have accessibility features out of the box
@ChShersh Elixir has been one of the most enjoyable things I've done as someone who primarily works with Rust and C++. One of the big problems I've had is the lack of strict types, I literally feel blind not knowing the types of function arguments. this a skill issue?