Amaryllis Kulla

Results 10 comments of Amaryllis Kulla

mkxp has the same issue; there are no licensing terms for the RPG module, currently we just copy it verbatim from the .CHM's. I'd like to create a cleanroom-implementation of...

ウチのソフトと色々と苦難したようですね。それはすみません。特にフォントの問題は認識しています、取り敢えずは `Fonts/` に置いてmkxp.confかcommand line parameterで指定する手もありますがbinaryに密着させるフォントをどうか設定できたほうがいいと分かってます。 今度は自分でもportしようと思ってますからよかったらウチらのDiscordに参加しませんか?招待はこちら: https://discord.gg/A8xHE8P 英語じゃなくても全然平気ですから :) mkxp-zの開発者も日本語okですし

> Unless I'm mistaken, there's an issue with the following use case : > > * A Discord user sends a first message (Event A on Matrix) > > *...

@pulsejet > any reason why the RPG module is defined differently for mruby and MRI? The current mruby module gives me really cryptic errors; just adding the scripts from MRI...

> Would there be any realistic advantage of doing this? Maybe it just irks me to parse the same source code every time on startup; but you're right, it might...

Could you please compile mruby without the `io` gem and only keep the fixes required to get that running? We can move eventual changes from replacing my custom code with...

@pulsejet Wait, my marshal code can only dump / load once? That's not supposed to happen.. I think. The Marshal gem by @take-cheeze is not merged into mruby, is it?...

I wonder if @take-cheeze 's implementation can be configured for different RegExp implementations. Also on the dumping / loading only working once, that's a different behavior from MRI then, isn't...

Sorry, I'll be getting around to this in a couple weeks. Thanks cremno for the pointers on `rb_get_args`, hopefully that can be addressed in a separate change set.