Karl
Karl
Also, https://github.com/SwiftDocOrg/swift-doc is an interesting project, able to generate documentation from the markdown format. There are still some issues, and although there's a GitHub action, I couldn't get it to...
I have some things to add to this discussion (which is very old, I know). Over the last week or so, I added a heatmap ([example output](https://github.com/karwa/swiftplot/blob/dev/Tests/SwiftPlotTests/Reference/agg/testHeatmap().png)). While doing so,...
@KarthikRIyer Sure - so `.plots` is a [namespace struct](https://github.com/karwa/swiftplot/blob/dev/Sources/SwiftPlot/SequencePlots.swift#L9). Every `Sequence` has one, and it just wraps that sequence. It's generic, so we don't lose the underlying sequence type. Then,...
Awesome, thanks @0xTim !
> But being generous to writers who type in URLs by hand into HTML and the Address bar isn't worth the pain of making every other non-browser application suffer. Then...
Hmm, referring to a variable in a non-escaping closure is, AFAIK, not a formal access and so should not cause an exclusivity violation. The formal access is around the actual...
OK, so this very much looks like a bug in TSan. I have a branch with a fix, `tsan-workaround` (PR #168). Would you be able to try it and confirm...
Should be fixed in 0.4.1. Feel free to reopen if it is not fixed.
Yes please :) Here's [TensorFlow's version](https://github.com/tensorflow/swift-apis/blob/ba8da333f4cd90ac416db0793e0482af30e25b74/Sources/Tensor/Random.swift), for reference.
A couple of suggestions: 1. You can make a subfolder inside of your module directory for the "raw" implementations. No need to make 2 separate modules. 2. The name "Performance"...