adrianrudnik

Results 17 issues of adrianrudnik

See https://pushover.net/api#html

enhancement

## Description This is an example on how to get Kimai on the way as an installable PWA app for desktop and mobile devices as discussed in #1560 ## Types...

feature request
needs discussion

**Is your feature request related to a problem? Please describe.** I need to respond to a technical phone line. Clients get billed by time passed. Answering a call has high...

feature request

### Version @nuxt/content: v1.11.1 nuxt: v2.14.12 ### Reproduction Link https://codesandbox.io/s/jovial-cray-sphhr?file=/content/index.md:55-119 ### Steps to reproduce On the index page, you can not follow the h2 anchor with the umlauts "Ü". ###...

bug

Do you have any example how to setup gin with v9 and modifiers/scrubbers? Coming from other languages this seems like a nice way to handle it without writing a custom...

Currently using this lib to build a snap compatible command line tool and while declaring the snap plugs for personal-files I found that it does not consider those paths. Output...

I just tried to run a simple test, using version 0.8,2, to ensure that the recipient is correctly set. According to mailcatchers `Source` tab, everything looks fine: ```yml To: Max...

See the [release statement](https://www.doctrine-project.org/2024/02/03/doctrine-orm-3-and-dbal-4-released.html). Current version can't be required by a default symfony [webapp](https://symfony.com/doc/current/setup.html#creating-symfony-applications) installation.

Since https://github.com/doctrine/orm/pull/10313 we now have a way to extend the automatic mapping of DBAL types. Similar to `\Doctrine\ORM\Configuration::setNamingStrategy` there is now `\Doctrine\ORM\Configuration::setTypedFieldMapper`, which is not yet configurable by this bundle...

Feature
Ready to work on

Based on [lodash _.throttle](https://lodash.com/docs/#throttle). Use case: I want to publish an update to a websocket at most any given `time.Duration`. So basically like the already existing [debounce](https://github.com/samber/lo#debounce), but limiting with...