-
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 …
-
### Guidelines
- [X] By checking this box, I am saying that I have read the guidelines and believe to be following them to the best of my ability
### Minecraft Version
1.20.1
### Mod Version
4.2.…
-
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
3 months ago
-
**What is the bug?**
When running a direct query, the following query would work and return results
```
SELECT *
FROM table1
WHERE time_dt BETWEEN CURRENT_TIMESTAMP - INTERVAL '7' DAY AND CURRENT…
-
Somehow https://github.com/flintlib/flint/pull/1822 has not made it into the current release.
We see in now on Gentoo as a bug. @orlitzky
-
Hello,
I am trying to install and run flint on my mac, but I cannot do it.
I tried through Docker (in your language-guide there's a . (dot) missing at the end of the command `sudo docker build -t "f…
-
Flint can be used (on cooldown) to till soil with a 20% chance to be destroyed.
Should allow early farms to be made but incentivize making a metal hoe later
-
- [ ] synchronous button design. make all deletes red and views grey button
- [ ] less or no scroll bars
- [ ] recent announcements on user side should not show admin and only show cohort specific c…
-
It looks like Python 3.13 will provide public C API for efficiently converting to and from a `PyLong`. These should be compatible with `mpz_import/mpz_export` rather than converting between hex string…