Gyula Bibernáth

Results 8 issues of Gyula Bibernáth

### Reproduction `Component.render`'s `props` and `state` parameters are great and very convenient, but it should not be optional, since both `this.props` and `state` are defined for every `Component`. If it's...

types

- built-in warts can be defined as scalac option just by their simple class name like `Any` (instead of fully qualified name) - new scalac option `skip` can be used...

### Problem Test case PrepareSpec."with outer join" was creating a meaningless join (a, b) **a.i == a.i**) ### Solution Fixed the "==" constraint to a.i == **b.i** ### Checklist -...

Make samples simpler allowing to focus on the relevant part @getquill/maintainers

### Search first - [X] I searched and no similar issues were found ### Description Liquibase have [support for properties](https://docs.liquibase.com/concepts/changelogs/property-substitution.html) set *before* the changelog execution. It would be great if...

TypeEnhancement
needs_guidance

Instead of `ignoreTag` it could be named `ignoreTags` and allow to contain CSS selectors like other posthtml plugins as [posthtml-match-helper](https://github.com/posthtml/posthtml-match-helper) accepts [tag]#[id].[class]. E.g `div#id`. It would not require the developers...

Otherwise inherited classes cannot specify response type

Having bootstrap installed in node_modules **./main.scss:** `@import "bootstrap/scss/bootstrap.scss"; ` Which of course includes other scss files gives an error: `Error: Error transforming bundle with 'collect-sass' plugin: File to import not...