Marc Bernard
Marc Bernard
There's some inconsistency in generating the favicon URL: https://github.com/verdaccio/verdaccio/blob/0f94336a9edd76db104e386678fed9da7211e7b8/packages/middleware/test/__snapshots__/template.test.ts.snap#L11 https://github.com/verdaccio/verdaccio/blob/0f94336a9edd76db104e386678fed9da7211e7b8/packages/middleware/test/__snapshots__/template.test.ts.snap#L36 I'm not sure if this is a problem with the test or the template 🤷 Is `base` supposed to have...
I apologize for this very large PR. I started fixing a few things and got carried away... The alternative splitting this into dozens of little changes might be easier to...
The following documentation files are not accessible via the website: Publishing at least the v5 to v6 migration docs would be helpful to educate users. But the lists of env...
After #6942, #6951, #6952, #6953
Often the content is wider than the side panel. This change avoid the horizontal scroll-bar and shows the complete content. Example: https://shields.io/badges/dynamic-json-badge Before:   After:  
Setting `iv_trailing_comma = abap_true` adds a comma to the last node of objects and arrays. This reduces diffs when comparing JSON files, for example. Example: ```abap " regular lo_json->stringify( iv_indent...
Allows several types of input instead of just `string`. Closes #189 PS: Cosmetic change for type constants
Currently, the JSON input must be type `string`. Ajson has to convert it to `xstring` before calling the SAP SXML class. If the input is already available as `xstring` (for...
The following issues are all related: https://github.com/verdaccio/verdaccio/issues/3517, https://github.com/verdaccio/verdaccio/issues/3530, https://github.com/verdaccio/verdaccio/issues/4070 and can be closed by this PR :-) It took me several weeks of intensive debugging and tracing to find the...
**Your Environment** * **verdaccio version**: 8.0.0-next-8.2 * **node version** 20.17.0 * **package manager**: [email protected], [email protected] * **os**: windows@10 * **platform**: win32 **Describe the bug** Logging stops after initial startup messages:...