-
When specifying the behaviour of functions that involves a loop, it is sometimes hard to express the post-state on a closed form. A real life example is [Pot.rpow](https://github.com/makerdao/dss/blob…
-
When writing macros, you often have to come up with very clever ways of writing code that works either in the global or local scope. It'd be nice if I could just query a variable analogous to `__modul…
-
# 🐛 Bug Report
The state manager does not immediately show results via popup when a network request returns a response. At first I thought this was a bug related to me applying conditional logic…
-
When building the IP sniffer test, I forgot to run `Verify_Message` before checking `Structural_Valid_Message`. While this was not a correctness issue (the context of cause was invalid), it took me so…
-
I think it'd be great if, prior to Stage 2 (or at least Stage 3), this could be prototyped as an independent package on npm, so we can get some real-world feedback on how people like it.
IMO, it wo…
-
# Suggestion
## 🔍 Search Terms
narrowing global types assertion function type predicate
## ✅ Viability Checklist
My suggestion meets these guidelines:
* [X] This wouldn't be a break…
-
JavaScript does not support large integers (e.g. 256 bit) by default. The way projects get around this is to use some sort of big number library.
**How can I use big numbers in Tau?**
I imagine …
-
**EDIT**: this issue is about both `anytype` and `comptime T: type`. All generics in zig, and how the types are constrained. for the most part, when I say `anytype`, just think "generics".
`anytype…
-
# PIEO Queues – Overview & Analysis
This issue discuss the implementation of the PIEO (Push-In-Extract-Out) Queue, its relevance against PIFOs and potential drawbacks. See #9 for details on the tas…
-
Since `rank` does not handle null values, I want to write a `rank` function that can handle null values.
```python
import numpy as np
import polars as pl
df = pl.DataFrame({
'group': ['a'] …