Pahlevi Fikri Auliya
Pahlevi Fikri Auliya
Similar problem as this: http://stackoverflow.com/questions/4062518/can-a-mobile-mime-type-fall-back-to-html-in-rails When .mobile is not found, instead of throwing MissingTemplate exception, should try loading .html first.
This is surprisingly very good! Just one thing: the noise cancellation still leaks quite a few background noises. I compared head to head with the paid one, it does sound...
I use Chrome extension. Every time I want to see the annotations, I have to click Hypothes.is Chrome's button first: Only after clicking that, the annotations and the sidebar appear....
I just skimmed the code, so CMIIM (Correct me if I misunderstood :smiley: ) It seems the core engine is coupled with UI & Web Services. For example: 1) Codes...
### Describe the error The following codes do the same exact thing ``` # Ok self.play(ShowCreation(rectangles[0]), ShowCreation(rectangles[2])) # Ok self.play(*[ShowCreation(rectangles[0]), ShowCreation(rectangles[2])]) # Error: name 'ShowCreation' is not defined self.play(*[ShowCreation(rectangles[i]) for...