noah edward hall

Results 33 comments of noah edward hall

link to line throwing code: https://github.com/steambap/koa-tree-router/blob/b6e8fa9d137734df5e229cf2f174e96c29585334/tree.js#L276

@steambap dope for responding! i was just hacking my way through the source code ;) if you have an idea of what your going to do fix it, send it...

I know golang about as good as I know swahili. I reviewed [julienschmidt/httprouter#329](https://github.com/julienschmidt/httprouter/pull/329) and it doesnt quite solve this issue, however would still be a net benefit. the issue fixed...

Hmm I'll take a read of https://github.com/tc39/proposal-dynamic-import/blob/master/README.md To better understand how important function works

Is this still relevant? I've started to use this plugin and its become a requirement for a number of my applications. I'll try to find some time to implement this...

[here is my workaround until i find a better approach](https://github.com/noahehall/nodeproto/blob/5ebf745269a4899be9e83d5a6333616ab90147ce/libraries/utils/envproto/envvars.mjs#L15) I had to rely on dotenv, as `env-cmd.GetEnvFromVars` thing returns a promise, and I cant use top-level await when outputing...

Im patiently waiting for this to be complete! (fingers crossed) as I would prefer to get the pnpm cli fully compatible with alpine and able to use `pnpm env` to...

@zkochan i've resorted to installing the pnpm cli separately from the nodejs binary (using the one available in alpine contributing repo) but i do plan on addressing this later as...

Sorry for the late reply guys! i was in the hospital these last few days. but i will try all the suggestions and report back -nh

> @noahehall would you mind trying out the latest beta version of the cli, `pnpx sb@next init`? I'm wondering if the change to remove jest from peer dependencies helped at...