-
https://github.com/agda/cubical/issues/1161
I have a Cubical agda codebase whose CI is failing to build Agda `2.6.4.1` (as well as `2.6.4` and `2.7.0.1`). The CI workflows have worked for months an…
-
How fast can we make kmer counting in Rust?
@ctb, are there examples of this from Sourmash or other libraries?
-
Reproduce on a Mac with the attached files:
```
cabal run exe:crux-llvm -- -O0 --profile-crucible --path-strategy=split-dfs ../bug_prelude.tail/stbi_read_crucible_harness.c
```
When debugging…
-
**Problem**
Nested for-loops in RSX seem to render in an incorrect order 🤔 This was initially found by @DogeDark on `dioxus-web`, and I was able to reproduce and simplify the example on `dioxus-de…
-
This is a bit of a bikeshed issue, but I’d like to raise it anyways. Feel free to close without much discussion if you disagree.
Currently, CodeWorld syntax highlighting highlights names that happen …
-
After speaking to Brian M last weekend about the proposed Chromecast application, @bamnet talked about the existence of 2 different "player" HTML front-ends, the code packaged as a part of Bandshell, …
kench updated
9 years ago
-
The site is missing information on Terraforming Mars expansions (e.g. Prelude, Colonies, etc).
-
https://files.gitter.im/neoclide/coc.nvim/dyC6/Screenshot_2020-01-08_22-19-03.png
https://files.gitter.im/neoclide/coc.nvim/dyC6/Screenshot_2020-01-08_22-19-18.png
But the completion does, which…
-
The program
```
> foo : {x, y : Double} -> EQ = compare x y -> So (x == y)
> foo {x} {y} p | LT = ?kika
```
yields
```
- + Errors (1)
`-- ./Double/open_issues/unelaboratable.lidr line 1 col…
-
```rust
#![feature(raw_ref_op)]
macro_rules! offset {
($ty: tt, $field: expr) => {
unsafe { &raw const ((*(0 as *const $ty)).$field) } as usize
};
}
struct Emm {
a: i32,
…