-
Would be nice to be able to inform user of plugin approximately when the connection to Ring is going to break because a new verification code needs to be entered.
self.ring.auth[u'expires_in'] and …
-
When the renaming operator is used to change the name of an operation in a theory, the names of the axioms do not reflect that change. For example, the commutativity axiom of semirings has the name co…
-
In theory, it is a queue without waiting, which supports multi-threaded reading and writing. Of course, the disadvantage is that the order of entering the queue may not be strongly ordered.
```cpp
…
-
Freek's list is weird and arbitrary, and although it is widely used as a benchmark by libraries of formalized mathematics and therefore it is important to track it on our library.
However, it would…
-
When comparing Ring of Way Too Much Energy and Ring of Utility, the optimizer predicted that the latter resulted in a higher energy NGU speed. I was able to falsify this prediction by manually compari…
-
Hi, I have a issue concerning the ring size, I would like to modify the default value of `MAX_RING_PAGE_ORDER` to 4, in theory it's ok it's the max authorized value by the blkfront module. https://git…
-
I don’t know if the resolution multipliers of the 3 rings are unchangeable due to how VRS works or if it uses values you set, but I wonder if you could expose those resolution multipliers in the confi…
-
Purportedly, `LinearCode` supports making codes over finite rings. The documentation states only that the ring needs to support "various methods" such as matrices over the ring has a `rank` function…
-
#### Description of the problem
I'm trying to build Coq for Void Linux, the i686 target. It fails with errors like
```
File "theories/dune", line 1807, characters 1-778:
1807 | (rule
1808 | …
-
Riffing off https://github.com/frex-project/idris-frex/pull/12#commitcomment-52629519
This is what I came up with with a very basic `Semigroup` & `Monoid` example rather than
the bigger one involv…