Daniela Sfregola

Results 49 comments of Daniela Sfregola

Hi @zzvara, this is actually not a Shapeless problem, but it is enforced by design of the library. See https://github.com/DanielaSfregola/random-data-generator/pull/37#issuecomment-293801647 for an explanation of this issue. Happy to discuss possible...

How would you handle that tests can run in parallel? i.e.: the order in which `random` is called is not guaranteed...

Give it a try @zzvara! Please, if it works I'd love to see a PR on this. Cheers, D.

Hi @krishna-meduri, using simply random values will not work: we want the ability to reproduce a "randomly generated session", so that people can debug and fix their tests when a...

Sorry, this project is no longer maintained -- see https://github.com/DanielaSfregola/twitter4s/issues/504

Thank @m1993afshar ! Do you also have a stack trace? Do you know which functionality of twitter4s triggered the exception? Cheers, D.

My apologies! I just saw your request -- I forgot to watch this project #Epic fai! I'll try to do my do it as soon as I have some spare...

Thank @rtyley, PRs are always appreciated! Also, in twitter4s 6.0 we will have a client dedicated for app authentication -- it is probably what you are looking for: https://github.com/DanielaSfregola/twitter4s/blob/master/src/main/scala/com/danielasfregola/twitter4s/TwitterAuthenticationClient.scala I'll...

Correct! If you see https://github.com/DanielaSfregola/twitter4s/blob/master/src/main/scala/com/danielasfregola/twitter4s/http/clients/authentication/oauth/TwitterOAuthClient.scala you will see the endpoints for `oauth` authentication have been implemented: `oauth2` ones are still missing. Maybe all we need to do is to expand...

At present there is no way to pass a `TwitterAuthenticationClient` to a `TwitterRestClient` -- and I am going to assume that implementing the missing functionalities for `TwitterAuthenticationClient` is going to...