HyBer

Results 7 comments of HyBer

This issue has been resolved by #322, but not suitable for `Dockerfile.xxx` some kind of "prefixed" file type, is this ok to add a `icons_by_file_prefix` table?

> So, if you install a new version of node.js, your globally installed dependencies will continue to operate as expected. Yeah, it's reasonable. In my workflow, I pretty like to...

https://github.com/user-attachments/assets/48e06a13-e8a5-4e1b-8858-31184542102a As angular 18 support use vite as dev server, `require` is unusable removed `raw-loader`, like NZ-ZORRO use http request get source code and unified the ui of code box...

https://github.com/angular/angular/issues/56945#issuecomment-2273027865 tsconfig.json compilerOptions: { "skipLibCheck": true } angular < 18.1.3 have `ngtypecheck` error, for now to run locally, please add code above

Some clues: In Safari, after open terminal, everything is fine... This might be some Safari optimize problem. https://github.com/user-attachments/assets/3aa33eeb-06d8-4ec5-81f3-a49315b54fed I consoled log every quill event, and i found only after open...

I fixed it by patch `quill`: ```diff diff --git a/core/composition.js b/core/composition.js index 9984cc43ac60bc47b135d6bbd80cbe4efd7b909d..eadc28851e625c76e8e524bbcb59232054e8a5f3 100644 --- a/core/composition.js +++ b/core/composition.js @@ -18,7 +18,7 @@ class Composition { // Webkit makes DOM changes...

or replace `queueMicrotask` with `requestAnimationFrame`