Marc Bernard

Results 139 issues of 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...

topic: web
topic: readme
topic: ui
topic: config

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...

website
docs

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: ![image](https://github.com/cloud-annotations/docusaurus-openapi/assets/59966492/0c456184-72c5-42dd-9d3a-ae761deb5a7d) ![image](https://github.com/cloud-annotations/docusaurus-openapi/assets/59966492/4adef45b-def5-42ff-a191-6688a0f8f845) After: ![image](https://github.com/cloud-annotations/docusaurus-openapi/assets/59966492/056d4d0f-a179-4d0c-a061-d069cfd09b11) ![image](https://github.com/cloud-annotations/docusaurus-openapi/assets/59966492/8a335712-9fb9-43f2-9ab6-bafec06fbe85)

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...

bug: fixed
topic: middleware

**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:...

topic: logging