Hugo Heyman

Results 7 issues of Hugo Heyman

I'm using a customised `BlockingScheduler` class to ensure db connections are closed before/after running tasks. This simplifies things for me in two ways: - I don't have to add the...

enhancement
wontfix

Hi! I'd like to hear if this is a feature that if not already possible somehow would be something worth considering. My use case is that I have models that...

When I analysed my app bundle I saw that this package looked a bit too beefy and saw that it did not have an es-module dist plus I thought dist...

Add missing parameter `callbackIdentifier` which is causing DataError on GET /refund/{id} Sometime between May 19 and 20 swish api (in production) added `callbackIdentifier` to the response which is not present...

Run the `maybeFilterEvent()` check before `evt.preventDefault()` so that events excluded via `hx-trigger` filters are ignored and not prevented. Prior to this change `` would not let the browser use default...

Hi I find glamor the best way to style a react app, however it took me some time to find the small configuration to skip the boilerplate and simply use...

### Motivation The motivation behind this feature is to enable a more simple and practical workflow. Mocking any random values is of course viable, but usually more work. Also this...