Sebastian Herrlinger

Results 232 comments of Sebastian Herrlinger

We ran into a similar issue, running with docker compose locally: ``` pdf-1 | [1] /app/workspaces/apps/pdf/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:229 pdf-1 | [1] reject(new Error([ pdf-1 | [1] ^ pdf-1 | [1] pdf-1 |...

It's undefined in both constructor and generateDataLoader. How can we create a DataLoader based on the context? This seems like a common use case.

It is not. Found out the hard way. Would love to see this compatible for some gaming integrations.

Thank you very much for that remark. I just ask myself what effect that could have, if you spoof the host header to get the request forwarded to a service...

In that case, that is an issue, true. Should be fixed to accomplish such a setup. Thanks for pointing that out.

I haven't tried much with ia32 builds. The Readme states to use "make native" for v8, but instead try "make x64.debug" or "make x64.release", then the paths should be right...

I upgraded v8 and Cinder, try building v8 with ``` export GYP_DEFINES="clang=1 host_clang=1 use_custom_libcxx=1 mac_deployment_target=10.10 clang_dir=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr" && make -e x64.debug ``` (There's a lot of refactoring to do, but the...

Very true. I think that could be fixed by buffering request data up until a setable amount of bytes and repeatedly search for the host. If the host is not...

Thanks for looking into this. I think the root cause for something like this would rather be in the renderer.zig for the ansi output, or width calculations in utf8.zig. Setting...

I can't seem to be able to reproduce that. What terminal are you using?