henribru

Results 23 issues of henribru

## Expected Behavior You should be able to use the `TooltipModel` type in combination with Vue refs without type issues. ## Current Behavior You get a "Expression produces a union...

type: bug
type: types

Line breaks inside the brackets of a template tag will cause it to be treated like regular text by the template engine, so this shouldn't be highlighted like a template...

``` from rest_framework import serializers from rest_framework_dataclasses.serializers import DataclassSerializer @dataclass class Foo: foo: str | None = None class FooSerializer(DataclassSerializer): class Meta: dataclass = Foo class BarSerializer(serializers.Serializer): foo = FooSerializer()...

Currently if there are HTTPS errors the extension fails to detect that the server has started. If would be useful to have a setting equivalent to that in Browse-lite which...

It would be convenient if you could pass model instances to bulk_insert/bulk_upsert and not just dicts.

enhancement

As suggested in https://github.com/SectorLabs/django-postgres-extra/pull/135#issuecomment-800692846 it would be convenient if `bulk_insert`/`bulk_upsert` had a `batch_size` parameter and would automatically chunk your rows accordingly.

enhancement

### Description It would be convenient if `TimeMachineFixture` supported `shift` in addition to `move_to`. You can work around the lack of this by doing `time_machine.coordinates.shift(...)`, but it's slightly more verbose...

Hi. I'm the author of an (unofficial) type stubs package for `google-ads-python`. As part of that work I'm also working on type stubs for `proto-plus`. I'm currently looking into an...

type: question
priority: p3

Currently all objects that match `filters` are fetched from the database. If there are a lot of these and few matching objects in `new_models`, this isn't very efficient. It seems...

Using e.g. [vue-tsc](https://www.npmjs.com/package/vue-tsc) to get typechecking in Vue templates the example in the readme doesn't actually typecheck. Specifically you'll get an error that the key `block` is missing from the...