-
Just as the title states when I put any ore or ore dust from any ore except iron and zinc immediately disappears when put into any voltage furnace. When ore or dust put into regular furnace (default f…
-
(From Joe Nievelt)
Hey Summingbird folks,
I'm coming back to the problem of data growth and sketch map aggregation accuracy, and I have some ideas on how I'd like to change the scalding job that our…
-
### Problem
Different mods might have to rely on what's the server default physics setting (e.g. to restore it), but there's no way to know what default is
### Solutions
Provide a `minetest.D…
Zughy updated
4 months ago
-
We implement an an_element method for Hom spaces of vector spaces which returns a somewhat typical element in the space (instead of the boring 0 matrix!)
CC: @nthiery
Component: **categories**
…
-
Running sage 9.5.
This works:
```
Gfail=PermutationGroup([(1,2,3),(2,3,4)])
Gworks=AlternatingGroup(4)
Rfail=GroupAlgebra(Gfail,QQ)
Rworks=GroupAlgebra(Gworks,QQ)
Rworks.center_basis()
```
This fa…
-
Hi,
For this formula:
```
(assert (forall ((a (_ BitVec 2)))
(exists ((b (_ BitVec 2))) (and (= a #b00) (distinct a b)))))
(check-sat-using qe)
```
Z3 smt.string_solver=z3str3 incorrectly gives sat,…
-
Currently in mathlib there are three versions of essentially the same statement with slightly different typeclass assumptions:
[Left.add_eq_add_iff_eq_and_eq](https://leanprover-community.github.io/m…
-
While I'd like to follow `ac-libary` API, some have to be different.
1. Overloaded functions
`segtree` has two different constructors for example. The latter is called `build` in `ac-library-hs`…
-
-
flipped foldMap: `(Foldable t, Monoid c) => t a -> (a -> c) -> c`
It is similar to `whenJust`, but more pure, while `whenJust` is inherently effectful since it returns unit.
It can be used e.g. …