Isaac
Isaac
We could use this. Here's some arguments for that are related to our use of passworded certs: - We encrypt our cert files just in case they're accidentally leaked. -...
> [@blouflashdb](https://github.com/blouflashdb) [@ImBoop](https://github.com/ImBoop) This issue should now be resolved in the most recent update change [@atinux](https://github.com/atinux) Thanks! Fixed in #379
I've uploaded screenshots of non-Steam games to Steam without issue on the desktop client, so I think this should be possible.
It's the compiling process (`emcc` is what is stalling) - everything works up to [that enormous .c](https://github.com/openvenues/libpostal/tree/master/src/scanner.c) file. It's relied on by several pieces of libpostal, so it doesn't even...
> Since the file in question has a huge amount of `goto` statements I imagine the LLVM pass that is taking all the resources is https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp. re2c does have some...
> Could you perhaps attach the pre-processed `scanner.c` (so that we can build it standalone with all the headers, etc). To reproduce, [pull my libpostal fork ](https://github.com/ImBoop/libpostal-wasm)and run the following:...
A suggestion - why not provide an alt option to allow markdown in the body?
Is it possible to revive this? The fix is as simple as setting [ownerId](https://developers.hubspot.com/docs/api-reference/legacy/crm-engagements-v1/post-engagements-v1-engagements#body-engagement-owner-id)
This is a dependency on a current project - it requires being able to extend the schema before kit generates the migration files, and said extension system is async. Good...
Improving fetch types would be an immense QOL improvement. I for one am very excited about this and am looking forward to more info as y'all push forward with it.