Martin Hanzík

Results 6 issues of Martin Hanzík

### Terraform Version ``` Terraform v0.13.3 + provider registry.terraform.io/digitalocean/digitalocean v1.22.2 + provider registry.terraform.io/gitlabhq/gitlab v3.0.0 + provider registry.terraform.io/hashicorp/local v1.4.0 ``` ### Affected Resource(s) Please list the resources as a list, for...

Needs Investigation

I am having trouble with precompiled headers (either autogenerated or manually provided). The header and a corresponding source file get generated, but since the targets do not depend on each...

If any change triggers a user_data update and an ASG recreation, the docker machine instance is not terminated, only the manager. Configuration: ```terraform module "runner" { source = "npalm/gitlab-runner/aws" version...

bug
help wanted

``` class TestSchema(Base): __tablename__ = 'test' id = Column(INTEGER(10, unsigned=True), primary_key=True) active = Column(Boolean, default=True, nullable=False) Test = sqlalchemy_to_pydantic(TestSchema) Test(id=1) # Test(id=1) Test(id=1).dict() # TestSchema(id=1, active=None) ``` `active` should be...

A lot of the icons disappear and reappear when scrolling (even when scrolling up, seeing emails that have already been seen), are they really being reloaded every time? Couldn't they...

### Describe your environment OS: Debian 11 Python version: Python 3.9.2 API version: 1.38.0 ### What happened? Passing an invalid attribute type (in my case bson.ObjectId) into a LogRecord and...

bug
good first issue