Pablo Francisco Pérez Hidalgo

Results 8 issues of Pablo Francisco Pérez Hidalgo

Whereas there is a fantastic Elm library enabling the subscription to touch events https://github.com/mpizenberg/elm-pointer-events/blob/4.0.2/src/Html/Events/Extra/Touch.elm For example, I've a fork of `elm-playground` which leverages it to allow the implementation of games...

This PR contains the patch corresponding to the JIRA issue https://issues.apache.org/jira/browse/ZOOKEEPER-4425 It aims to: - Make the last in-memory copy of a node database to be accessible to 4lw commands,...

Closes https://github.com/circe/circe/issues/1297 This PR adds non string coercing numeric decoders to `Decoder` object umbrella, this helps users building non-lenient APIs to enforce the types while keeping the default behaviour. This...

Resolves https://github.com/pfcoperez/algorithmaday/issues/15 ## Description This PR adds completely transparent RedBlack :red_circle: :black_circle: trees implementation based on tying-the-not via lazy evaluation and [Typelevel's Cats](https://typelevel.org/cats/) [`Eval monad`](https://github.com/typelevel/cats/blob/master/core/src/main/scala/cats/Eval.scala). ### Please, don't forget to...

Work In Progress

http://www.geeksforgeeks.org/ford-fulkerson-algorithm-for-maximum-flow-problem/

According to the JSON format grammar published at http://json.org, JSON numbers are not contained in strings: ![image](https://user-images.githubusercontent.com/273379/66852111-85209900-ef7c-11e9-989b-68e9b31331f9.png) Circe decodes numeric values contained in strings and that's super convenient in most...