Sebastian Sigl

Results 6 issues of Sebastian Sigl

In my current project, we use a filter to change the micrometer Meter to expose histogram information to be able to calculate percentiles easily. Usually, this is very helpful to...

If I have a function ``` privates: { /** * @private **/ myFunction: function() { } } ``` then I have to add @private because it would set this function...

**Is your feature request related to a problem? Please describe.** I try to load external type definitions, more concrete this example from the official monaco playground. https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-configure-javascript-defaults I don't get...

### Proposal If container-startup is slow, frequent test runs pose difficulties. Hence, it's advantageous to maintain container operations throughout the testing process. Currently, we utilize the `reuse` function and continuously...

enhancement

Hey, I use custom css next.js setup to enable 3rd party dependencies to include css. Since `1.1.0` my build is failing with: ``` Failed to compile. 18:00:37.456 ./node_modules/react-multi-carousel/lib/styles.css 18:00:37.456 ModuleParseError:...

help wanted