NyanRus
NyanRus
フォントの拡張子だけで判断して、フォントが実際に有効か確認してないゆえに、このバグが発生していると見受けられます。 ### かんたんなバグの再現方法 1. とあるフォルダにテキストファイルを作成し、拡張子をttfに変える。 2. BEditorを起動し、設定->フォントで、そのフォルダを追加する。 3. BEditorを再起動する。 4. バグが再現される。 ### かんたんなバグの解決方法 BEditor/src/libraries/BEditor.Drawing/Font.csのGetTypeface()での結果がnullか確認する。
Currently to use vite on WebExtension, the public dir can be useful. the way is importing vite-processed source in public dir source. and register the public dir source to the...
> Denoを使えばNode.jsのエコシステムを使い回せるのでお得ではないかと。 **速度を求めると結局Rustが出てくるけどな!** ついでにパフォーマンスが必要ならwasm, もっと行くならffi(ただしunstable)でOK 純Rustの場合、async runtimeなど独自の実装の学習が必要なので、メインはTypescriptを維持したほうがいいと思います。
Thank you for the reply. I'll implement with overriding the render method. Thanks! By the way, I think it will be good if there are some docs or codes that...
Currently, I am overriding the render function for support vite's HMR. In Firefox codebase, I have to insert element in existing node a lot, and the dispose function seems only...
this issue is from https://www.reddit.com/r/Floorp/s/IpDy6Y3NOn This is because Floorp uses external "icon provider" to get favicon. the way to fix is to allow customizing to get favicon from server directly...
It is useful to get icon without accessing to the server. Using external icon provider, Floorp do not need to get the html, no accessing to the server, no log...
Hello :3 I'm not related to oxc, but I want to share some informations about this. I tried to implement this for vite plugin to replace unplugin-swc, and it took...
it is double quote issue.