Lloyd

Results 26 issues of Lloyd

Looking at Scala 3, the [enumerations](https://dotty.epfl.ch/docs/reference/enums/enums.html) built into the language look pretty good. The questions are 1. What should `enumeratum` look like in a Scala 3 world? * What problems...

As raised in #109, it might be a good idea to brainstorm some ways to make Enumeratum's API sleeker and nicer to use in the future. Some unfiltered thoughts: -...

First and foremost, thanks for creating this project! I'm trying to find ways of making Scala easier for beginners to grasp and this definitely looks promising :) **Version**: 0.0.13 ###...

This is on 2.3.0-SNAPSHOT with changes in https://github.com/scalatra/scalatra/pull/365 (locally published) Looks like when using RedisScalatraBroadcaster, using the `broadcast` method in an `AtmosphereClient` receive method causes the handling thread to become...

atmosphere

It might be nice with the next minor version to start a "nursery" project to hold "cutting-edge" or trial concepts. We could put things like `Transmogrifier ` and `PathTraverser` in...

breaking-change

https://github.com/lloydmeta/frunk/pull/124/files/7e4bc32eeac38288f9cedf60c5e5ab68c54e3f30#r220041930 Proposal > I wonder if we should add a macro: > ```rust > record! { // bikeshed > name: "joe", > age: 3, > is_admin: true, > } >...

enhancement

Filed https://github.com/rust-lang/rust/issues/48155, and they're looking into it. For more details, refer to that ticket ^ Just made this to track that issue here as well.

Sometimes if you have two classes, it might be nice to be able to define a single bi-directional transform instead of having to write one for each one ```scala //...

enhancement
relatively easy but not small

Closes #60 * Move mconn.enqueueOperation into prepareFuture and wrap it in try-catch because it can fail. On failure, complete the future with a failure, passing it the caught Throwable

bug
enhancement

This is a much less ambitious version of #50 with the sole aim of migrating to using SpyMemcached's `Transcoder` as a parent class of `Codec`. The main goal is to...