Gerhard de Clercq
Gerhard de Clercq
This project looks very interesting, but I am wondering if a WebGPU based rendering backend (probably using https://github.com/gfx-rs/wgpu-rs) would not be more appropriate for a modern use case than an...
### Description When trying to run the "dotnet" version of Renode on Linux, the UI does not launch and I get the following error: `[WARNING] Couldn't start UI - falling...
This commit adds a reference to an additional 3D integration example (using the VTK C++ library) to the README. 
### Description I would like to use ARM semihosting to interact with my Rust app running inside Renode in a similar way as to what is currently possible using QEMU....
### Related issue None ### Description This PR adds support for the STM32f439 series CPUs. ### Usage example In a repl script simply use `machine LoadPlatformDescription @platforms/cpus/stm32f439.repl` ### Additional information...
Hi, I am struggling to figure out how I can implement ports within Sparselizard that would allow for microwave simulations such as measuring S-parameters. Here I am talking about ports...
Recent PETSC versions request PETSC_NULLPTR instead of PETSC_NULL
### Describe the bug I am having a problem where I cannot get `probe-rs` to program my custom STM32 board via an ST-Link V3MINIE using the `--connect-under-reset` flag even though...
As shown in https://github.com/Eugeny/russh/blob/63f779ca7b66cfa77d5d443ab4ec40c3b066920a/russh/src/keys/agent/server.rs#L55, the Agent trait does not currently provide the key name in its `confirm_request` callback. This would be very useful in a project where I am currently...
I am currently using `inlineSvg` from `@svelte-put/inline-svg/vite` and it is working great (thanks for the awesome library btw!), but after upgrading to Vite 7 I have now started receiving the...