Théo Degioanni
Théo Degioanni
**Describe the bug** If a crate imported by path in the same workspace is mentioned in the ban deny list, cargo check will not error. This also seems to happen...
Hello! In the released 12.0.1 emoji font, the SVG components do not correctly comply with the standard by not providing a bounding box size, making some SVG parsers fail. I...
Fixes parts of #82
Hey! I find it a bit difficult to get started with ybc because it's not immediately obvious how bulma constructs map to ybc ones. Notably, showing how to make forms...
While quick-protobuf supports reading messages over a stream by taking any type implementing `std::io::Read`, internally this will actually copy everything into a Vec and generate a reader from that in-memory...
Hello. When building any of the examples on Windows native, emigui-miniquad fails to build. ``` error[E0432]: unresolved import `emigui::Mesh` --> C:\Users\Moxinilian\.cargo\git\checkouts\emigui-miniquad-166b794becee653c\6457ba3\src\painter.rs:1:14 | 1 | use emigui::{Mesh, Texture}; | ^^^^ no...
Hello! I'm having issues running the dopri5 method on a time sequence, very closely to what is in the latent example. I am trying to run odeint using odeint_adjoint with...
# Tested on OS: Arch Linux OBS: 27.2.4-2 Move Transition: 2.6.1 # Steps to reproduce Add a Move action to a scene that triggers a Move value on a source...
## Bug Description When asking Mojo to render a (moderately) higher resolution Mandelbrot set on the SaaS playground, the process gets killed with SIGSTOP. ### Steps to Reproduce 1. Load...
This introduces a couple new operations to drive simulation from within an MLIR program, next to the models themselves. This can be lowered by Arcilator to create LLVM functions that...