-
We are currently experiencing performance issues when it comes to transitions between serviceTasks (after the "next" function of the service is called, it takes quite long until the next serviceTask b…
-
The decision to transition the HD2_App from Flutter to Rust stems from a myriad of considerations, chief among them being the need for enhanced performance, reliability, and maintainability. While Flu…
-
### Description
We have recently reproduced bug with [H.Pipes](https://github.com/HavenDV/H.Pipes).
Nuget version: 2.0.59
Our server receives many IPC messages (~1000/min) in many cases there was…
-
There is a library to read sd cards but there is no library to "become" sd card to other hardware
(via small pcb adapter inserted into sd card slot of other hardware and connected to circuitpytho…
arekm updated
2 years ago
-
Documentation says:
> * You can create only one module at any given time
> * You can create only one MIR function at any given time
For linear code like regular programming language it's fine to …
-
I am looking into calculating the surface of a given PolyBezier.
```
let points, d;
const bez = new Bezier(points);
const poly = bez.outline(d);
```
I read a bit of the great gui…
-
With the particle stepper pretty much being finished and live I believe we could begin thinking about including a full pic simulation within the code.
I don't think we need to focus on beating commer…
-
# Implementing Integer-based Enumerations with an Inheritance Hierarchy
Fortran (2018) does allow to implement kind of integer-based enumerations, something like this (code snippets):
```fortran
mo…
-
Do you have solution for 2 converters in parallel mode ?
Thx
-
Hello,
I believe I found a bug with the incompressible random vector field algorithm. Generating a 3d incompressible field `A ` (3 space dimensions, 3-component vectors), I find that the quantity `…