Rob W

Results 32 comments of Rob W

@marcinkrykowski I think we've only got one example with one schema so we still need some more. Feel free to try and break the DSL and raise new issues -...

In #321 @andrewhj pointed out MySQL doesn't support UUID directly, so that's another one we'll have to tackle. https://github.com/zio/zio-sql/pull/321#issuecomment-733524550

This should also support changing the configuration that the container is created with, e.g. encoding. See: https://github.com/zio/zio-sql/pull/353#discussion_r558437638

> > It'd be amazing to just have a popup that a user could click and get the stack trace that they could use to submit in the issue. >...

> I think one thing that's important to differentiate is errors that are coming from the code that a user can fix, and the compiler crashing. Those are two very...

> What can we do to help this to be treated sooner ? I just bought ESP32-C6 boards to switch from wifi to zigbee and extends my presence detection network....

> Hey [@benvenker](https://github.com/benvenker) those `RateLimitExceeded` errors come directly from the API, in the anthropic case the logic is: https://github.com/block/goose/blob/main/crates/goose/src/providers/anthropic.rs#L103-L105 > > In this specific case, there was a new feature...

Hey @kalvinnchau, see #1820. my thought was to check if the message exceeds a certain size, if so, split it into chunks and have each of the chunks summarised prior...

```scala import java.util.zip.* import java.io.* import java.nio.file.* import scala.jdk.CollectionConverters.* val jarLocation = os.home / "temp.jar" println("copying:") println(os.list(os.pwd).mkString("\n")) val _ = new ZipOutputStream(new FileOutputStream(jarLocation.toIO)).close() val jarPath = os.Path(FileSystems .newFileSystem(jarLocation.toNIO) .getRootDirectories() .asScala...

it'd be great if the conversation history could also be stored in plain text (or at least easily exported)