bnorick

Results 6 issues of bnorick

[This section](https://github.com/konradhalas/dacite#types-checking) of the README mentions not being able to check types for custom generics. What's the reason for that? I am currently monkey patching dacite to support this, as...

enhancement

I have an issue with circular imports that I am having trouble resolving. Here is a simple repro case which is similar to what I am doing: ``` $ tree...

The interaction between `@dataclass`, `@noninjectable`, and `auto_bind=True` seems to be broken. I would not expect the following to work, because `foo` shouldn't be injected due to the decorator, ```py from...

## Problem Wanted to take a crack at solving my specific problem in #856. Repeated here: In a monorepo I am working on, there is the following structure: ``` monorepo...

**Describe the bug** When `argparse` creates a new `simple_parsing.ArgumentParser` in the call to `parser.add_subparsers` it doesn't pass the original kwargs (obviously), so the global class attributes on `FieldWrapper` like `add_dash_variants`...

good first issue

Didn't dig into the cause of this, but the [documentation](https://lancedb.github.io/lance/api/python/lance.html#lance.fragment.LanceFragment.to_batches) and docstring (below) for `LanceFragment.to_batches` have the wrong function signature and details. ``` Fragment.to_batches(self, Schema schema=None, columns=None, Expression filter=None, int...

bug