Wing Leung

Results 5 comments of Wing Leung

Did you try to update z-index? ``` cy.get('') .invoke('attr', 'style', 'z-index: 99999;').realHover(); ```

In my case, it is because I named a file with `chromadb.py`. Python tries to import from this file instead of installed package. I solved it after renaming the file....

Sorry about my poor english. Here is my syntax class Sample < ActiveRecord::Base ``` multilang :content, :length => 500, :required => [:en] validates :content, :any => true ``` end When...

Sure, I am happy to help. I will try in this weekend.

Dear @chrismccord, Appreciate your generous contribution in this open source project! :-) Could you update or transfer ownership to a team so that the library can be been improving by...