Yuki Hattori

Results 61 issues of Yuki Hattori

Node.js v19.7 and later include experimental support for [single executable applications](https://nodejs.org/docs/latest/api/single-executable-applications.html). The standalone binaries of Marp CLI are currently produced by Vercel's [pkg](https://github.com/vercel/pkg). However, due to the discontinuation of the...

### Background Mozilla and Google have announced that Puppeteer now supports WebDriver BiDi protocol. The headless Firefox could not generate PDF for a long time. But now, Firefox becomes able...

enhancement

I (probably) remember that morphing animation in a previous version of Chrome had only applied if there were named elements by `view-transition-name` in both of before and after of the...

transitions

Dropped EoL Node.js support. Now Marp Core supports Node.js v18 and later versions. This change will breaking change so the next release will be bumped major version to v4.

The Markdown PDF extension automatically installs Chromium 80.0.3987.0 during its initial setup for PDF generation. This particular version was released over three years ago and may still harbor security vulnerabilities...

The `` component provides the file input to ``. ```jsx ``` For HTML compatibility, `` is also working. It provides a better interface for web developers. ```jsx ``` Resolves #305....

https://api.slack.com/reference/block-kit/block-elements#rich_text_input It's similar to ``, but can style text with WYSIWYG editor.

enhancement

https://api.slack.com/reference/block-kit/block-elements#file_input There is room to consider creating a new `` component or supporting it through a new type variant of `` (``).

enhancement

https://deno.com/blog/v1.38#fastest-jsx-transform

enhancement

https://api.slack.com/reference/block-kit/blocks#rich_text `rich_text` block becomes able to use in Slack API. It has a similar rendering with `` but the output JSON is much structed. There are some advantages: - It...

enhancement