William Bonawentura

Results 7 issues of William Bonawentura

Fix for https://github.com/oracle/node-oracledb/issues/1507 Better off typing the asymmetric nature of write-only attributes. Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name...

The CI failed
Untested Change

package.json: ```js { "scripts": { "test": "tsc" }, "dependencies": { "typescript": "^3.7.5" } } ``` .npmrc: ``` node-options="--loader=./loader.js" ``` loader.js: ``` // Custom loader. May be empty for test ```...

known limitation

Currently server can send only 7-bit ASCII data in `npm-notice` header. This code change will allow to send any Unicode message. The rfc2047 encoding it is used in similar place...

Hello. There is a simple change which allow to pass build-in bigint type to parameters in thin node. This allows you to pass large integers without conversion to string in...

oca-verified

1. What versions are you using? 6.0.0 2. Is it an error or a hang or a crash? error 4. What error(s) or behavior you are seeing? Dates with a...

bug
patch available

I have doubts about this code: https://github.com/PeculiarVentures/xmldsigjs/blob/71e66d3fede1c768a112330ac852a4d2a1c2fd49/src/signed_xml.ts#L544-L573 1) Why there is "dummy" `GetOutput` call at 560? 2) Why every transformer load initial xml (line 585) instead of the result returned...

Type declarations claims that `ctxt` attribute are part of `span` object: https://github.com/swc-project/swc/blob/85cc2bd79c3193cb0a8b54e4fce0efc1aa15b271/packages/types/index.ts#L1163C1-L1167C2 But [in fact](https://play.swc.rs/?version=1.7.26&code=H4sIAAAAAAAAA8tJLVFItAYAVlTbjgYAAAA%3D&config=H4sIAAAAAAAAA1VPOw7DIAzdOQXy3KFi6NA79BCIOhERBGQTqSjK3UsIpM3m9%2FOzVyElTGzgKdcyFhA1MdKJC8N5TvpTGEDjNRuyMcGtqxPv0qAdY6W2Q4GkacRUU6zuSrUEuBAYe6Jx3s52yP%2BdJvhIyHw17lY9jw6vjaK1gg%2FvpYrtl5QjHhc84GfqZedisPzqyUQLiu0LtK2NIRcBAAA%3D) there are located placed next to each other: input: ```js let a; ``` AST: ```json...