Pengo Wray

Results 33 comments of Pengo Wray

Hi Lady-Awinita, Sorry changing over is still a work in progress and the list of commands will be changing a lot, and I haven't had time to update the documentation....

Please see the official spec for details of the error handling proposal: (also listed at the bottom of the page) https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md I don't think the op code table is even...

Hi shadowlucario50, So Sprinto doesn't currently have any way to schedule sprints more than an hour in the future, but you can get Carl-bot (another bot I'm not affiliated with)...

Not sure of the status of this project, but maybe someone would like some resolution on this issue. I'm also getting a similar error, also with version 3.0.0.1 / 3.0.0....

Thanks for the response, @xenolightning. I've made a patch – #62 . Hopefully it's enough to fix the issue. As an aside, if it's stable enough, I'd also recommend making...

Hi @bibiprettybird, Sorry somehow invalid database entries get generated sometimes (and it leads this problem, which I thought had gone away but I guess not, or maybe it's something else,...

Thanks for the replies. So, I think to save rebuilding each time I'll need to make a build with `Base_URL` to some random text like `%%ingress_entry%%` and use `sed` to...

@onovotny My use case is a Discord (chat) bot which can act as a timer for "writing sprints" (a glorified 5 to 45 minute timer). So it accepts commands from...

I had a go at creating this a while ago but never got around to polishing it up to share. I'll upload it as a separate github project when I...

Okay, here's my TimeSpanParser: https://github.com/quole/TimeSpanParser It doesn't parse "three hours and eighteen minutes" but it will do every other example.