-
based on [feedback at the Apr 2024 meeting](https://github.com/tc39/notes/blob/d943c1fc75dd58129e968887fa64af1eddb855a4/meetings/2024-04/april-09.md#iteratorrange-for-stage-27:~:text=MM%3A%20I%20think…
-
Hello! I was reviewing a change to some Rust code in AOSP the other day, and they call `libc::listen`. This is an unsafe function, so I asked them to document the preconditions in a safety comment abo…
-
TL;DR: Currently, `Address` is unsafe to create from arbitrary values. But should it be? [This paper](https://www.steveblackburn.org/pubs/papers/rust-ismm-2016.pdf) says "Address creation from arbit…
-
I came upon your page - now I don't remember how, but I may have something of interest to you.
For some time I've been working on a safe numerics library. You can find information on it at www.blinc…
-
When integer states like `ti_delivery` were integers, the following was safe to do even without a rand round:
```python
self.ti_delivery[uids] = sim.ti + dur_preg
```
It's still "safe" to do, but …
-
Rust is a quite powerful language and can help to enforce invariants.
Each invariant or property one can enforce in Rust already is something we don't need to write and maintain a proof for.
This …
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
Drizzle-ORM queries relations from PostgreSQL as JSON arrays. …
-
_Describe the issue here._
##### Relevant URLs
- https://docs.influxdata.com/flux/v0.x/data-types/basic/int/
- _Provide other relevant URLs (project issues, community threads, etc.)_
I am lookin…
-
### Background and motivation
I find it occasionally necessary to represent integral values with floating-point numeric types. Some reasons why this may be necessary include, but are not limited to…
-
not sure how feasible this feature-request is. sqlite3 docs say INTEGERS can be 1, 2, 3, 4, 6, or 8 bytes.
is it possible to:
1. input - allow 64-bit bigint as a `param` input? e.g.
```js
db.…