kagan

Results 21 comments of kagan

I investigated this behavior, and I found some hints. (However, I don't know how to solve.) As you say, there are two bugs. ## In common - These bugs happen...

I probably understand what happens. 👀 ## When not using tailwind (works correct) 1. load and transform `index.astro` 2. `meta` is created and `modInfo` is correct, so script is correctly...

I faced same issue. So I'm using JS `import` in astro frontmatter instead of `@use` in style tag (That is to say, my styles are not scoped) example: ```astro ---...

@YusukeHirao I made a proposal of new logo! (based on your great original one!) but I'm not a designer, am just a engineer. sorry! ![image (16)](https://user-images.githubusercontent.com/34136752/163711918-dbd785d2-b133-4d66-aacf-b83ce35d04b7.png) - Use new main...

@YusukeHirao Thank you for your comment! >Why Oblique type? I felt somewhat cool or stylish by Oblique type. However, > (markuplint provides stability.) That's true, exactly as you said. The...

@YusukeHirao ![image (17)](https://user-images.githubusercontent.com/34136752/164968340-eb7d0b00-914b-4cfc-bd21-f3eea67d48ea.png) I updated the new logo design. - Changed it to not oblique style. - Changed `#143c66` to `#16324d`. It is more darker/subdued color and makes me feel...

@YusukeHirao ありがとうございます! お忙しいところ恐れ入ります。 --- ここでついでにコメントしてしまうのですが…… サイトについては他にも改善したいと思っている点があり、別でIssueを立てています。 https://github.com/markuplint/markuplint/issues/461 よろしければこれらについても私が実装の上プルリクを出せたらと思っています。 (やるとしても来週再来週以降の話になるとは思います) ちなみに、ウェブサイトは現在Nextで作られていますが、 [Docusaurus](https://docusaurus.io/) に変えるのっていかがでしょうか? 👀 (このプルリクでNextのi18n機能使っておいてアレなんですが。) 自分も最近知ったばかりなのですが、StylelintやHTMLHintなどでも使われており、かなり便利そうです。 もしNextにした理由であったり、他のフレームワークにする際の懸念があれば教えてください。 問題なければ、Docusaurusへの載せ替えも含めて検討したいと思っています! markuplintの活動に貢献したいのですが、実装部分ではなかなか力になれそうにないので、サイトの部分ででも協力したいと思っています 🙇

@YusukeHirao 反応が非常に遅くなり大変申し訳ありません!!! 🙇‍♂️🙇‍♂️🙇‍♂️ (5-7月に業務の繁忙で体調を崩していました…) >ウェブサイトのNextにこだわっているわけではありません。 >自分が最速で作れたのがこれだったからなので、他に管理しやすいものあればPRいただければ見ます! Nextの使用について、理解しました。 調べてみて、よさそうであれば別途PR出します! >ブラウザのロケール設定に合わせて自動的に /ja/ にジャンプしますか? >そこだけ「自動を切りたい」です。 リダイレクトしないようにすることについて、承知しました。 確認してプッシュします。

@YusukeHirao `localeDetection: false,` を設定してプッシュしましたので、自動リダイレクトされない認識です。 よろしくお願いいたします。

I didn't consider about HTML compression! I understood. Thank you for preparing the `markuplint:recommended-static-html` . That's nice ✨