-
https://github.com/danielballan/amostra/blob/first-pass/amostra/objects.py#L44
I feel user may want to see revision num when then do`list(sample.revisions())`
-
Right now if you define a shared struct
```rust
#[swift_bridge::bridge]
mod ffi {
struct SomeStruct;
}
```
We generate an FFI representation that looks something like this:
```rust
…
-
This is inspired by some of the answers in [this SO question](https://stackoverflow.com/questions/14749328/python-how-to-check-whether-optional-function-parameter-is-set).
I recently needed to spec…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
After `v2.10` Pyright will report an error that `Field` is partially unknown. Note that I'm unsure if this is an …
-
I think replace text or picture in an pptx template is a common use case and wrote function below and I think this project should provide them.
Please review these code.
```python
from io impo…
-
see https://gist.github.com/Araq/169d1e24b2b996d024a780ef6a4e6c09#file-casestmtmacros-nim for context, introduced by @Araq for a 1st version of this concept.
IT reminds me of Recursive Patterns mat…
-
when running `python ./gui/application.py ` in the directory` ~/logai`, an error occurred.
```
Traceback (most recent call last):
File "~/logai/./gui/application.py", line 16, in
from gui.c…
-
### Code
(hand-reduced)
```Rust
#![feature(min_specialization)]
trait Trait {}
impl Trait for T {}
trait Data {
type Elem;
}
struct DatasetIter {}
fn main() {}
```
…
-
Hello,
No issue, but I wonder: once a diagram is made, what is it used for ?
Can you generate Python code from it ?
Can you execute it ?
And if yes, how ?
Thanks in advance for your answer
-
Thank you very much for your amazing project! We have a few questions from our attempts running this model.
[1] We observed some interesting patterns when running tcr-esm. More specifically, we gen…