Torsten Blindert

Results 12 comments of Torsten Blindert

This is the main pain point for our editors. Please give it another look.

@bgemmill thanks for your reply. Do I have to do something special to get your PR working or just `pip3 install --upgrade git+https://github.com/bgemmill/acd_cli.git`? I tried it that way and ffmpeg...

@bgemmill I did as you told me and it happened again. Is your PR maybe linux-only? I'm currently on a MacOS machine but will try again on ubuntu tomorrow. Until...

@blissi thanks for the tip, didn't thought of that... and it works very well. So this issue can be closed

@kitsunet are you sure that exceedingArguments are not cached? This line https://github.com/neos/flow-development-collection/blob/master/Neos.Flow/Classes/Mvc/Routing/Router.php#L198 stores resolved uri constraints and I think those include the resolved path (https://github.com/neos/flow-development-collection/blob/master/Neos.Flow/Classes/Mvc/Routing/Route.php#L541). Or am I missing something...

this is my current working (but very ugly) workaround: src/admin/useLazyComponentFixed.js ```js import { useCustomFields } from '@strapi/helper-plugin' import { useMemo, useCallback, useEffect, useState } from 'react' const componentStore = new...

I've make a super simple app displaying the current registered touch points. This shows, that the touch point recognition does not work correctly. Also, is it correct that the display...

while there might stil be something wrong with `setExtraLibs`, I got around this issue by don't using extra libs at all but adding a model that provides the types. The...

I'm facing the same problem in my app where two editors are visible at the same time but should not share any context. Setting `moduleDetection: 3` helps with the **Cannot...

I encountered the same problem while using the [eventsource](https://www.npmjs.com/package/eventsource) package. It took me the better part of the day to discover that the issue lies with Bun.