sya-ri
sya-ri
When release a tag, it may not match the buildSrc version.
#544 --- I didn't change the documentation because I didn't really understand it.
### Description The current Kotlin DSL requires casts, so it is not type-safe. We can't get the most out of Kotlin. > ```kotlin > commandTree("sendmessageto") { > playerArgument("player") { >...
cdateFn ignores plugins, so I can't use plugin features from TypeScript. ```ts const cdateS = cdate().plugin(P => class extends P { subtract(diff: number, unit?: UnitForAdd) { return this.add(-diff, unit); }...
# Pull Request Thank you for contributing to @toptal/gitignore and https://www.gitignore.io. ## New or update Select the appropriate check box for this pull request. This helps when merging to ensure...
### Description Currently, both `CommandTree.argument` and `Argument.argument` are defined separately. This is due to the lack of a common interface between `CommandTree` and `Argument`, even though both define a `then`...
When implementing XML processing using `Promise.all` with fast-xml-parser, we encountered significant performance degradation issues. After conducting benchmark tests, the results suggested that this could be related to how fast-xml-parser handles...