-
Today we have these:
``` chapel
proc channel.read(ref args...) : bool throws
proc channel.read(type t) : t throws
proc channel.read(type t...) : tuple throws
```
* In [#18496] discussed if w…
-
I have a decimal value `1e-130` and want to convert it into float using `to_f64`. But it result in `panicked at 'attempt to divide by zero'` at [here](https://github.com/paupino/rust-decimal/blob/mast…
-
There doesn't seem to be much support for supporting custom operators (see #818) in Rust. But what about calling normal binary functions as if they were operators, like haskell allows you to?
The syn…
-
It would be nice if the `BasicMathPackage` implements more basic functions, like some functions processing implements by default.
from processings [docs](https://processing.org/reference/#math):
…
-
# i18n Contents Consistency Issue
The following files may have consistency issues with the English version. Please check and update the files.
This issue is created when there is an update to conten…
-
### Describe the bug
[frontend-4566.log](https://github.com/risingwavelabs/risingwave/files/10453037/frontend-4566.log)
```sh
thread 'risingwave-main' panicked at 'assertion failed: `(left == rig…
-
**Describe the bug**
The `pcli` command emits progress data, such as syncing block height, to stdout. This means that commands with structured json output cannot have their output safely redirected, …
-
running `cargo build`
Full trace attached but the key bit is:
```
Using bindgen with clang args: ["-I/Users/masukomi/.rbenv/versions/3.2.0/include/ruby-3.2.0", "-I/Users/masukomi/.rbenv/ve…
-
Is there anything that can be done to decrease the SEO rank of deprecated pages? The impetus for this was linking to deprecated `std` modules such as numbers:
![image](https://user-images.githubuse…
-
### Rationale
`System.Guid` represents .NETs support for `Globally Unique Identifiers` or `GUIDs` (sometimes also referred to as `Universally Unique Identifiers` or `UUIDs`).
This type represent…