-
Suppose you have a C struct e.g. ```(Pattern.MatchResult)```
and a function returning ```(Array Pattern.MatchResult)``` e.g. ```(Pattern.find-all-matches)```.
then printing in the REPL does not wo…
-
Split from #1726
These are tests I had to disable from the already-limited set of
pattern-only tests we set up for x64, as it is non-trivial to get them
working. After fixing these we should extend …
-
After inspecting the architecture of this module I feel a rewrite is in order. I've begun this work here: https://github.com/TomHAnderson/sdk-php/tree/rewrite
The client isn't unit tested or functio…
-
F# today has tiebreakers like intrinsic methods over extension methods and most derived over least derived type, yet it fails to address one - in my opinion - very common source of ambiguity errors.…
-
This is for https://github.com/uwdata/mosaic/issues/483, https://github.com/uwdata/mosaic/issues/510, and https://github.com/uwdata/mosaic/issues/506. Code is in https://github.com/cmudig/mosaic/tree/…
-
**Describe the bug**
A part of #647 the ```Unit``` hierarchy has been shown to not be accurate and the Unit class is populated with methods that are only applicable to some of the subtypes. Hence it …
-
I'm having a hard time organizing my configurations. I think I have a common scenario, so maybe there's an existing feature/pattern that I'm not familiar with that would help address this.
Basicall…
-
A [Material](https://cesium.com/learn/cesiumjs/ref-doc/Material.html) instance currently gives no indication of whether its textures are loaded or not. This makes unit testing difficult.
For examp…
-
I just ordered one of your lidar and am preparing to set up a ROS environment to use the lidar. Upon reviewing your SDK, I had a few questions.
* What is `cloud_scan_num` and why is it default set …
-
Can you recommend me an open-source free to use CI/CD engine where I can define build steps through a JSON config file, such as command line commands to run, or batch files to execute, and the ability…