Daouzli

Results 16 comments of Daouzli

Hi, Thanks for your report. Indeed, I think it should bebetter to make it configurable. I'll do that asap.

Hi @LukeHankey Did you tested with the latest version? I mean the github version? Actually the type hints are managed in the 0.4.0 version that was not yet released.

Hi @peterjc, Thanks for reporting this issue. I'll try to considere this. Concerning _Example_, _Pyment_ doesn't know that keyword so it considered it as a parameter.

Hi @thughes Indeed it seems that when "return' is written with an ending "s" it pyment will consider it as a kind of parameter. This should be addressed.

Hi @jsoeterbroek Sorry for the laps. Is it still useful? If so, what kind of license could fit your needs?

@aaannestad @thenexus7 I have made these changes and it worked: ```diff diff --git a/snes/snes.c b/snes/snes.c index e52620c..29e0a3f 100644 --- a/snes/snes.c +++ b/snes/snes.c @@ -30,7 +30,7 @@ Snes* snes_init(uint8_t *ram) {...