Ryan Arana
Ryan Arana
I think the only way to really know if they’ll flake out ci or not is to try it, hehe. The baseline capturing does capture machine specs for the machine...
I’ve done a fair amount of work with the built in performance testing stuff. It’s really nice! You give it a block of code to execute and it does so...
My initial thought was that it would be really nice if there were an operator like the `~` used for priority that would allow us to specify the identifier per...
I like this idea. I think the disadvantage you listed might be able to be addressed, at least partially by adding something to the README. Step by step example how...
This would be great! It'd also be nice if there was a way of adding the benchmarks to the README stars table in some way 🤔. Another thing along these...
> Cool idea! 👍 Not sure if we should try extend the table or setup a different block. Maybe (a tweaked version of) the output of `cargo all --release` in...
> The problem with adding this to the stars table is that the current template does not verify that we generate the correct result and the CI hook that adds...
> I think we could implement this on our side with the `--session-file` argument to aoc-cli and reuse the `AOC_SESSION` we already use for the table. The only annoyance here...
@Mopar440 Neither YapDatabaseExtensions or ValueCoding have been ported to Swift 3 yet. I believe it is being worked on though: #93
Going further down the rabbit hole I'm finding `YapDatabaseView`s don't get any of the love from your work on the `Transaction` or `Connection` since `YapDatabaseExtensionTransaction` and `YapDatabaseConnection` require slightly different...