Roberto Tyley
Roberto Tyley
> @rtyley Thank you for cleaning up my commits! You are absolutely very welcome, and thank you so much for cracking the Scala 3 upgrade - particularly the Scala 3...
I've realised that Raspberry Pi OS (Debian bullseye) has a fairly old version of Mu: [1.0.3](https://github.com/mu-editor/mu/releases/tag/1.0.3), from January 2020: https://packages.debian.org/bullseye/mu-editor  On Mac, I'm using Mu 1.1.1, which works well,...
Just spotted this issue- I raised a near duplicate as https://github.com/aws/aws-sdk-java-v2/issues/4392 (apologies for not searching existing issues, doh), and a PR to fix it in https://github.com/aws/aws-sdk-java-v2/pull/4355.
> It'd be great if for protected files that will be kept there was a possibility to keep them as non-LFS throughout their history instead. Object protection in the BFG...
The new checks for reserved Thrift keywords introduced by 884f360361bc4abf2e2c91ada1e9cbc15f584b0d: https://github.com/twitter/scrooge/blob/a647e1d9dfbd2935cbfdac84fceb72b9cc9267f2/scrooge-generator/src/main/scala/com/twitter/scrooge/frontend/ThriftParser.scala#L110-L115 ...do not seem to be disabled by the `scroogeDisableStrict` flag: https://github.com/twitter/scrooge/blob/a647e1d9dfbd2935cbfdac84fceb72b9cc9267f2/scrooge-sbt-plugin/src/main/scala/com/twitter/ScroogeSBT.scala#L80-L83 ...just checking, was that intentional?
I encountered the same problem today, and created https://jira.qos.ch/browse/LOGBACK-1436 to track it.
> @rtyley I'm closing this PR as stale, we didn't have the chance to go back to this issue. We still have the task in our backlog to research how...
No longer supporting Travis!
Reproduced with current master on 2.12 branch: ```scala scala> import Line.Terminators.Custom scala> import java.io.StringReader scala> val resource = Resource.fromReader(new StringReader("foo**bar**bogus"))scala> resource.string res4: String = foo**bar**bogus scala> // read each segment...
Here's a gist showing end-users how they can hack support for Application-only ('bearer') authentication on top of `twitter4s`: https://gist.github.com/rtyley/dc341992a6104f4b499834fd2d10dfad You can then create a new `new AppOnlyAuthentication.TwitterRestClient(twitterConsumerToken)` quite easily. ...I...