Gwynne Raskind

Results 76 comments of Gwynne Raskind

@CLoutas Thanks for the heads-up about the docs, I'll take care of updating that right now!

> `String.Index` cannot be `Strideable` because it needs to refer to the parent storage to know next index, so I cannot use `stride`. > I tried to write with `sequence`...

@tanner0101 To fully replace the functionality currently found to be unavailable via `CMD` in `Dockerfile`s (for multiple reasons), you will also need an `ENVIRONMENT`, `ENV`, or (my personal favorite) `VAPOR_ENV`...

### Log levels for metadata! 😍 Item 1 (log levels for metadata) sounds absolutely awesome!!! 🤩❤️❤️❤️🤩 I expect there'd be design questions to be addressed, but the ability to signal...

Looking over the original issue, it seems as though there are three underlying issues: 1. A task can start execution before its scheduled time. This is the result of using...

This was implemented at the SQLKit layer in vapor/sql-kit#90, but support in the FluentKit layer has yet to be added.

@Joannis I need to look at this implementation more closely in any event, but am interested in your input, specifically re: the test failures for Mongo integration where we're apparently...

Sorry for the delay in replying! To answer @jdmcd's question: Getting this added at the FluentKit/SQLKit layers is actually pretty straightforward, just need an extra property in `SQLDialect` and to...

The most common issues when trying to do this with Fluent are: 1. For MySQL users, `SET TRANSACTION ISOLATION LEVEL` can not be issued through the full query interface that...

@madsodgaard Adding this overload would make it much easier to violate correctness of field data types, so I'm a little hesitant. Do you have a concrete use case in mind?