Rémi Bardon
Rémi Bardon
I just force pushed twice to cleanup some things I had changed and shouldn't have. I can also squash my commits if you want to.
> The biggest issue, which I tried hours to avoid, but couldn't get around, is that I have to store one Int along with the NonEmpty collections. This counts the...
I updated Xcode and the toolchain, and I get `error: Abort trap: 6 (in target 'NonEmpty' from project 'swift-nonempty')` 😭 It happens with: - Xcode 13.3 (13E113) - Apple Swift...
I removed `AtLeast9` and `AtLeast10`, it fixes the issue and it was probably useless. I propose we'll try to find a solution only if someone needs it.
> > The biggest issue, which I tried hours to avoid, but couldn't get around, is that I have to store one Int along with the NonEmpty collections. This counts...
Converting this Pull Request to draft once again, because by using it I realized it introduces a huge increase in compile time (see https://forums.swift.org/t/wrong-redundant-conformance-constraint-warning/56207/15). I will mark this PR as...
Worth sharing here: https://twitter.com/slava_pestov/status/1507537318315450370
A new [trunk development snapshot](https://www.swift.org/download/#snapshots) was released, and now everything (including `AtLeast9` and `AtLeast10`) compiles in "normal" time. I don't mark the PR as "ready", as you might want to...
It works, you have to use [Templates](https://tina.io/docs/reference/templates/). For example, here is part of my `schema.collections[0].fields`: ```js { label: "Body", name: "body", type: "rich-text", isBody: true, templates: [ { name: 'youtube',...
For the moment, I'll change my `UUID` into an `ID` 💁🏻♂️