-
I've reimplemented this plugin from scratch and noticed discrepancies between my implementation vs yours
Output from `kubectl blame`:
```
spec:
…
-
Consider the following code:
```zig
pub fn main() void {
const a: ?bool = false;
const b: ?bool = null;
_ = a orelse b orelse @panic("oh, no");
}
```
As of zig `0.11.0-dev.2298…
-
due to https://github.com/scalaz/scalaz/pull/166
- https://wiki.haskell.org/ListT_done_right
- https://wiki.haskell.org/ListT_done_right_alternative
> 3.4 Order of ListT []
> This is a simple example…
-
I was wanting a dictionary/set type
So I thought I should make a tree based dictionary.
Nice traditional functional data structures, but can't do that without #331
A persistent hashmap is possible,…
-
Hi,
I believe triton.language.associative_scan is returning incorrect results when `reverse=True`, or I could not figure out the desired behaviour. In the original PR described as "jax like" and `r…
-
I am trying to implement time-parallel Kalman filters, which can be formulated as a prefix-sum [1]. But the assocative operation is a bit more complicated, so `op(::Array, ::Array)` is not really suff…
-
The following (simplified) code produces an, at least for me, unexpected error. The error disappears when removing the `associative` field from the `Monad` record.
Is this an expected error, a limita…
ibbem updated
4 months ago
-
### Steps To Reproduce
1. Download [minimalist-wireframing-kit](https://github.com/penpot/penpot-files/raw/main/minimalist-wireframing-kit.penpot)
2. Go to projects
3. Click on '...'
4. Click on…
-
https://psalm.dev/r/48d4c1473e
I'd expect no warning here, as the code works fine. If the returned value is null $x will be null.
-
# Summary
`fold` in `StringOps` and `ArrayOps`, and `fold`, `reduce`, and `reduceOption` in `IterableOnce`, require that their operator argument be associative—at least according to their documenta…