Ángel M

Results 69 comments of Ángel M

Hi @pikislabis, I need to check it. The user doesn't have permissions to write in the `/app`. Can you tell me the version of Docker and if you are using...

Thank you for your comment @somenugget. I need to update the repository in general to bump all the versions of the libraries and languages. The changes will fix this issue...

Thank you @stuarthannig. I didn't have time to take a look to this repository. I would be nice if you can create a PR, so that we can collaborate to...

Hello @rajrajgl, Thank you for submitting an issue. The issue is related with the dependencies of the client. It's missing a config for the `PostCSS` loader. I found a similar...

Hello @Alphapage, Thanks for your comment! Database requests is something we have in our roadmap, although we didn't start with the implementation yet. There are different ways this problem can...

Hello @mnafees, Thank you for opening this topic. Definitely, one of the goals of Wasm Workers Server is to support as much languages as we can. The list that you...

> @Angelmmiguel Zig support was what was exactly in my mind for the next systems language for Wasm Workers Server. > > Would like to work on Zig support if...

After starting working on this issue, I noticed some challenges here. Currently, we're registering specific routes for every worker and use the `handle_worker` method to reply. For example, we associate...

> Why we cannot continue following this approach? Routes would be the discovered ones from the filesystem, plus the ones registered through the API. We might error out if an...

The [ring 0.17.0 release is already out](https://github.com/briansmith/ring/issues/1551#issuecomment-1745701922)! I will open a PR to close this.