-
The current model with a Registry is inefficient when you're dealing with a large number of machines running docker in multiple locations. It also add's complexity in setting up a Registry that is eit…
-
![image](https://github.com/Benjamin-Loison/Signal-Desktop/assets/12752145/591b3221-23bc-4fe1-ad74-475f6f343bf9)
I guess this is to reduce Signal server workloads but for multiple small files I do …
-
Tracker for the unit test. The unit tests should cover pl.Series, pl.Expr for eager and lazy (if implemented).
- [x] absolute_energy
- [x] absolute_maximum
- [x] absolute_sum_of_changes
- [x] ap…
-
- [X] I have searched open and closed issues for duplicates
---
The current tray icon has a blue outline, just like the application icon. Other messaging services such as Discord and Sla…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
# YOLOv8 Multi-Object Tracking
Object tracking is a task that involves identifying the location and class of objects, then assigning a unique ID to that detection in video streams.
The outpu…
-
The Optimizer can result in not having the car charged in the morning when there was not enough sugar power available to charge the car. I would not like to solve this with my own scripting, it works …
pvmil updated
1 month ago
-
**Description**
Add a parameter to limit the max number of filter rules.
**Why this would be useful**
Allow to server administrator limit filter rules to a safe number. This feature avo…
-
Inspired by me setting a breakpoint on a function and gdb telling me there are 12 locations...
The idea behind the `*-inl.h` files is to provide inline definitions of short functions. Large gobs of…
-
In a simple JAX program, such as
```python
import jax
import jax.numpy as jnp
def bar(z):
return z + 1
def glug(z):
return z + 2
@jax.jit
def prog(x):
y = glug(x)
z = bar(…