LuisK Ruiz

Results 14 comments of LuisK Ruiz

Hi, I just wanted to post what worked for me. For quick context, I'm deploying a Web IDE on K8s Environment which does not have access to internet. I built...

For the ones following this issue I found isn’t needed to import languages. This function will do the job: ```ts export function configureNumbroUsingLanguageTag(numbroInstance, tag?: string) { const numbroLang = numbroInstance.language();...

Just to enrich the conversation. I think you could consider not handling HTTP GET method because in fact JSON-RPC expects a data object, meaning that it must be an HTTP...

> Hey @inglkruiz, > > Thank you for opening up the issue. > > Would you find it useful if the `GET` request to the root JSON-RPC url returns a...

@mrwillis I would not say that GET `/` is a standard endpoint for health checks. As a node operator in the K8s space, I've found multiple services implement `/healthz` as...

Oops! I created a PR for this too > #579 Sorry

I would love to hear this is done since we can do it using ECS Fargate service, why not with App runner if it is built on top of ECS?...

@knolleary Hi, could you review this PR? sorry for bothering you.

@knolleary Thanks for paying attention to it. I have one more question, the package I'm using `ipfs-http-client` has migrated to ESM and I'm trying to making it work in NodeRed....

I forgot to ask, do you think that could work? I understand he's suggesting us to remove `const modulePath = createRequire(moduleDir)` and use only the dynamic import function.