Fabricio de Sousa Nascimento
Fabricio de Sousa Nascimento
- [x] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version. - [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - **OS version...
License
The LICENSE file says that its MIT license, but in the jquery.chatjs.css says: "The software containing ChatJS must not directly or indirectly charge the end user at any plan. Otherwise...
I have coreos: 1.5.4 instaled via homebrew on a macbook using mac 10.13.2 (17C205). When I run CoreOS App, a Terminal open but stops here: [WARN] /Users/fabs/.coreos/images/stable/1576.5.0/coreos_production_pxe.vmlinuz missing - stable/1576.5.0...
On the exercise of Foldable `traverse`, it accepts a wrong answer as proper: ```scala import cats.implicits._ def parseInt(s: String): Option[Int] = Either.catchOnly[NumberFormatException](s.toInt).toOption Foldable[List].traverse_(List("1", "2", "3"))(parseInt) should be(Some(42)) ``` Since traverse_...
Hello people :). I am trying to run the following code on a scala worksheet `scala 2.12.4`, `sbt 1.0.3`, `cats 1.0.0-MF`: ```scala import cats.Semigroup import cats.data.{NonEmptyList, OneAnd, Validated, ValidatedNel} import...
I started getting this error this morning: ``` /Library/Ruby/Gems/2.3.0/gems/togglv8-1.2.1/lib/togglv8/connection.rb:51:in `_call_api': HTTP Status: 301 (RuntimeError) from /Library/Ruby/Gems/2.3.0/gems/togglv8-1.2.1/lib/togglv8/connection.rb:61:in `get' from /Library/Ruby/Gems/2.3.0/gems/togglv8-1.2.1/lib/togglv8/users.rb:26:in `me' from /Users/me/bin/app.rb:14:in `' ``` It happens on a call to...