Brian Whippo

Results 13 comments of Brian Whippo

Strongly support this recommendation. This polyfill issue has generated a ton of questions and frustrations in the dev community.

> To support this would require algod to potentially do a lot of work for every such request (the data is not organized in the DB in a way to...

I was referred to this issue--I believe I may have found a workaround after much hair-pulling: index.html ``` global = globalThis ``` As of right now, I have a web...

> @SilentRhetoric Does `global.WebSocket = globalThis.WebSocket` work instead of replacing the entire global object? @MacroChip Replacing `global = globalThis` with `global.WebSocket = globalThis.WebSocket` produced the following error: index.ts:19 Uncaught ReferenceError:...

Bump--would love to see SolidJS included here!

Also running into this issue and would like to be able to use the EE approach with MacOS + Docker.

Also running into this issue and want to add my support for this issue getting attention.

@drichar Per our chat about the "useNetwork" hook I created for [https://github.com/SilentRhetoric/solid-algo-wallets](https://github.com/SilentRhetoric/solid-algo-wallets), there are use cases for some dapps/tools in which a user may want to switch networks on the...

Compiler optimizations should be discussed as a separate matter. The marginal gains in usable program space achievable through code optimization would be an order of magnitude smaller than what is...