Jon Luo

Results 9 issues of Jon Luo

The size of the circles can be a problem when zooming in for finer details. For example, this lane line: ![image](https://user-images.githubusercontent.com/20971593/81637430-4eacde80-93e4-11ea-92e8-1c97ab264a5d.png) Maybe it would be better to keep the point...

Would it be possible to have undo/redo not include mask opacity changes? I find it helpful to toggle opacity up and down sometimes, and that can get annoying when trying...

Hi, running into an issue I think with parse-input-files: Please include: - the version of pheweb you're using, gotten from `pheweb -h`. If you're not on the latest version, consider...

#782 added the ability to include a sample row of a table to the prompt to provide more context for the model. As demonstrated in [this paper](https://arxiv.org/abs/2204.00498), performance increases with...

A few of the extra dependencies were not getting installed by poetry - they needed to have entries in `[tool.poetry.dependencies]` with `optional = true`.

With the current method used to get the SQL table info, sqlite internal schema tables are being included and are not being handled correctly by sqlalchemy because the columns have...

Seeing a lot of issues in Discord in which the LLM is not using the correct LIMIT clause for different SQL dialects. ie, it's using `LIMIT` for mssql instead of...

With https://github.com/executablebooks/jupyter-cache/pull/93 merged and `MyST-NB` updated, we can now support SQLAlchemy 2. Closes #1766

Sorry, wasn't sure how to title this. Continued from #2016. Thanks so much for all your work. It is much improved and for my case of 20 is no longer...