Jozef Mostka

Results 10 issues of Jozef Mostka

Hi, For fist, congratulations for great library. I have input area in column and custom cell_parser for extract value from that input for filtering. I need refresh selectbox filters after...

```php interface Int1{} interface Int2{} class Foo implements Int1,Int2{} $foo = new Foo(); $foo instanceof Int1;//this is false ```

bug
help wanted

```php namespace nam1{ use nam2\Foo2; class Foo1{ function getFooFromFoo2(){ //here is dependency for Foo2 return Foo2::foo; } } } namespace nam2{ use nam1\Foo1; //in extend is dependency for Foo1 class...

bug

Added slovak translations for duration

Add support for day/hour/month interval instead of harcoded day

Hi, I have this situation: ```twig {# components/Body.html.twig #} {% block content %}{% endblock %} ``` ```twig {# base.html.twig #} {{ block(outerBlocks.body) }} ``` ```twig {# layout.html.twig #} {% extends...

TwigComponent

In version 1 was feature, where this library calculated missing dates. I miss this feature in version 2.0. It was importatnt feature. Do you plan add some helpers to this...

Add support for stimulus and asset mapper. Everithing is detected and configured automaticaly. only import asset as is described in readme.

### Flameshot Version Flameshot v12.1.0 (Debian 12.1.0-2build2) Compiled with Qt 5.15.12 linux: 6.8.0-41-generic ubuntu: 24.04 ### Installation Type Linux, MacOS, or Windows Package manager (apt, pacman, eopkg, choco, brew, ...)...

Unconfirmed Bug

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Issues | Fix #2007 | License | MIT Add ability to...