biscuitWizard
biscuitWizard
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of Nancy - [x] I have verified...
phantomjs requires bzip2 to untar its builds. Any node.js projects including phantomjs will break on build without this package. Solution: Please add bzip2 to the apt-get list in the ubuntu...
This patch adds: - PostgreSQL support - SQLite support - Thread-safe forked queries - Prepared statements - Connection pooling and management builtins The method signatures of the new built ins...
Added a builtin that returns all waifs called "waifs()" It is garbage collector safe and doesn't maintain a reference to waifs. For example: ``` ;$waif => #118 (Generic Waif) @prop...
Intersecting two lists or sets would make an amazing built-in especially if it used a bloom filter algorithm, as it would be incredibly fast on what is sometimes a very...
Background threads suspending presents problems in suspends happening in forked code where a suspend is not desired. This falls into side-effect function problems. Recommendation is to change things like sort::...
random(-5,5) -> INVARG. This is undesired functionality, especially because c++ supports this just fine. Likely just need to change bf_random to something like `static package bf_random(Var arglist, Byte next, void...
This PR adds a builtin to allow to serialization/deserialization of XML in MOO, alongside JSON support. This is based on the expat patch, and updated.
Many games, and maybe all of them, require the ability to have verbs that open TCP sockets as listeners or to establish outgoing network connections at the verb level. I...
Hey friend! Just wanted to note that it's a bit odd that you don't have support for divisors. It also appears that PEMDAS isn't supported.