Mike Ziwisky
Mike Ziwisky
I needed to be able to cross-compile to arm64 from an x86 machine, and the info here was an invaluable jumping off point. I ultimately put together a dockerized build...
@sadjad i think those commit SHAs must be wrong. https://github.com/excamera/mu/commit/48d2a2c9621c3a27c406b33185a2d143568d7f39 makes calls to `xc-enc` with `--reencode-first-frame`, but that option is not included in https://github.com/excamera/alfalfa/commit/14e88fa6dff567b11ceda1c368ebb65fc27532ee.
I did not resolve this, but I don't use pino anymore, so we're good.
i need a way to "merge" spans for prisma model calls that end up batched by the dataloader. for our GraphQL backend, we use prisma's dataloader functionality extensively to batch...
thank you @jharrell, i've opened https://github.com/prisma/prisma/issues/19271
i've discovered that if you [use the binary query engine](https://www.prisma.io/docs/concepts/components/prisma-engines/query-engine#configuring-the-query-engine) instead of the default Node-API based one, then the async context is _not_ lost in the `client.$on('query', handler)` handler. i...
@janpio would you consider this loss of async context an instance of the Node-API library getting something wrong? if so, can it be fixed? or is there some fundamental limitation...
> Have you managed to make it work? @EladIsraeli sorry i missed your question until now. i've been away from this problem for long enough now that i don't recall...
Ideally, the ANE wouldn't contain _any_ away3d classes, rather it would depend on away3d being simultaneously linked into the app. However, I haven't figured out a configuration to allow for...
Sorry, I can no longer provide maintenance on this library.