Brad Larson

Results 79 comments of Brad Larson

By adding FreeType as a dependency, will that require FreeType to be installed as a library before using the AGG renderer? Or is that commonly installed on systems and in...

Sorry, mean to ask: what is the exact code you're using in your Package.swift? I can try it on my end with a dummy project to see if I can...

Ah, I think the real problem might be due to CFreeType relying on Swift Package Manager 3.0.2 tooling. If I instead use ``` .package(url: "https://github.com/PureSwift/CFreeType.git", .branch("master")), ``` I get the...

@KarthikRIyer - On the matter of evaluations, as Marc said, you're doing great. You've hit the initial milestone objectives and gotten this to a demonstrable state both at the console...

Sorry I've been away from this, have been busy with other matters. For types, I think it's worth approaching this from the standpoint of what is needed by the plot...

Also, is pairing off each datapoint going to work for all cases? In a scatter plot, I can see people wanting to provide two or more series of Y values...

I believe this is due to a bug in the way that eager tensors report their device location. The eager tensors have their operations dispatched on the default accelerator, but...

@philipturner - Regarding blocking compiler crashers, [one was recently fixed](https://github.com/apple/swift/pull/40503), but two still remain (the 12/23/2021 nightly shapshot is the first toolchain to include the linked fix). The two remaining...

If I'm reading these notebook results correctly, it looks like the 12/23/2021 nightly snapshot toolchain got a lot farther in building than the 11/12/2021 one. I vaguely remember being able...

> @BradLarson could you give super precise details on how to implement the workaround? I haven't verified that this will compile, but you'll want to add something like the following...