Jim Ren
Jim Ren
I'm trying to build the demo by running `make` in `FleX/demo/compiler/makelinux64`. However, I keep running into this linking error, and I couldn't figure out the reason after 30 mins of...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
`olive` and `teal` are not accepted color names. The third and fourth bounding boxes don't show up as a result of this. [main.py line 19](https://github.com/puzzledqs/BBox-Label-Tool/blob/multi-class/main.py#L19) need to be modified to...
# Issue The submission result is logged as a clickable URL inside the Github action output log on this [line](https://github.com/scalacenter/sbt-dependency-submission/blob/e94cdd60a44b8736fc76bdaaf90be31e54dc6134/sbt-plugin/src/main/scala/ch/epfl/scala/SubmitDependencyGraph.scala#L120): ```scala state.log.info(s"Submitted successfully as $snapshotUrl/${snapshot.id}") ``` In reality, `$snapshotUrl/${snapshot.id}` is...