Kamil Markiewicz
Kamil Markiewicz
Hi! According to docs http://dev.mysql.com/doc/refman/5.7/en/comments.html for example `/*!40101 SET NAMES utf8 */;` or `/*! SET NAMES utf8 */;` are an conditional-executed pieces of code. I think this should not be...
https://github.com/kamarkiewicz/parsip/blob/bdd1e50b9b04045808530109c6a64d8b0db4dcf2/scripts/lookup_table_generator.py#L115 [RFC about SIP Torture Test Messages](https://tools.ietf.org/html/rfc4475#section-3.1.1.2) says we shall support some characters like NUL, BEL or DEL, but I'm not convinced to support them by default. Base [RFC3261](https://www.ietf.org/rfc/rfc3261.txt) don't...
Just look at https://github.com/kamarkiewicz/parsip/blob/master/src/sip.rs#L123
I wasn't able to compile the parser without `std` feature, as follows: ``` $ cargo +nightly test --no-default-features Compiling nom v3.1.0 error[E0432]: unresolved import `collections::boxed` --> /home/kamar/.cargo/registry/src/github.com-1ecc6299db9ec823/nom-3.1.0/src/lib.rs:120:25 | 120 |...
### 👟 Reproduction steps 1. Create a new Appwrite project with a starter function using `python-ml-3.11`. 2. Run it with `appwrite run function` 3. Trigger a save action on `src/main.py`...