Ben Leitner
Ben Leitner
I'm not sure if this is an issue with the bazel plugin or with Goland more generally (or both). Unlike IJ, Goland doesn't seem to have a simple way to...
Trying to use SoftMax-BinaryXent as a cost function, I run into errors when computing the Gradient: I can reproduce with ``` package main import ( "gorgonia.org/gorgonia" "gorgonia.org/tensor" "log" ) func...
Copied from [this issue](https://github.com/KSP-RO/ProceduralParts/issues/355) as their suggestion was that resource amounts would be handled by InterstellarFuelSwitch. I'm not sure if that's the case, but I'm hoping people can steer me...
The problem occurs when run a test in Goland from the "Run/Debug configurations" using bazel test. If I just run, then the tests run and I can see the results...
### Description of the bug: TL:DR; Opening a Bazel project from the project dir leads to "project not configured" warnings, and the bazel menu is missing. Relevant versions: Goland: 2024.2.1.1...
### Description of the feature request: A common (recommended, even) pattern within Google is to have multiple packages in the same directory, with one build target per package (commonly, one...
### Description of the feature request: A common (recommended, even) pattern within Google is to have multiple packages in the same directory, with one build target per package (commonly, one...
### What version of rules_go are you using? 0.50.1 ### What version of gazelle are you using? 0.38.0 ### What version of Bazel are you using? 7.3.1 ### Does this...
### What version of rules_go are you using? 0.50.1 ### What version of gazelle are you using? 0.38.0 ### What version of Bazel are you using? 7.4.1 ### Does this...
Admittedly, I'm using the bazel plugin on windows, which I know is not really supported, but I'm not sure if this is related. I had been able to get things...