Georg Wittberger

Results 4 comments of Georg Wittberger

@paustint , thanks for the suggestion but I have already tried with `{ "Boss_c": "#N/A" }` and it did not work as well.

I've encountered the same issue using this Passport strategy in conjunction with `koa-passport` and `koa-session` which also stores the session in a browser cookie by default. I've tried stripping out...

You could achieve this with some style overrides until this may land as a feature. ```css scale-table { overflow: unset; } scale-table thead { position: sticky; top: 0; z-index: 1;...

This is also blocking us in our Next.js project from adopting Turbopack because it relies on Lightning CSS.