Olly
Olly
Example: `Hey (someone not in voice channel) play me a song!` Will not work. Adding a new setting here should suffice: https://github.com/jagrosh/MusicBot/blob/master/src/main/java/com/jagrosh/jmusicbot/commands/MusicCommand.java#L71 I would PR, but currently do not have...
The following "Works" since [getDeclarationNoWith ](https://github.com/nielsAD/lape/blob/master/lpcompiler.pas#L1753)returns nil. ```pascal Compiler.addGlobalFunc('procedure Pointer.Init', nil); Compiler.addGlobalType('type Pointer', 'TFoo'); Compiler.addGlobalFunc('procedure TFoo.Init', nil); ``` However in a script the following is handled correctly and a duplicate...
Having Lape support property syntax would increase compatibilty with lazarus due to the LCL being very property heavy. [Simba](https://github.com/MerlijnWajer/Simba) currently adopts a horrible getProperty() and setProperty(Value) syntax when importing LCL...
I suspect this repo still gets a decent amount of traffic relating to this method. Much better documentation of the algorithm and you get more traffic - sounds like a...
Hi, I'm using fpclazup to build a project on darwin-aarch64 but FPC is crashing when compiling such project and there isn't any line info in the stack trace which would...