Brandon Elam Barker
Brandon Elam Barker
When you initially import a project, it doesn't do a project scan so no files are shown in the project viewer. Instead you need to do CBT Projects -> Refresh...
It seems that (at least some) libraries used in a project are not imported into CBT: cobrascales.optimization.OptimusCS from [CobraScales](https://github.com/CornellCAC/CobraScales/tree/d2c6300d3dc205dc888c982a87dd715598a92310): 
I haven't looked into this yet, but I'm sure existing thoughts exist. I can't currently use dimensional in my core data types because I'm being lazy and relying on `read`...
Possibly of interest: https://dl.acm.org/doi/10.1145/3242744.3242752 I haven't had a chance to read the paper yet (I'm not a language designer anyway) but this sounds promising.
I had a working API that looked like ```scala final case class OneShot(id: CommandId, body: String, meta: SysCmdMetaData) extends Command[SysCmdMetaData] def exec(data: List[OneShot]): Future[List[RunResult]] ``` with the js implementation of...
I thought I'd try to build polyglot to get a sense of how to use atspkg. There seem to be some character encoding issues. I tried specifying LC_ALL directly but...
This occurs when I add a bit of custom code to the plain scalajs example. See also the [issue for sbt](https://github.com/scala-js/scala-js/issues/2576). I assume this indicates the plugin needs to be...
To reproduce: ``` brandon@beb82dell0:~/workspace/ProjectGists/Scala$ mkdir CBT_eval_with_override brandon@beb82dell0:~/workspace/ProjectGists/Scala$ cd CBT_eval_with_override/ brandon@beb82dell0:~/workspace/ProjectGists/Scala/CBT_eval_with_override$ cbt tools createMain (Note: nailgun not found. It makes CBT faster! Try 'brew install nailgun' or 'apt-get install nailgun'.) Created...
Would it be possible to document the array values contained in G.geometry? e.g. `x_lines`, `y_lines`, `groups`, etc? I don't have a good sense for that these are - thanks!
## Version of Singularity: 2.5.1 ### Expected behavior If `BASEIMG` is an environment variable exported where `singularity` is run, then it should be expanded in the Singularity recipe in all...