Mary Strodl
Mary Strodl
OpenEvals is dead
Note: this doesn't touch the renderer at all, and users on misskey can't set it for themselves. This is only for remote users for now.
Also, I noticed the wrong locales tag I don't know japanese, sorry
Looks like it's related to hooks that penrose sets up. Don't actually do this, but I know because this works: ```rs fn main() -> Result { std::thread::spawn(cnx::run); std::thread::sleep(std::time::Duration::from_secs(1)); println!("Picking up...
Figured it out. Looks like I wasn't thorough enough when converting the icons to use an external link, so it was still using only the assets.
Should be fixed in e2775f40ec55dfdceea83d535dff77d60534b6bc, feel free to reopen if not! :)
At a glance this seems cool! I'll review later when I get a chance to properly look at the code and try it out. Thanks for contributing!
> P.S.: I have very little knowledge about contributing to open source projects, so lets say I'm interested in trying to add said feature, would I just add commits to...
Any news?
@emerikool Perhaps `typeof process != "undefined" && process.browser`? Should be careful and test with all the different types of electron first though! (Context isolation=true, nodeIntegration=false, etc)