bedalton

Results 11 comments of bedalton

I think the second implementation is correct. The result of addition between a float and a number is a float, at least on DS on Windows. The code below proves...

In case it is of interest, I partially ported the SFC reading code to Kotlin for use in a CAOS editing plugin. I was disappointed that the SFC reader couldn't...

So this I believe will read the favorite places in C2 as well, but I cannot tell because when I added a favorite place and saved the file, there was...

I was also going through the C1 and C2 commands yesterday, and found missing commands in both, as well as some commands marked as variant 'all', or some marked C1...

So it turns out the documentation for one command is wrong. `DDE: LCUS (command) type (integer) organ (integer) tissue (integer) locusid (integer)` does not actually exist. It is actually: `LCUS...

This is the guide I have. It does not list `f**k`, but `mate`. It also includes `vrsn` which I do not think yours does. I have never seen your doc,...

I went through the list and the one you have is seems to be missing `MATE`,`TCAR`, `VRSN` (both command and rvalue), and one disabled command `DBGV`. Mine is missing `EXEC...

It should be mentioned that the C1 applets use the DDE: commands, and I found through trial and error that `DDE: PUTB [name] CNAM` does not teach a norn its...

Some checkpoints when loading, say they have missing keys like `encoder.mid_block.attentions.0.query.weight` and have unexpected keys like: `encoder.mid_block.attentions.0.to_query.weight` So expecting `query`, but finding `to_query` or `encoder.mid_block.attentions.0.key.weight` but having `encoder.mid_block.attentions.0.to_key.weight` So `key`...

In my case the code posted by n00mkrad never gets called as I have `is_accelerate_available`, but it gave me an idea to change the attributes myself. In my case there...