Amin Ya
Amin Ya
Fixes #10
Modifies #11 so the function is marked as unsafe
Would you please add `Send` trait support for trees and node?
0.4 to 0.5 had some breaking changes, which are not documented anywhere. For example, `from_case` no longer works on `str`.
Hi @hedefalk! I am the owner of @atom-ide-community. We have a plugin called atom-ide-vue, which provides ide features for vue. We were wondering if you would like to join the...
**Channel** C++ Weekly **Topics** It can have title like: "Do not disable the move and copy methods". Context: I have used some C++ libraries that disable the move/copy methods for...
# 🐛 bug report The node globals like `process` are not resolved in the dependencies when targeting the browser. ```js 🚨 Build failed. @parcel/core: Failed to resolve 'process' from './node_modules/.pnpm/[email protected]/node_modules/admina/src/root.ts'...
# ↪️ Pull Request Fixes #8049 > Currently, Parceljs silently uses `node:builtin` inside commonjs although this doesn't work. There should be a transformer that converts this to normal nodejs imports...
# 🐛 bug report I am using `is-path-inside` in my package that uses `node:path`. But when I try to bundle it for the browser it fails with this error: ```js...
# 🙋 feature request Currently, Parceljs silently uses `node:builtin` inside commonjs although this doesn't work. There should be a transformer that converts this to normal nodejs imports when targeting commonjs....