-
Comparing classes sometimes work:
```
gosh> (compare )
-1
```
But sometimes not:
```
gosh> (compare )
*** ERROR: Object # and # are not comparable
```
-
**rust-analyzer version**: rust-analyzer 1.82.0-nightly (1f12b9b0 2024-08-27)
**rustc version**: rustc 1.82.0-nightly (1f12b9b0f 2024-08-27)
**code snippet to reproduce**:
```rust
fn main…
-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
I would like to report a b…
-
```erlang
-module(test).
-compile(export_all).
-compile(nowarn_export_all).
-type exp() :: integer() | {add, exp(), exp()} | {uminus, exp()}.
-spec plus(integer(), integer()) -> integer().
…
-
Hey @antonmedv. Thanks for this amazing library, it is a lot of fun to work with.
After deciding to use it for a new feature with dynamic configuration, we unfortunately ran into some unexpected be…
-
When setting env var PORT="8080"
New version of get-port expects an integer as an argument and returns an integer instead of a string. So when opts.port is set as an env var the value, it does not …
-
### Describe the bug
Linked to https://github.com/skrub-data/skrub/issues/1052
Integer values should have a cardinality displayed in "Stats". Integers can represent IDs or other discrete quantitie…
-
Hi,
I am trying to create a table with the following structure:
CREATE TABLE target (
test NUMBER(38)
);
I then try to insert a value using the SimpleRow class:
BigInteger integer = new BigI…
-
## Proposal
Lean currently supports unsigned fixed-width integers (`UInt8`, `UInt16`, `UInt23`, `UInt64`).
This proposal is regarding similar support for signed fixed-width integers that provid…
-
```julia-repl
julia> π^Int(-1)
ERROR: DomainError with -1:
Cannot raise an integer x to a negative power -1.
Convert input to float.
Stacktrace:
[1] throw_domerr_powbysq(::Float64, p::Int64)
…