Pascal Müller

Results 15 comments of Pascal Müller

This issue might be related to the backend of matplotlib. See #268

@amadeus84 Thanks, I remember trying to solve it but couldn't. Can't remember why but also didn't had the time to dig into it too deep. You fix seems easy enough...

This is related https://github.com/software-mansion/react-native-reanimated/issues/3246 Esp. https://github.com/software-mansion/react-native-reanimated/issues/3246#issuecomment-1137736282

@scopsy Why do you think it is an issue at build time? The service seems to be running successfully before it crashes, making it a runtime issue. Or am I...

I didn't had time to look into it yet. Since the source maps are only used for debugging i.e. during development, it isn't critical for a functional application. You can...

I would love to see this feature. I think a lot of people would. I'd love to be able to do something like: mpv -detectSilence video.mp4 which results in mpv...

Couldn't I enable a tracking feature, that basically acts as a bijective map? E.g. the start and end index of the token in the original string? If not, couldn't I...

Thanks a lot for the input. Especially the hint about the context. I removed the SQL transformation and simply do some post processing of the data on the client side....

What I mean is: I search for "lentils" and instead of searching the currently integrated database, I can send that request to the homepage of a store like Walmart or...

I think what I wanna do here can be generalized to simply adding the possibility to A) disable data sources and B) add your own via a REST API (or...