David

Results 23 comments of David

I can use this feature, or at least a hotkey to switch between them.

I found this but I'm not sure if its related: https://github.com/iced-rs/iced/issues/31

> Yes, As stated in the issue you linked > > > This is a necessary feature to render loading spinners, a blinking text cursor, **GIF** images, etc. > >...

Here is a simple breakdown of the actual issue at hand. It looks the rust compiler can't align and pack at the same time which is causing the issue. ```rust...

This is still an issue, looks like version 1.1.1 was never uploaded to PyPI and it looks like 1.2.0 is also not working. Is there something blocking getting a new...

[pr!721](https://github.com/wasmerio/wasmer-python/pull/721) @ayys @Michael-F-Bryan PyPI is still @ v1.1.0 https://pypi.org/project/wasmer/#history

Awesome, I'll check this out. I'm currently in process of writing an app to be able to manage the server better here: https://github.com/ic3man5/rcon_palworld I'm hoping I can do everything remotely...

This isn't trivial to do. I had to do it here (even more low level though as I had to get by USB port): https://github.com/freewili/freewili-finder/tree/master/src

I managed to build the documentation locally and it seems to work okay. ```bash $ cargo build --features uudoc $ target/debug/uudoc $ cargo install mdbook --locked $ cd docs $...

I found this section https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#creating-a-custom-github-actions-workflow-to-publish-your-site It looks like we might require custom steps to build and it would require adminstration setup to make it work successfully.