-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#4147
From: @JasonGross
Reported version: 8.5
CC: @gares
-
I wanted to experiment with the possibility of using template-coq as a tactic language to solve a "simple" problem with universes (which was the impetus for my initial question on slack). Here's the p…
-
#### Description of the problem
The following example takes over a minute to complete:
```
Require Import NArith.
Goal Nat.bitwise andb (Nat.pow 2 20) 0 0 = 0.
rewrite N.eqb_eq.
```
…
-
When I compile the library with Coq 8.4 and time how long it takes to make each file, I get
```
0.10 pathnotations
0.17 topos/epis_monos
0.18 limits/terminal
0.20 limits/initial
0.21 H…
-
**Original report ([archived issue](https://labscript-suite-temp.github.io/labscript-suite-bitbucket-archive/#!/labscript_suite/runmanager/issues/48)) by Kevin Cox (Bitbucket: [kccox](https://bitbucke…
-
```rust
// use std::ops::AddAssign;
fn foo() {
1.add_assign(1);
}
```
Uncomment the `use` and it compiles, QED.
([Playground](https://play.rust-lang.org/?version=nightly&mode=debug&ed…
-
I want to create a very simple topological space on `X={a,b,c}` with the open sets `T={{b},{b,c},{a,b},X,∅}`, but I'm having great difficulty in doing so (code below). In particular, I'm stuck on this…
-
```
What steps will reproduce the problem?
1. rc522_reader seems to "hang" after the first match of a id in
/etc/RC522.conf
2.
3.
What is the expected output? What do you see instead?
I would expe…
-
```
What steps will reproduce the problem?
1. rc522_reader seems to "hang" after the first match of a id in
/etc/RC522.conf
2.
3.
What is the expected output? What do you see instead?
I would expe…
-
```
What steps will reproduce the problem?
1. rc522_reader seems to "hang" after the first match of a id in
/etc/RC522.conf
2.
3.
What is the expected output? What do you see instead?
I would expe…