Anthony Burton

Results 4 issues of Anthony Burton

Is relational sorting implemented ? if so, is there documentation. ``` http://localhost/api/v3/listing?sort=client.id ``` http://jsonapi.org/format/#fetching-sorting "It is recommended that dot-separated (U+002E FULL-STOP, ".") sort fields be used to request sorting based...

enhancement

In the data section of the response the links->self->href base ref is http://127.0.0.1:8080, however in the links sections of the response self->href base ref is http://mydomain. Where does this link...

bug

the implementation of: ``` $flux->not('something'); ``` would be of great use to myself ``` (?!something) ``` An implementation of: ``` public function not($string) { return $this->raw(sprintf('(?!%s)', $string)); } ```

Hey, I'm experiencing the following issues: ``` ModuleNotFoundError: No module named 'streamlit_visgraph' ``` streamlit_visgraph was installed in the following manor. ``` pip install pandas numpy streamlit streamlit-visgraph ``` Python, and...