Ryan Nett
Ryan Nett
Possibly? It would be overkill by quite a bit though. I'm trying to parse dice, e.g. `5d12`, and want `5d12` to parse but not `5 d 12`. I'm just using...
> I get the same if I download https://github.com/fluxcd/flux2/releases/download/v0.31.1/flux_0.31.1_windows_amd64.zip direct (ie issue is with the release, not the chocolatey package) Same here. The defender link is https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Trojan%3aScript%2fOneeva.A!ml&threatid=2147729349
v0.31.2 doesn't trigger this (note it's not on chocolaty yet), and [VirusTotal](https://www.virustotal.com/gui/file/f755b340a68f2d166436efcc9ec9d9e2a7151bc4ed2e2700c382c704de9e7459?nocache=1) says it's clean.
JCenter had issues again yesterday, and the README widget is no longer working. Since it seems like it might be a while before the next version, can we get the...
Yeah, the intent was for public or previously public contracts.
As I intended it, #890 is about a historical list, this is about getting the status of a specific contract. They could be implemented in the same way (a historical...
Filled out the form, just waiting for it to get processed.
This may be due to something we are doing internally, not sure at the moment. Even with that, there shouldn't be any harm in generating annotations for the getters.
After debugging, it's thrown here: https://github.com/bytedeco/javacpp/blob/master/src/main/java/org/bytedeco/javacpp/tools/Parser.java#L487. `type` is null. `token` is `int`.
I'm trying to parse https://github.com/tensorflow/tensorflow/blob/master/tensorflow/c/eager/gradients.h, which uses it as input in a few places. Is there a way I can generate a pointer type for it without actually parsing it?...