Lyubomir Borisov
Lyubomir Borisov
Can someone please explain why the following error occurs in 8.1.0 with Node v12.22.5? With version 12.9.0 it does not appear. Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/cjs/lib/ipv4' is not defined by...
**Describe the bug** I mentioned it in your js-stellar-base library but there is a fix to the segmentation fault issue https://github.com/stellar/js-stellar-sdk/issues/798 mentioned in https://github.com/stellar/js-stellar-base/issues/583
## Bug Description Using Model.findOrCreate without passing/using an external transaction or using CLS caused the following error: Error: Transaction cannot be committed because it has been finished with state: rollback....
Hi Team, there seems to be a problem sending multiple files at the same field(part) name. var data = { images: [{ file: 'linux.png', content_type: 'image/png' }, { file: 'linux(1).png',...
Hi, Having the following express server example: ` app.get('/', (req, res) => needle.request('get', 'www.google.com').pipe(res)); ` The response does not contain the appropriate headers. For example, content-type is missing and the...