Ruslan Fadeev

Results 92 comments of Ruslan Fadeev

> Also curios do you have an actual usecase for having a generic pair? I'm not entirely sure it's a good case, but I was trying to reimplement a function...

> sounds like [morphic-ts](https://github.com/sledorze/morphic-ts#two-minutes-intro) to me Looks interesting, but I'm not sure I understand what I'm looking at. What kind of library is it?

Haha, feels like the time I was trying to figure out the reasons `io-ts` seemed so complex compared to `runtypes`. My intuition was that the API would look like a...

I'm getting the same error while using [keycloak/keycloak-nodejs-connect](https://github.com/keycloak/keycloak-nodejs-connect), so your issue might be caused by something else

In my case I was trying to write a test with `request(app).get("some/route")`. The route must start with a `/`.

Looks like I was only able to see this issue thanks to https://github.com/greenkeeperio/greenkeeper/issues/981. Otherwise it would happily check the downgraded version and delete the branch without notifying anyone.

Interesting, not sure why they're accessible on the library object. I will look into it, thanks for the tip 🙂

Only general considerations of keeping the API simple. I do see the point that in the context of a Vue app, vue-p5 acts as a replacement for p5, and it...

Right now p5 is reexported, so all p5 exports are available globally that way and there's no need to have p5 as a separate dependency. I'll wait for more feedback...

> Not as issue but more of a question(s) ... That's totally fine :) The idea was to make it possible to embed multiple p5 apps as a component in...