KAWAKUBO Toru

Results 26 comments of KAWAKUBO Toru

I encountered a similar issue with a site with around 60 files. (Deployment was successful when there were only a few files, but started failing once we increased the number...

Sorry, I found that the latest version of actions-netlify already uses the latest netlify/js-client. I will try updating actions-netlify in my project and see if it works.

Updating actions-netlify to the latest version solved my problem. Sorry for confusion.

I happened to close this PR unintentionally. I deleted `fix_gcc_version_detection_gpu` branch since it was already merged in #229, and then this PR was closed automatically because this PR uses the...

Maybe you can try this library: https://github.com/Qulacs-Osaka/qulacs-visualizer

Here is an attempt to support clang, though it is not finished: #224 I'm not an expert for it but heard that there are many pitfalls that need to be...

Thank you for the report. The cause of the problem is the same as #371.

Ah, I didn't read the _"consume a component value"_ part. I now understand that `[ ]`, `( )` and `{ }` should be balanced. The current behavior for the first...

Thank you for reporting the issue. I confirmed the bug and found out the cause. We will do our best to deliver the fix as soon as possible.

PR vivliostyle/vivliostyle.js#275 resolves this issue except for cases where - `image-resolution` > 1dppx, and both `max-width`/`max-height` are specified in percentage values - `image-resolution` < 1dppx, and both `min-width`/`min-height` are specified...