Hassan Hayat

Results 20 issues of Hassan Hayat

It seems that there are a number of things one wants to do with tests: 1. Group tests and test suites into suites 2. Run all tests at once 3....

After discussion with @rtfeldman, it would seem that speed is an area to work on. Once the benchmark API gets released in Elm, it would be very interesting to compare...

Currently, it is impossible to shrink functions in `elm-check`. Haskell QuickCheck on the other hand supports this feature and does so using advanced features of the Haskell programming language (GADTs,...

- [x] Push the updated version of elm-lazy-list - [x] Publish elm-rosetree - [x] Redefine elm-shrink in terms of lazy lists - [ ] Modify the investigator type to generate...

It seems that at all sizes, the reddit logo is chopped off on the sides. It is due to how the svg width and height are set. If you manually...

Hey there, First of all, I'd like to say that your physics engine is really cool. I hope you don't mind if I hacked into it a little bit. I...

Passing useful errors are important and isn't dealt with correctly in `elm-storage`. To do so: it is important to investigate the types of errors thrown by localforage and pipe them...

It would be nice if you could just transition to the next page with a fast swipe by doing something like ``` if (Math.abs(oldEvent.dx - newEvent.dx) > someNumber){ goToNextPage(); }...

enhancement

As pointed out by @zenorocha in https://github.com/webcomponents/customelements.io/issues/341#issuecomment-61478045 it would be nice if each page had a browser anchor in order to quickly get to a given page from a url.

enhancement
accessibility

It would be nice if with a simple attribute you can specify that subsequent pages are to the left as opposed to the right for right to left languages (such...

enhancement
accessibility