Palmik
Palmik
Amazing library! **Is your feature request related to a problem? Please describe.** I want to allow users to skip to certain positions in a track and make sure it's as...
Thanks a lot for this awesome tool! I wonder if you thought about ways to preserve the way words are interlinked through glosses. Perhaps just an option to not remove...
I have some type (e.g. struct), that I would like to derive label(s) from, e.g. ``` struct X { abc: u64, def: &'static str } let x = X {...
All the slice types define `EItem = [T]`, since `[T]` is not Sized, `RangeFrom` (and others) do not implement `RangeBounds`. Is there some workaround that I am missing? My use...
Hello! Thank you for this awesome library. Some of my users reached out to me indicating that their screen-reader NVDA does not detect the react-hot-toast popups. I am not able...
### Bug Description Double left join leads to faulty Option / nullability inference. I have provided a minimal repro. There are two nullability inference issues: 1. LEFT JOIN-ed table columns...
Context: With HF models, one can use [peft](https://github.com/huggingface/peft) to do parameter efficient tuning, the most popular (and afaik most performant) method being LoRa. Idea: It would be great to be...
### Summary The prosemirror-suggest example / readme is out of date, as it references interfaces have have since changed, like `keyBindings`. It would be great to have an up-to-date example...
Hi, I would like to understand how the current implementation handles HNSW + filtering. Imagine you have a table: ```sql CREATE TABLE document ( id UUID PRIMARY KEY, text TEXT...
Hey, it looks like your SSL certificate is not valid, as I can't access your API endpoints over HTTPs. This meas that the API-key is transmitted in the clear, and...