Douglas Blank
Douglas Blank
Since this works so well, and now works on generic database API, the question is: do we want to confine the use to inside BusinessLogic? Or move extract_data() to DbGeneric...
> There is a subtle incompatibility between the json_extract() function in SQLite and the json_extract() function in MySQL. The MySQL version of json_extract() always returns JSON. The SQLite version of...
Re compatibility: > Beginning with SQLite version 3.38.0 (2022-02-22), the `->` and `->>` operators are available for extracting subcomponents of JSON. The SQLite implementation of `->` and `->>` strives to...
> For Gtk and python we support versions that are not EOL at the time of release. However SQLite only supports the latest release. It would probably be unreasonable of...
I'm going to close this draft PR, and split these ideas into two parts: 1. Create a JSON extraction method in the Generic layer that uses a Python JSONpath implementation,...
Not sure you could have a general "save-the-output-of-the-cell-to-a-file" magic, but specifically you can save any matplotlib plot to a file like this: plt.savefig("figure.png") -Doug On Sat, Nov 11, 2017 at...
The [TypeScript PR](https://github.com/comet-ml/opik/pull/919) has been merged.
If we make `Person` be a protocol (like we're thinking `Database` should be) then that might work. Unless one is importing both `gen.lib.Person` and a new `typing.Person`. I guess they...
@andnig, thank you for the suggestion! We'll look into it.
Added to the list of planned features!