-
For example, when I'm using Google Chrome dev console, and I run this:
```js
const dur = Temporal.Duration.from({ months: 11 });
dur.round({ relativeTo: "2023-05-31", smallestUnit: "days", roundi…
-
Create Identity.identifier class that is parent for all objects within data profile.
This class includes __repr__ and __str__ methods for handling printing
It also replaces use of mRID with a UU…
-
I have an error when trying to use this library with a list of 10K celebrity names.
```
Traceback (most recent call last):
File "/home/hhh/ratings-api/clean.py", line 74, in
logger.debug(tr…
-
[According to the reference](https://doc.rust-lang.org/reference/type-layout.html#the-alignment-modifiers), `#[repr(packed)]` does not guarantee field order.
> Inter-field padding is guaranteed to …
-
## Summary
Hi all,
i'm trying to get garak to run with the rest generator on an llm project i'm in atm.
Whatever i do, i always get 422.
been testing all the id's, token and post/get request…
-
I noticed that in the package you can use `measurement` to convert `" -123.4(56) "` into `-123.4 ± 5.6`. But is there a way to take the Measurement object and output a string formatted with parenthe…
-
unable to process filenames with Unicode characters in them like `é`
```
Traceback (most recent call last):
File "C:\Users\abdullah\src\python\ffmpeg-dir-conv\bulkc.py", line 46, in
main(…
-
```rust
#![deny(warnings)]
#[repr(u8)]
#[derive(Copy, Clone, Debug)]
pub enum RecordField {
Target = 1,
Level,
Module,
File,
Line,
NumArgs,
}
unsafe trait Pod {}
#[repr(tran…
-
BPO | [32469](https://bugs.python.org/issue32469)
--- | :---
Nosy | @pitrou, @benjaminp, @serhiy-storchaka, @1st1, @tarasmatsyk
PRs | python/cpython#5068
*Note: these values reflect the state of the …
-
## Summary
We should add `MAX_MARSHALED_SIZE` to `Marshalable` (and `MarshalableVariant`),
and deprecate and remove `Unionify`.
## Details
The specification says about the sized buffers (Par…