-
I've been implementing [BAM support](https://github.com/NWPlayer123/Orthrus/blob/233ef49468710f7b047c08273ef873baecd8a2a2/crates/panda3d/src/bam.rs) recently and with that, I've hit a lot of flaws in …
-
The sqlite interface automatically generated from protobuf is still in it's preliminary state. Some functions are oddly shaped and organized since some return whole machines and some solely machine id…
-
Most frontend files such as order.php or admin/payment.php have very long functions that should be broken into several functions and possibly even turned into OO code.
Variables should be renamed to …
-
Currently the functions in [Shelley examples](https://github.com/input-output-hk/cardano-ledger/tree/master/eras/shelley/test-suite/test/Test/Cardano/Ledger/Shelley/Examples) are parametrized by era e…
-
Is there documentation for adding a vertical profile of diffusivity?
-
Hi,
The `add_virtual_server_subclient` function in `subclient.py` has different input options/validation as the `content` function in subclients/vssubclient.py`.
Could you please abstract the ha…
-
**TypeScript Version:** 3.7.x-dev.201xxxxx
**Search Terms:** JSDoc Map generics assignment any unsafe
**Code**
```js
class MyServer {
constructor () {
// new Map is Map; cannot call…
-
Hi, we ran into an issue where the eval() or other matcher functions are not supported for large request or policy sizes:
```
[Fact]
public void EvalInNonGenericTest()
{
var model = Default…
-
# Suggestion
## 🔍 Search Terms
keyof property keysOfType
## ✅ Viability Checklist
My suggestion meets these guidelines:
* [x] This wouldn't be a breaking change in existing TypeScri…
-
The current state of creating expressions is deeply limiting and unidiomatic. It is composed of:
- `Functions`: An enum that handles all "operation" types
- `Mappings`: A trait that implements how to…