-
The latest version of Mitsuba3 using the new version of DrJit failed when using `prbvolpath `for backward/forward mode on heterogeneous volumes with NEE.
It seems the issue is caused by performing …
-
## PLIP (Plone Improvement Proposal)
## Responsible Persons
### Proposer: Víctor Fernández de Alba (@sneridagh)
### Seconder: Tiberiu Ichim (@tiberiuichim)
## Abstract
The old fashioned…
-
**Is your feature request related to a problem? Please describe.**
`step!(integ, dt, true)` fails on `GPURosenbrock23()` with `add_tstop!: method has not been implemented for the integrator`
**…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Text is not visible on "Claim" button.
![image](https://github.com/user-attachments…
-
The credentials are currently saved to a Cr.sav file located at /Saved/SaveGames/Cr.sav
If something happens that corrupts or modifies the Cr.sav file from the format that is expected, the engine wil…
-
Since Mbed TLS 2.23, we require a C99 platform, with some pragmatic restrictions to support platforms that are mostly but not fully compliant to C99. In particular, we do not require `printf` and frie…
-
I am integrating with Ruff and wish to provide out-of-the-box configuration that users can override if they wish. Essentially, a flag to set the [extend](https://docs.astral.sh/ruff/settings/#extend) …
ofek updated
8 months ago
-
**Describe the bug**
In the [Deep Linking](https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin/blob/master/doc/DeepLink.md) documentation, it clearly outlined that `Note: The code implementati…
-
Implement 2D and 3D integrators based upon the same approach as the 1D integrators in `numerical.integration2.F90`. The idea would be to split intervals into quad/oct-tree-type regions and then evalua…
-
Both Euler integrators incorrectly calculate the new position and velocity because they divide by `t` instead of multiplying by `t`