-
Hi, thanks for the nice project!
I found that the [_types_of_iterable](https://github.com/wesselb/plum/blob/fb1ecf1733147d23fbb08d3f37b65425d76e9465/plum/parametric.py#L613) could be very slow if …
-
I'm on macOS monterey with php installed alfred 5.0.5 [2096] on an intel mac and the workflow crashes.
```sh
php -v
PHP 8.2.0 (cli) (built: Dec 9 2022 16:58:05) (NTS)
Copyright (c) T…
-
Nim's exception handling is currently tied to Nim's garbage collector and
every raised exception triggers an allocation. For embedded systems this is
not optimal, see http://www.open-std.org/jtc1/sc…
-
Allowing Cryptol programs to reference external functions, written in other languages, could have several benefits:
1. It could allow users to write high-performance primitives to make the interpre…
atomb updated
2 years ago
-
This is now implemented on nightly via #77029.
**Summary**
The following accessors are available on `Command` behind the `#![feature(command_access)]` gate:
* [`Command::get_program`](https://doc…
-
### Bug description
[Numeric types](https://www.postgresql.org/docs/9.1/datatype-numeric.html) in Postgres should be able to hold `up to 131072 digits before the decimal point; up to 16383 digits a…
-
Hello!
Ive created this test vector:
```
"Vector, nodes 4, closed=1"
" Node 0 : X=155.575 Y=113.665 B=0"
" Node 1 : X=161.29 Y=113.665 B=1"
" Node 2 : X=161.29 Y=114.935 B=0…
-
### Overview
During the module review of the `Version` module we discussed a need for `mason` to support a type that describes a software version.
`mason` needs this type to reason about differen…
-
I was plotting a line with
```rust
let mut chart = ChartBuilder::on(&root)
.caption("Dark Energy Only", ("sans-serif", 50).into_font())
.margin(5_u32)
.x_labe…
-
The current implementation only handles enums of roughly the form:
```rust
enum E {
A(ALeft..., Niche, ARight...),
B,
C
}
```
This can be seen as a special-case, where B and C occu…
eddyb updated
2 years ago