-
I tried to mine stone as well as a few ores with a flint pickaxe and to my surprise it could not mine them. I looked into the code and it turns out that flint pickaxes act like axes! I'm very certain …
-
https://github.com/sympy/sympy/pull/25663 also broke the following code:
```python
> from sympy import FF, Integer
> K = FF(11)
> a = K(3)
> a == 3
True
> a == -8
True
# Currently (fl…
J08nY updated
4 months ago
-
[latest.log](https://mclo.gs/2GgQ6RV) I actually goofed up and this is the latest.log for the second time crash, but i don't think that matters much.
[First time crash log](https://mclo.gs/gzseAFol)
…
-
**Reported by martin on 27 Nov 2013 15:08 UTC**
Let sgvizler handle displaying the results in Flint:
http://openuplabs.tso.co.uk/demos/sparqleditor
Tentative solution is to make a sgvizler implement…
-
**What is the bug?**
When a Spark job failed, the PPL query will be hanging forever.
**How can one reproduce the bug?**
Steps to reproduce the behavior:
1. Go to Workbench page. For example http…
-
Noticed in the CI that there's something wrong about the mat_mul operations (https://github.com/flintlib/python-flint/actions/runs/10402835971/job/28808112409?pr=182)
For example
```
In functi…
-
I have some suggestions for the resource pack:
Totem
-make the textures smaller when holding in hand
Elytra, trident, flint and steal, shears, mace, and etc...
-can you make please textures …
-
Not really an issue but not a mod suggestion either. With the amount of flint that you gather from sieving can we get a compressed flint block added for easier storage especially for early game??
T…
-
Currently the python-flint interface to Flint is sort of somewhere between a high-level interface and a lower-level interface. In #53 I mention some ideas related to fleshing out what a more complete …
-
Currently, there are two APIs for constructing a struct: `new` and `new!`. The `new` function ignores changeset errors and returns the struct regardless, while `new!` raises an `ArgumentError` when th…