-
Add support for passing a custom allocator with the new [allocator API](https://github.com/rust-lang/rust/issues/32838).
-
What's this weirdness?
``` r
library(performance)
#> Warning: package 'performance' was built under R version 4.1.3
library(see)
set.seed(1)
x Warning in simpleLoess(y, x, w, span, degree …
-
### Describe the problem
It's often useful to have different compiler options for different files. For example, you might want to enforce that all your first-party components are in runes mode, while…
-
Hi Squeezelite team,
First of all, thanks so much for this amazing player!
Wonder if there's a plan to add parametric EQ support?
I've been using LMS's `custom-convert.conf` to apply EQ, but …
-
# Weekly Notebook Entry — Week [01] - Week Span: [10/09] to [16/09]
### Quick Overview
We all got assigned to teams and had an overview of the current project status.
Task 1: Learning about t…
-
Greetings. I'm planning on using corrgen with gym-pybullet-drones to find obstacle free corridors using point clouds (which are generated using pybullet-rendered depth images). I want to use the colli…
-
Hello, I am trying to run storm on parametric models. I am using Storm on a Docker from the instructions mentioned [here](https://www.stormchecker.org/documentation/obtain-storm/docker.html#testing-th…
-
Would be nice to have NFTs which are each time as new,
on every render,/requests NFT would look like new one
- leverage KV workers/durable objects
- DM me for more details
- probably use SVG
-…
-
Need to support Python 3.13 in CI
- [x] pyfluent
- [ ] pyfluent-visualization
- [x] pyansys-units
- [ ] pyfluent-parametric (maintenance mode)
-
Let's say I have some linear system of parametric ODEs:
```python
def f(t, y, params):
a, b, c = params
dydt = torch.zeros_like(y)
dydt[0] = a*y[0] - b*y[1]
dydt[1] = b*y[0] - c…