Edilson Pateguana
Edilson Pateguana
To add copy on installation instructions
Acho que devia-se desacoplar o backend to front-end. desse jeito o back será uma API REST e podemos accessa la de qualquer client desde web, A mobile
### Description The code base is comming bigger, and write new feature and making sure that this new feature wont break nothing is hard. So with react deviding our source...
## Description: In several places within the codebase, C-style function pointer definitions are still being used. While these work, they do not provide the same level of type safety, and...
Fixes: #28878 This PR fixes an issue where running `deno run ` would fail if a directory with the same name exists in the current working directory. This behavior is...
Towards #28809 This PR updates the `uninstall` subcommand to support removing multiple packages when the `--global` flag is used, aligning its behavior with the documented usage. **Deno `uninstall` usage documentation:**...
# `assert.deepStrictEqual` now differentiates `{}` from `Object.create(null)` This PR updates the object comparison logic to throw when comparing a plain object `({})` with an object created via `Object.create(null)`, matching Node.js...