James Lan
James Lan
Seems to be duplicated with #1997
> Found a fix by adding `permissions: write-all` to the specific job` When you create a PR in your own repo, the job permission only needs `pull-requests` to add comments:...
> Hey there, > > Support for 0.24.x is blocked by a change of behavior from 0.23.x I heavily relied on, and now depends on [TypeStrong/typedoc#2309](https://github.com/TypeStrong/typedoc/pull/2309) > > So I...
> Can't find a good way to tell typescript to leave this one import() statement in. According to https://www.typescriptlang.org/tsconfig/#module: > In addition to the base functionality of ES2015/ES6, ES2020 adds...
For `XmlDocument.fromString`, it should encode the unicode string to specific encoding, so that it could be consistent with the encoding declaration inside the xml. For `XmlDocument.fromBuffer`, it is already encoded...
Looks like to require an enhancement on the upstream project. Reported on libxml2 project: https://gitlab.gnome.org/GNOME/libxml2/-/issues/962
Javascript/Node.JS have very limited encoding support OOB. Converting between arbitrary encodings needs 3rd party libraries. It would be better to require the caller to do the encode conversion when it...