Riko Eksteen
Riko Eksteen
The `tag` property is clearly needed when actually publishing a package, but I don't think it should be used for checking whether a package exists. In fact, it looks like...
It would be great if the action can actually check if a tag is specified as part of `publishConfig` in package.json, otherwise whenever wanting to switch between @next or @latest...
I have been trying to test SockJS together with atmosphere by looking at the SockJS sample. The sample brings in the `atmosphere-sockjs` package, and mentions `SockJsAtmosphereInterceptor` in the comments at...
The chat sample description says the following: > This sample demonstrates the use of WebSocket (falling back to SSE and Long-Polling) using the @ManagedService annotation. This is not correct/true. The...
When using the `--schema` option with a folder with schema files, quicktype will treat files with the `.schema.json` or `.json` extension like normal JSON files, not as schema files. That...
The App Directory documentation uses a generated ReDoc static html file for the API docs, based on appd.yaml, but docusaurus now have several nice plugins for integrating OpenAPI documentation which...
Is there a specific reason for this restriction? My SVG file contains the URL where to download the font, so arguably there is no reason it can't just retrieve that?...
It would be great if cla-bot supported configuring what type and/or locations of files to monitor for changes. E.g. if you can specify `*.md` or `/docs/**/*` to exclude particular files...