-
#56 set up a basic unit test, but we have to consider what kind of tests we want to run. This is especially important given that GitHub workflows does not have any GPU support, and will thus take a no…
-
Currently, there is support to inline files, but it's not backend-dependent. With the testers, we have both a Verilator backend (reads Verilog) and a FIRRTL interpreter backend (which doesn't understa…
-
While trying to upgrade our application from JRuby 9.2.13.0 to JRuby 9.3.6.0, I have run into a problem. To make it easier to see what I am talking about, I have created the following program to demon…
-
This issue presents my opinion on the way we bundle Javascript files in LORIS, why I think our approach is flawed, and how I think it should be improved. This issue proposes a lot of different changes…
-
Hi there,
I'm testing a Nevion router (Sublime 32x32) and found that TVplay cannot control it. The Nevion router (modular) you tested has a controller (MULTICON), while this is not available on the S…
-
I read the blog post at http://tjholowaychuk.tumblr.com/post/27984551477/components and its an interesting analysis. I've been very interested in the solution to many of those problems myself, and I d…
-
### Where is the problem?
https://docs.modular.com/mojo/manual/lifecycle/life.html#copy-constructor
### What can we do better?
The docs say:
> When Mojo encounters an assignment operator (=)…
-
### Bazel Coverage
Bazel provides a way to analyze the coverage of test targets using command
```
bazel coverage //:test_target
```
or
```
bazel test --collect_code_coverage //:test_targ…
-
Hi,
I included google , INSTALL-COCOAPODS files in my project. It used to work before.
After updating to Xcode 11, Im getting following errors.
**Pods/Target Support Files/gRPC/gRPC-umbrella.…
-
### Description:
The Client-Side UI Composition pattern is a design strategy used in microservices architectures to assemble the user interface on the client side. This pattern is particularly useful …