Miki Tebeka
Miki Tebeka
- Added support for python 3 & json encoding - Wrote basic simple test - Added tox.ini to test on multiple platforms (currently 2.7, 3.5 and pypy)
### What version of Go are you using (`go version`)? $ go version 1.18.3 ### Does this issue reproduce with the latest release? N/A ### What operating system and processor...
I'm writing a book on programming and want to show NFC & NFD normalized Unicode. The NFD version is not rendered well on PDF. Here's a short example: ``` I...
Sometimes I'd like to have multi line cells, for example when running several matplotlib commands. The current hack is to use the %%time magic ``` In [6]: %%time : xs...
In some cases we have the same information both as part of the request payload and as a URL parameters. Remove from URL parameters.
Currenetly project logic only exists for handlers that have `//` path. Implement to other handlers (such as `/api/submit`) that have the project in the JSON payload
We should document the `mlrun` command line. Maybe using the [sphinx-click](https://sphinx-click.readthedocs.io/en/latest/) extension.
@yaronha said: > list_runs() in https it accepts a list, while in the file/sql DB it takes as t with , seperator?
Currently we have for getting: `read_artiffact`, `read_run`, `get_log`, `get_function` In setting we're with `store_X`.