Daniel Adams
Daniel Adams
As this affects my instance I definitely want to get this figured out. I'm going to spin up a test Mastodon instance with authorized fetch on so I can troubleshoot...
I managed to build successfully on FreeBSD 14 with OpenGL+X11. Only required changes were: - Adding a check for `defined(__FreeBSD__)` in src/gfxwrapper_opengl.h:130 (I imagine there's a more generic define that...
Is there anything we can do to help with this? Or is the Algolia integration something you're managing specifically
Interesting, I'll see if I can take a look soon
It seems as though the new version of docsearch wants you to apply (and wants to verify you are the owner of the docs being indexed among other things) https://docsearch.algolia.com/apply/....
No longer need to worry about secure context, removing it from the list
Still happens to me on Win10 with latest commits. The specific section in `egui_glow/src/painter.rs` causing it is this: ```rust if !cfg!(target_arch = "wasm32") { self.gl.disable(glow::FRAMEBUFFER_SRGB); check_for_gl_error!(&self.gl, "FRAMEBUFFER_SRGB"); } ```
Also wondering if maybe @gterzian or someone has some insight, currently the subtests that test `playEffect` and `reset` in idlharness fail, and I'm not sure why. The specific message is:...
Okay, it's not 100% perfect yet but I think ready for a more complete review now. Some caveats of the current implementation: - Anything related to haptic actuators has not...