Jim Kring
Jim Kring
I think there’s a tension right now between a custom RowModel to serve as a view in tables/lists and using the `columns: list[DisplayModel]` to select which data to display. (See...
I'm loving FastUI so far. @sydney-runkle (since you asked), here are my top issues at the moment: - #293 -- I created a PR and it's working for me -...
Right now, it appears that `Link` components do not support custom url schemes/protocols (e.g. the `myapp://` in `myapp://some/parameters`) shown below: This doesn't work... ```python from fastui import components as c...
I found a solution for creating a bootstrap [`breadcrumb`](https://getbootstrap.com/docs/4.0/components/breadcrumb/) component in fastui. See [this gist](https://gist.github.com/jimkring/dc32786cae190a3f0a12ded616d6c662) for an example function that takes a list of (display_text, url_string) tuples and outputs a...
[Feature]: Ollama Built-in Support for Structured Output (i.e. for models that don't yet support it)
### The Feature OpenAI just [announced support for Structured Outputs](https://openai.com/index/introducing-structured-outputs-in-the-api/). It achieves this by allowing to specify a json_schema as the response type and then handles enforcement of this on...
Hi @kayhayen # What does this PR do? This adds support for a custom package-configuration.yml to merge it's `implicit-imports` for a package with the `implicit-imports` for a package that's defined...
I am trying to get a new CI build process going and I forgot to include `--assume-yes-for-downloads` in my `nuikta` build step. Nuikta took many minutes (for compilation to complete)...
Adding this as a tracking issue that other projects can use. Status: Experiment support exists Ubuntu: Nuitka builds fail Windows: Nuitka builds succeed
Related to #2834 (Python 3.13 support ), I have been doing some testing of the latest Nuikta dev and Python 3.13rc1. I tried building a stand-alone executable using free-threaded (NOGIL)...
Reported [here](https://forums.vipm.io/topic/9693-error-1527-in-json-deserialization-on-valid-and-well-formatted-json-texts/). Here is the reproducer: [Error 1527 JKI JSON.vi](https://github.com/user-attachments/files/16912780/Error.1527.JKI.JSON.vi.zip)  ```json { "array": [ { "cluster": { "empty_cluster": {} }, "scalar": 0 } ] } ```