Jérémie

Results 11 issues of Jérémie

My environment has a GPO on wmic: I can't execute it with a user account. mvnd doesn't show any output in this environment. ``` C:\DEV>mvnd --status ID PID Address Status...

RrdDbPool doesn't seem to be really threadsafe : RrdEntry.count is an integer which is read or written without synchronization, and decisions are taken with the value of this integer. Calling...

The various popup shown can be placed outside the viewport, making them hard to view/use. For example, a tooltip can be partially hidden if the activator is in the right...

help wanted
good first issue

In the (new) FAQ, the component description is after the @component - see https://svelte.dev/docs/faq#how-do-i-document-my-components However, sveltedoc-parser only parse comments before the @component.

openapi-parser is closed sources and doesn't supports some features of openapi 3.1 like description/summary overrides. I didn't fix the webcomponent "json-schema-viewer" which doesn't seem to be documented, and doesn't work...

- Generate "additionalProperties" examples. Support the vendor extension "x-additionalPropertiesName" - Use the default value if provided - Generate null instead of a (potentially) invalid string if the type is not...

Allow to change the display name of tags without changing the "name" property. It's the same property/behavior as in redoc.

Today, svelte-jester throw an exception if we try to use Svelte 4 with a (classic) cjs setup. To help with the migration path to esm and jest, it would be...

enhancement