Julio
Julio
I ran into this with a GUI program I'm writing (using the `winit` rust crate). When I start it, it is often not visible by `window --toggle float` or `query...
My issue with `winit` is still happening. Yabai still doesn't capture the [`window.rs` example](https://github.com/rust-windowing/winit/blob/v0.29.10/examples/window.rs). But, I created a minimal windowed application in objective-c with cocoa and yabai has no problems...
Upgraded to 7.0.4 today and am no longer having issues with my `winit` app. The last time I checked the issue was a 6.x version. Thank you @koekeishiya 🎉
I ran through your network logic in the qgis python console with various different https urls (`google.com` and `aws.amazon.com`) and it succeeded for both but still failed for `osm.tegola.io`. I'm...
The following files can help in understanding the build process: ## core: https://github.com/mapbox/mapbox-gl-native/blob/master/cmake/core-files.txt https://github.com/mapbox/mapbox-gl-native/blob/master/cmake/core.cmake ## file source: https://github.com/mapbox/mapbox-gl-native/blob/master/cmake/filesource-files.txt https://github.com/mapbox/mapbox-gl-native/blob/master/cmake/filesource.cmake
The first error makes me think that the `MapSnapshotter` is not suitable for a server environment. And, we should use the `atto` approach and use the `headless_frontend` class.
In addition the `mapbox-gl-native` repo has a similar bare-bones rendering tool which use `headless_frontend`. https://github.com/mapbox/mapbox-gl-native/blob/master/bin/render.cpp#L86