Coding Cactus

Results 24 comments of Coding Cactus

@roboyeti thank you! That fixed the openssl.so load error for me, however now I have an error telling me that it is "unable to get local issuer certificate". Any ideas?...

@roboyeti same error unfortunately 😢

Yay adding `--gem-file C:\Ruby30-x64\ssl` fixes it. Thank you so much!

Unfortunately I am unable to package Flaptus to any other operating systems as I am on a Windows machine. Feel free to clone this repo and package it to a...

> I think quite a lot of people, *especially developers*, use it, so it would be great to see! ~~If you're a developer you won't be on an apple device...

I'm not going to talk about what's wrong with Apple devices in a GitHub issue 🙃. But if you know someone who can package Flaptus to a macOS executable I...

Yes @DillonB07 open-uri is also used for the leaderboard as well

If you wanted, you could have a MacOS leaderboard if you fork https://github.com/Flaptus/Leaderboard and make your own token

This unlikely to get implemented soon, because it requires quite a big rethink in how the code handles UDTs. At the moment it's quite hacky and won't work with arrays....

You would need to edit [`Parser.case_stmt()`](https://github.com/PseudocodeEditor/editor/blob/0983d4809f7f88fb29e7e1a90de10d12cafd398a/PS2/ps2/parser/parser.py#L302) and create custom logic to figure out whether you have reached the end of the case branch (i.e. you've seen the start of the...