Antonio V

Results 10 comments of Antonio V

I had problems with "height: auto + scrollable" since one of the updates, the height was calculated wrong Fixed that using CSS rule that overrides the height set by JS:...

You should use https://github.com/mbj36/vue-burger-menu#open-state Example: In your code you just set this.isOpen = true / false And update this.isOpen state using https://github.com/mbj36/vue-burger-menu#menu-events to make sure it matches the Slide state

> I had the same issue, but i don't understand your example @ton77v . > What needs to happen on these menu events? and when do i set isOpen to...

Got the same warning while using **load_qa_chain** `chain_type='map_rerank',`

It seems the best way is to fork the package and change the **SeleniumMiddleware**.__init__ the way you used to work with Selenium. Actually it's just a few lines of code...

> > It seems the best way is to fork the package and change the **SeleniumMiddleware**.**init** the way you used to work with Selenium. Actually it's just a few lines...

> > It seems the best way is to fork the package and change the **SeleniumMiddleware**.**init** the way you used to work with Selenium. Actually it's just a few lines...

> Thank you for your work @jg3wilso, your solution work like a charm, however it seems to work when using 'chrome' as the browser and it's kinda slow, you know....

Got the same error with Preview Deployments for Resource that deploys without issues

@samilyak can you please share your solution for this (if any 😀) I'm facing the same issue, if there are only 2 languages there is a easy (although not the...