Ch. (Chanwhi Choi)
Ch. (Chanwhi Choi)
I came into this situation too. related: #927 Without source change, I think yarn 1 ("classic") is required for now by subtle? (maybe?) problems. (`yarn set version stable` -> `yarn...
I had a similar problem because I thought `cdqa_pipeline.dump_reader()` would dump the trained retriever too. ## File A ```python from cdqa.pipeline import QAPipeline cdqa_pipeline = QAPipeline(reader='./models/distilbert_qa.joblib') cdqa_pipeline.fit_retriever(df=df) cdqa_pipeline.dump_reader('./models/distilbert_qa_fine_tuned.joblib') ``` ##...
Maybe related to https://github.com/parcel-bundler/parcel/issues/7075 ? Sorry for not following the issue in detail but I experienced similar situation with npm workspace. ``` 📁 my_project 📁 my_front_project 📄 package.json 📁 my_backend_project...
@tamaina If It is really so please mark this issue as closed
I tried korean-specific font (NanumGothic.ttf) to know why CJK is not displayed (by temporary replacing default theme and resources on master branch bc5dc9af) but It worked... Maybe system font fallback...
This issue was for bookmarklet which is a bookmark with a script, If I remember correct. As far as I know, The page this addon is utilizing is actually for...
TODOs 1. [ ] keyboard navigation 2. [ ] shortcut: open WS launcher shortcut ("clicking that button") 3. [ ] shortcut: open sidebar with last site?
@javoec That's not possible since this addin utilizes sidebar provided by [browser API](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Sidebars), and the sidebar looks like not originally for browsing imo. I think this addin is abusing the...
Could be closed by #4 but It is required to warn users about it before close this issue
Because It's depending on Sidebar API of Firefox, There's no plan for now. :/