Philipp Faster-Malkov

Results 7 issues of Philipp Faster-Malkov

# Bug report ## Describe the bug In the file: `react-responsive-modal/src/index.tsx`, the animationEnd handler doesn't pass original event object to the callback. What I want to solve by this is...

bug

I need support for hiding stdout and stderr in my project for Workers. I've added options to WorkerPool to support them. - [x] Worker options are implemented

Hey there! Dear Walking Pizza, I'm raising a PR to address few issues I had while using the plugin in my project: 1. Plugin raises a huge bunch of errors...

Hello everyone! I have issues installing psycopg-binary on macOS with M1 Pro CPU. 3.1.18 and 3.1.19 versions work, but all later ones are broken - pip says "No matching distribution...

Short: - implemented support of having exact route definitions for the same path as wildcard definitions; - adjusted test to cover the case; - added .idea to .gitignore; - improved...

Hello! Thank you for this package! I have an issue defining two subpaths for single-wildcarded route prefix: ```typescript const socialTypeWildGroup = authRouteGroup.newGroup('/:socialType') socialTypeWildGroup.delete('/foo', async (ctx) => {}) socialTypeWildGroup.get('/bar', async (ctx)...