Results 9 issues of Tom

Hi, thank you for your work on elm-analyse :) This PR aims to solve #236, which afaik is an intended behaviour which solves #22, an old issue you opened up...

To repro this, you can try switching pages very fast in one of the demos with pagination, and you will see that sometimes it switches to a non-existing page, that...

I think this feature is really helpful as well as easy to implement: we just need to be able to specify the md-direction of the md-tooltip

This PR adds the class `__elm__internal__debugger__` to the widget that lives to the bottom-right of the screen and is used to open the debugger. This is useful for possible overrides...

Hi everyone, during an upgrade of a project to elixir 1.11, we updated Timex to the latest version (3.7.5), which resulted in a bunch of tests failing. We have to...

Hi, I'm developing an app with cordova and I installed the [crosswalk plugin](https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview). The app is currently rather simple, yet the startup time has come to 7-8 seconds. After inspecting...

In my code I have a function like that: ``` findOneByIndex: function(entityName, id, index) { var d = $q.defer(); var promise = d.promise; $indexedDB.openStore(entityName, function(table) { table.findWhere(table.query().$index(index).$eq(id)).then(function(result) { if (result.length...

bug

Create some kind of per-image widget that allows to preview and resize an image on the fly

For example, `https://jpeg.rocks/?quality=80` would set the `quality` parameter to `80`