Vicente Eduardo Ferrer Garcia

Results 146 comments of Vicente Eduardo Ferrer Garcia

I will try to add a placeholder for your project, and merge it into master.

It seems not to work when trying to load it as a script. It has been tested with metacallcli: > CS0116: A namespace cannot directly contain members such as fields...

@lights0123 you are right, it should be `u8`.

My first idea was to implement fixed types in the whole interface, but once I started to implement different loaders I realized that they do not use fixed types. For...

If you send this via network there are much more problems than fixed size of the types. For example endianess. And because of that, there is a serialization plugin based...

@kuraakhilesh8230 check out this PR and specially my comment: https://github.com/metacall/core/pull/258#issuecomment-1096445811

The fallback install script to Docker has been implemented. Shared volumes for Python and Logs are still not implemented, but **it needs testing**. This is the new repo for providing...

Most of these have been solved, but I do not trust them. I think we should add some way to safely handle strings, standardized in the whole project. Something like...

Also, some leaks obtained from address sanitizer: [output.txt](https://github.com/metacall/core/files/6460888/output.txt)

@trgwii suggested https://github.com/eslint/espree I think it may be a better alternative, but it must be investigated.