-
### Bug description
Crash
### Steps to reproduce
using these dependencies in my mod dev environment:
```
modImplementation("maven.modrinth:carpet:1.4.128")
modImplementation("maven…
-
In a [separate issue](https://github.com/Aircloak/aircloak/issues/3462#issuecomment-454675541) @yoid2000 comments that:
> ... First, I don't see a problem with allowing math with implicit ranges as…
-
Add the following component to support manage of Task types
1. ApiController to add / read TaskTypes,
2. Manager (or business logic level) to also support these operations
3. Add database level s…
-
Follow up based on https://github.com/pytorch/pytorch/issues/47500 and https://github.com/pytorch/pytorch/issues/42952
libc++ uses template based implementation for many complex functions which is …
-
Very often when I do a sequence of questions that requires compare or calculate a number using math operations I'm receiving the error below:
File "/root/miniconda3/envs/llama2/lib/python3.10/site-…
-
Reference Issue: #52
-
We got issue on the rounding, example:
`format("0.00", "7.165")` got "7.17"
but
`format("0.00", "8.165")` got "8.16"
May I ask if any option can make them rounding consistent or this is a bug?
-
Found in `BreachDefenseAuto.java`, in `isFinished()`.
Testing for equality with floats is unreliable due to the nature of floats. See [this article for more information](http://www.theregister.co.uk/…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR23056](https://bugs.llvm.org/show_bug.cgi?id=23056) |
| Status | NEW |
| Importance | P normal |
|…
-
Hi,
I am working with solid elements from an .ifc model that contains them modelled as IfcBuildingElementProxy elements. With the intention of detecting some positional cases I am using Xbim.Common…