Bulby

Results 40 issues of Bulby

### Zig Version 0.12.0-dev.3125+a7a5f4cf4 ### Steps to Reproduce and Observed Behavior Call `ArrayList.ensureUnusedCapacity` in comptime. Get an error: ``` /home/bulby/zig-0.12.0-dev/lib/std/mem.zig:3781:18: error: unable to evaluate comptime expression const addr = @intFromPtr(ptr);...

bug
standard library

## Compiler version 3.5.1 ## Minimized code https://scastie.scala-lang.org/qu0ee9VpT3SQ6YbiBzf0DA ```Scala import scala.annotation.experimental type X = (x: Seq[Nothing], y: Seq[Nothing]) => x.type @experimental @main def main(): Unit = { val tf =...

itype:bug
stat:needs triage

We all like bottomless bags, right? Well, I don't really like that they can't go inside shulkers so they must take up precious slots in my ender chest. I understand...

enhancement

**Describe the bug** Playing with genesis leads to incorrect rendering that is very odd **To Reproduce** Steps to reproduce the behavior: 1. Install Genesis pack 2. Apply genesis **Screenshots** If...

**A clear and concise description of what the problem is.** There are other types of discrimination than racism. **Describe the solution you'd like** I would either like racist to become...

Type: Enhancement
Priority: Low

Attempt to make IArray work I personally think after some testing it will end up being impossible for IArray to work and that when possible, ArraySeq should be preferred. Right...

I know that `EuclidianRing` isn't technically legal for types that can overflow, but `EuclidianRing[Int]` and `EuclidianRing[Long]` come up often enough when doing abstract math that I think it would be...

Hello, I think that IArray should have the same instances that Vector does as they are basically (?) the same concept. I would be willing to work on this. Vector...

Documentation of a suggestion I made in the discord: Conflicting enchanting in the enchanter is already implemented but it's not survival obtainable, and for good reason: some mods expect their...

enhancement