Yuki Hattori

Results 161 comments of Yuki Hattori

At least it requires to wait for fully adopting Workspace Trust in the stable VS Code.

Workspace trust's security model seems not fully to merge into Markdown preview yet. microsoft/vscode#131939 And we still have not decided a primary approach to extend Markdown syntax for preview and...

There is a loophole to use raw `` tag instead of `![]()` Markdown syntax, by enabling HTML tags from the extension settings. ```html ``` In current VS Code version, an...

It is a design of VS Code workspace with deeply considered about security, and I think there is no correct way to access resources located at the `image` workspace from...

The latest VS Code 1.58 is testing an official [Live Preview extension](https://code.visualstudio.com/updates/v1_58#_live-preview) for replacing unmaintained one. By using exported HTML, we can try what if Marp slide can play within...

Nice. Let me organize features: - **"Start presentation"**: [Opens a new UI-less window for presentation, as just same as Marp CLI's preview window](https://github.com/marp-team/marp-cli#preview-window---preview---p), and then enlarge the slide to fullscreen....

https://github.com/GoogleChrome/chrome-launcher/blob/master/src/chrome-finder.ts chrome-launcher module provided by Google Chrome seems to support finding Chromium binary, _only on Linux_.

+1. Our team is comparing between storyshots-puppeteer and storycap but I cannot recognize the difference in essential features from an official storyshots-puppeteer addon. IMO if these aim the same concept,...

Then do you think storycap can run E2E tests using Puppeteer? As far as I know, [storyshots-puppeteer can do and works well](https://github.com/storybookjs/storybook/tree/next/addons/storyshots/storyshots-puppeteer#puppeteertest), but storycap has not supported. Our team's comparison...

I agree with your think in the long view. BTAIM testing architecture would be different depending on projects. My working project was starting from small, and have empowered Jest +...