-
## Problem
[Some CSS property names are also value names](https://github.com/rtfeldman/elm-css/issues/174). For example, there's the [`left` property](https://developer.mozilla.org/en-US/docs/Web/C…
-
So, obviously, `struct`s are to `HList`s as `enum`s are to `Coproduct`s. Frunk has both of these data types, so why doesn't it implement `Generic` for enums yet?
After thinking about this a bit, i…
ExpHP updated
5 years ago
-
### pnpm version:
9.12.0, 10.0.0-alpha.2
### Code to reproduce the issue:
.npmrc:
```
dedupe-peer-dependents = false
```
pnpm-workspace.yaml:
```yaml
packages:
- 'a'
- 'b'
```
a…
-
We use currying for `ref` and `key` already. There might be some phantom types/GADT things we can use here to statically type the fact that children `key` exists. More info: https://github.com/reasonm…
-
Quite a few users are using phantom body tubes for the attachment of shapes that are created using the freeform fin function. The most common use of this technique seems to be for the imitation of Est…
-
Caused by: groovy.lang.MissingMethodException: No signature of method: com.android.build.gradle.internal.scope.VariantScopeImpl.getMergeAssetsTask() is applicable for argument types: () values: []
a…
-
I have a bindgen generated ffi function that returns `!`. This is allowed on stable rust. The code that `automock` generates fails to compile for stable rust.
### Code Example:
```rust
mod outer…
-
For the following example:
```
logic a, b, c : prop
logic x, y, z : int
logic f : 'a -> int
goal g:
let tmp = if (a and b or c) then x + 3 else y*y in
f(tmp)
false
```
Alt-Ergo intro…
-
### Base Enemy Types
- [x] Melee
- [ ] Pest
- [x] Wandering Ranged
- [ ] Support
- [ ] Teleporter
- [x] Trapper
### Priority 1
- [x] Bat
- [x] Rat
- [x] Trapper
- [x] Miner
- [ ] Walker
- [x] Medium …
-
From #1523 it was discussed that renaming `ImageBuffer` to `PixelImage` or similar would be beneficial to emphasize the strong dependence on `Pixel` types like `Rgb` and `Luma` over other formats, esp…