Thomas Aull

Results 86 comments of Thomas Aull

Do you know if there‘s any downside of using pretty print in general for all API responses?

@Luis85 Thanks for your input and your work on the module – it's really appreciated! However, I'm personally not sure if it is the most sensible approach to define the...

Can't reproduce. Would you mind providing a test repo?

Thanks Rudy! I‘m on the road for the next days, gonna merge this when I‘m back home!

@lesaff I checked your PR, unfortunately on my local development setup, I can't access the required Authorization Header with the `$_SERVER` variable. Can you check if the `getallheaders()` function (http://php.net/manual/de/function.getallheaders.php)...

I tried this: ``` import 'webm-writer' import CCapture from '@/../node_modules/ccapture.js/src/CCapture.js' import download from '@/../node_modules/ccapture.js/src/download.js' // eslint-disable-line import '@/../node_modules/ccapture.js/src/gif.js' import '@/../node_modules/ccapture.js/src/gif.worker.js' import '@/../node_modules/ccapture.js/src/tar.js' import '@/../node_modules/ccapture.js/src/Whammy.js' ``` But as soon as I...

Yeah I just ran into the same problem, is there any other solution from using `// @ts-expect-error`?

I'm having the same problem, did you find any solution/workaround?

@mattmeye I figured it out, you need to use this in combination with `DefaultApolloClient`: ```js provide(DefaultApolloClient, apolloClient) ``` The syntax you're using is for multiple apollo clients and needs an...

I spread the word in the babylonjs forum: https://forum.babylonjs.com/t/help-wanted-to-create-a-babylon-adapter-for-three-gpu-pathtracer/29350