-
-
### Current State
The WIP Registry module currently stores all persisted data as JSON.
### Proposition
I recently discovered NBT as a viable format for compressing large amounts of data, There also e…
-
-
There is a very nasty `switch` statement in `EventDispatcher` which ensures that an incoming event is handled by the correct handler by a number of manual casts. There are also a number of other manua…
-
# Handle
pauliax
# Vulnerability details
## Impact
functions depositVault, depositMultipleVault and withdrawVault in VaultHelper could require _amount > 0 to prevent useless transfers.
## Recomme…
-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have…
-
1. Functionality for `plasmapy.analysis`
- [ ] Create a `bdot_probe.py`
- [ ] Create `calc_bfield()` function. Does not use units, strictly `numpy` arrays (probably 1D).
- [ ] Crea…
-
The current implementation of the safe comparison functions is less not optimal:
https://github.com/llvm/llvm-project/blob/22044f0bde015f4bf53fca24831d030ff96efc51/libcxx/include/__utility/cmp.h#L65-…
-
I'm trying to get `sea_query` to be as performant as native SQLite prepared statement as possible. I've only tested `TEXT` columns and here's the fastest I've managed to do it:
```rust
let mu…
-