Ádám Rocska
Ádám Rocska
Swift had tuple Splatting, which was awesome. Now we don't have it, which sux. I've been missing it for years now as I have it on my standard toolbelt /...
New optional operators like `+?` `-?` and so on. These operators are to save the bunch of boilerplate when for example concatenating a string with an optional string or adding...
Force unwrap that doesn’t fuck your software. We need a suffix utility function for this
At 21Gram for our TypeScript stuff we have a utility function that takes a recursive/nested set of test values and provides a callback that runs your test code based on...
So, F# has this awesome syntax of ``` doThis |> doThat |> thenThat |> finallyThat ``` I've always wanted to have something like this in Swift. Now finally there is...
Hi there! I really appreciate the work you've done with this library. I was wondering if you would be open to a contribution that would migrate this library to TypeScript?...
I'm really sorry but I don't know how to provide repro-steps. I've been happily using this extension for a few days now, but today all of a sudden it started...
Swift 5.9 feature: https://github.com/apple/swift-evolution/blob/main/proposals/0393-parameter-packs.md Also see its related release notes: https://www.swift.org/blog/swift-5.9-released/ Given a code as follows: ```swift import Beton extension Store { public static func composite( _ stores: repeat each...
**Describe the bug** With the new deploy, apparently the docs' "On this Page" section just broke. **To Reproduce** At the time of writing, simply go to https://srmagura.github.io/real-cancellable-promise/#$fetch If by some...
Added a quick note on how to run the CLI without a prior global install. This could help to better spread the library.