-
### Your environment
Which OS do you use:
* NixOS (nixpkgs rev d70f5cd5c3bef45f7f52698f39e7cc7a89daa7f0)
* Linux 6.1.62
* glibc 2.35-244
Describe your project (alternative: link to …
-
The following code:
```rust
use bigdecimal::BigDecimal;
fn main() {
let n = BigDecimal::from(1);
let d = BigDecimal::from(3);
println!("{}", (n / d).round(0));
}
```
Panics …
-
Hey! It looks like an issue!
BigDecimal scale by default is set to impossible value `-1L`.
That produce behaviour which different from `java.math.BigDecimal`.
For example:
`java.math.BigDecimal(1…
-
**Describe the bug**
I have used cabal freeze on a computer and try to build the same program on another computer. I understand that cabal build should compile now the exact same configuration, b…
-
Hi i wand to report the current git build (f5423a8) can not build on linux.
```
$~/switch/WindowsXPKg/build$ cmake ..
CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
Comp…
-
## Description
Can't install ruby 2.7.4 or any version
## Steps to reproduce
rvm install 2.7.4
Error running '__rvm_make -j12',
please read /Users/zoha/.rvm/log/1654826513_ruby-2.7.6/make.log
…
-
## Description
I'm trying to install ruby (any version) via rvm but getting this error: Error running '__rvm_make -j4.
## Steps to reproduce
I installed the master version of rvm. Then I do…
-
proposal: change XOR bitwise operator symbol (currently ^) to #
motivation: future use of ^ to exponentiation
languages and others that use ^ as exponentiation: Haskell, Julia, Matlab, R, Lua, G…
-
Package: icu:wasm32-emscripten -> 73.1#1
**Host Environment**
- Host: x64-linux
- Compiler: Clang 18.0.0 (Emscripten 3.1.50)
- vcpkg-tool version: 2023-11-16-4c1df40a3c5c5e18de299a99e9accb0…
-
**Describe the bug**
Here is a simple reproduce:
``` C
const char* buf = "{\"large\":1e999}";
size_t len = strlen(buf);
yyjson_doc *doc = yyjson_read(buf, len, 0);
```
In this example, the …