Nikos Peteinatos

Results 7 comments of Nikos Peteinatos

Sure, that could work. Would be great if it could handle the edge scenario of declaring a variable in the form `SSH_AUTH_SOCK=$SSH_AUTH_SOCK` where SSH_AUTH_SOCK is a variable we passed on...

I experience the same issue, it's particularly disheartening, because if I change the height of my button, the text sticks to the top ...

I am not getting it. Why manually parse the stack instead of using the V8 stack trace API as done here: https://github.com/borderless/worker-sentry/blob/master/src/index.ts

The API doesn't seem to be available in the npm store as its documentation suggests. Is it still supported ?

For the time being a came up with the following vite plugin, that needs to be added as a plugin in `histoire.config.ts`. This will clean all the CSS errors that...

I would suggest instead that we should give the wrapper extra context that will allow to control for which slots we want the wrapper to be applied. More specifically, adding...

It is hacky, but a way to put the css of histoire in a separate layer, is to include the following code into `histoire.setup.ts` : ``` document.head .querySelectorAll('style[type=\'text/css\'][data-vite-dev-id*=\'histoire\']') .forEach((style) =>...