Rob Leslie
Rob Leslie
Since the problem occurs within `spe_program_load()`, it seems there is something wrong with the embedded SPU code. The immediate problem appears to stem from this warning: > /usr/bin/ld: warning: powerpc:common64...
I had actually made `Value` strict early on, but found relaxing the strictness provided some interesting benefits for MOO code in the same way it does for Haskell, without an...
@Flightkick FYI I found the following CSS works reliably enough: ```css a[href$="/client/payment_methods"], a[href$="/client/statement"], a[href$="/client/subscriptions"] { display: none; } ```
@wrog Feel free to follow up here :-)
@wrog You can weigh in on this one too. :-)
I did not know it was possible either until I learned that LambdaCore’s `$code_utils:_fix_preps` depends on it. (Actually it appears I did know about it when I wrote LPMOO, so...
@wrog Any thoughts on this?
I checked on the db format; the preposition is saved as a single integer identifying the collection of equivalent prepositions, so it would not need to change if the order...
Also FWIW, I have verified there are no verbs in either LambdaCore or a recent Waterpoint core that actually use the “off/off of” preposition.