-
Notifications
You must be signed in to change notification settings - Fork 12
Update kage-editor #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@graphemecluster 私が取れる時間の関係で、内容の確認に全量では数週間〜数ヶ月程度かかる可能性があります。そのため、管理上の都合で申し訳ありませんが、このPRを機能ごとに小さく分割して、優先度の高いものから順に確認して少しずつ取り込んでいく形にしたいと思っています。 特に問題がなければ、分割は私の方で行なおうと思っています。その際に、 graphemecluster さんの authorship は保つようにいたします。 最後になりますが、このPRを contribute していただいていることに感謝します。ありがとうございます! |
すごく古いプルリクなのにわざわざご対応いただきありがとうございます。 |
こんなにも早く分割してくださりありがとうございます!とりあえず一通り目を通していくつかのコメントをつけました。修正してほしいところがあれば教えてください。 |
Hi @graphemecluster, Thank you for your contribution through this pull request! I am reaching out to you regarding the licensing of your contribution to kage-editor. I'm in the process of explicitly licensing kage-editor under the GNU General Public License version 3 (GPL-3.0-only). You can find the full text here: https://www.gnu.org/licenses/gpl-3.0.html. The reason for choosing this license is to align with its dependency, @kurgm/kage-engine, which is currently licensed under GPL-3.0. This alignment will ensure better compatibility and a clearer licensing situation for kage-editor users. As you're a copyright holder of the changes in this pull request (and #40 through #54), I kindly request your consent to re-license your contribution under GPL-3.0-only. By agreeing, you'll grant others the rights to use, distribute, and modify your contribution under the terms of this license. Please reply to this comment with your consent if you agree to this re-licensing. If not, I will unfortunately need to revert the changes in this pull request (and #40 through #54). I apologize for the lack of notice of a license in the repository when you contributed, which necessitates this request now. This step is crucial to ensure all contributions are properly licensed and compliant with the new licensing terms. Thank you for your understanding and cooperation. Please don't hesitate to reach out if you have any questions or concerns. Japanese Version: お世話になっております。プルリクエストでの貢献をいただき、ありがとうございました。 kage-editor へのあなたの貢献について、ライセンスに関するご連絡をさせていただきたく存じます。 現在、kage-editor を明示的に GNU General Public License version 3 (GPL-3.0-only) のもとでライセンスしようと考えています。ライセンス全文は次のリンクからご覧いただけます。 https://www.gnu.org/licenses/gpl-3.0.html あなたはこのプルリクエスト(および #40 から #54)に含まれる変更の著作権者であるため、GPL-3.0-only のもとであなたの貢献を再ライセンスすることに同意していただけるかお伺いしたく存じます。 以前に貢献をいただいた際にリポジトリにライセンスの通知が含まれていなかったために、現在このようなお願いをする必要が生じたことをお詫び申し上げます。 もしご質問や懸念がございましたら、お気軽にお知らせください。 |
あ、#84 の件ですね。わざわざこちらまでご連絡をくださりありがとうございます。一応正式な声明をさせていただきますと、
(余談ですが、ライセンスがないとGitHub の利用規約上では git clone すら許可されていないというのを初めて知りました。普通に勉強になりました) |
ありがとうございます!! |
変更履歴
height: 100vh
はスクリーンの高さとは限らないので代わりにposition: absolute
を使用crosshair
にするmove
にする新機能のリクエスト
英語(ざっくり翻訳)
height: 100vh
is not limited to the screen, soposition: absolute
is used insteadcrosshair
when the background is draggedmove
while moving