Balazs Nagy

Results 9 issues of Balazs Nagy

I think setting up git flow for multiple developers can be very tedious and error-prone (if we don't use default settings). Therefore it would be great to have a file...

Feature

It also acknowledges the fact that unindentHeredoc always receives heredoc with a trailing newline. Closes #258

I added a simple way of handling OPTIONS automatically, when `MethodHandler` is in use. As a potential update, it should handle duplications gracefully (eg. one should be able to register...

### Terraform Version ``` Terraform v1.0.5 on darwin_amd64 ``` ### Terraform Configuration Files ```terraform module "example" { source = "s3::https://s3.cn-north-1.amazonaws.com.cn/example-bucket/example.zip" } ``` ### Debug Output ``` ... Initializing modules... 2021-08-19T08:48:35.420+0200...

bug
dependencies
cli
modules
v1.0

### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note Call us reckless, but we originally used file names to define...

enhancement
service/iot-hub

When you align tables with css, gets overridden. Using inline styles keeps alignment no matter what CSS contains.

When I try to connect to a rails app after a while (no other users, using rails 2.3.5, unicorn, ruby-mysql, with mysql server version 5.1.41 using tcp sockets), the first...

There was a way in Uchiwa to make the dashboard publicly available. Sensu-go dashboard, however, requires authentication for dashboard access. I'd like to provide a limited, anonymously available dashboard. ##...

tag: enhancement
issue: needs investigation
contributions: up for grabs
component:web-ui

The warning refers to `iter_groups`, but this loop iterates over `field.iter_choices()`: https://github.com/wtforms/wtforms/blob/992145fde4af3122131336b7f2fe2835335bdda9/src/wtforms/widgets/core.py#L383