Markus Baumer

Results 18 comments of Markus Baumer

I don't know if I have gained the wrong impression, but I find the tone of the post inappropriately demanding for an open-source project. 🤔 Anyways, here is my example...

I played a little bit with the code of shadcn/ui's Dialog. The main problem seemed to be the `` between `DialogPrimitive.Portal` and `{children}`: ```typescript const DialogPortal = ({ className, children,...

@AlvaroAquijeDiaz My PR hasn't been merged to the code base yet and meanwhile the upstream code has changed. If I find time in the next days I can adjust my...

Based on the current main branch I re-did the exit animation for dialog and alert-dialog as well as some other components. If anyone needs it _now_, see the diff in...

I was only able to reproduce it with this java/jar call ```php // OS: Debian Jessie, 3.16.0-4-amd64, PHP 5.6.29-0+deb8u1 // java -version : openjdk version "1.8.0_111" // JAR : http://www.apache.org/dyn/closer.cgi/tika/tika-app-1.14.jar...

@nicolas-grekas When using your Process command I get the the following output (without any fix): > [Symfony\Component\Process\Exception\ProcessTimedOutException] > The process "php -r 'echo fread(STDIN, 3);'" exceeded the timeout of 60...

Just checked my code snippets. In my first post somehow the opening bracket after the try statement went missing (in my last posting it was correct). And before my try...

The current InjectKnex decorator in the published package is ```ts export declare const InjectKnex: (connection?: string) => (target: object, key: string | symbol, index?: number) => void; ``` which results...