Sakamoto, Kazunori

Results 8 comments of Sakamoto, Kazunori

Hmm, or this plugin should try re-rendering the diagram of the DOM element double-clicked by a user ... ?

FYI: we run the following script before starting a app depending prisma (for Litestream): ```sh node -e ' const { PrismaClient } = require("@prisma/client"); new PrismaClient().$queryRaw`PRAGMA journal_mode = WAL;` .catch((error)...

c.f. https://yarnpkg.com/getting-started/migration#dont-use-bundledependencies

I created a reproduction repository. I got the following errors. https://github.com/exKAZUu/test-eslint-import-resolver-meteor ``` ..... /test-eslint-import-resolver-meteor/client/main.js 1:1 error 'meteor' should be listed in the project's dependencies. Run 'npm i -S meteor' to...

Thank you for develpoing the great package. For your information, I plan to maintain my fork of `marp-react` because it is still valuable in our work. But, I'm not sure...

Can we add the TS implementations to https://github.com/oven-sh/bun/blob/main/src/js/node/stream.web.ts#L16-L17 ? They are not written in Zig, but still very useful for us.

I've switched to https://github.com/mise-plugins/mise-dart and it works well. The diff is only https://github.com/PatOConnor43/asdf-dart/compare/master...mise-plugins:mise-dart:master so I suspect the root cause is https://github.com/mise-plugins/mise-dart/pull/2 > Can you confirm that you're either running a...