Andreas Klöber
Andreas Klöber
Switched to HTTPS URL for submodule shFlags to support installation through proxy behind firewall.
### I'm submitting a ... - [ ] bug report - [x] feature request - [ ] support request or question => Please do not submit support request or questions...
This pull request adjusts the testcase to demonstrate https://github.com/monmohan/dsjslib/issues/13. Furthermore documentation for return value of `BinarySearchTree.put()` has been added and trailing whitespace was removed.
The return value of `BinarySearchTree.put()` differs depending on the state of the tree and is not documented. In case of the first insertion the tree instance is returned whereas for...
Any entry in `allowedPackages` makes the warning for the custom license in package `@progress/[email protected]` disappear. __Reproduction:__ Create the following `package.json`: ```json { "name": "lic", "version": "1.0.0", "dependencies": { "@progress/kendo-schematics": "0.2.5",...
# 🐞 bug report ### Affected Package @angular/router ### Description Issue https://github.com/angular/angular/issues/10895 requests that the `routerLink`-directive should automatically add `tabindex` on the target element if not already present (implemented via...
I have set up TLS for docker daemon that uses a certificate provided by Let's Encrypt and managed with `certbot`. Everything looks fine as accessing the API via curl is...
## Motivation and Context Append /sse to Playwright MCP server path as latest Playwright versions (e.g. 0.0.44) expose legacy SSE transport support at this path. ```bash ❯ npx --yes @playwright/mcp@latest...
When pasting code from documentation, tutorials, stackoverflow, etc. I often have to manually unify the quote style (single-quotes vs. double-quotes) of string literals. It would be super cool if js-beautify...