Cyan Lin
Cyan Lin
**Describe the bug** After upgrading to 0.35.4, using component `slideCurrentNo` in customized layouts causes error. Here is the error message:  However, this problem does not occur when using slidev...
Following the #145 I can build a fragment list like this: ```html Fragmented list One Two Two Again! ``` Based on my understanding, the second item and third item should...
Hi, and I'm using PyMTL to design hardware where we need to generate different case statements according to the given arguments. I have searched for anything about "case" in the...
Not to be merged, but just recording the problem fixing during this process.
Here is a list of things that need to be done in a follow-up PR: - [x] data-serving is missing and cassandra is listed as a dependency for data-caching by...
Check the log attached: [in-memory-analytics.log](https://github.com/parsa-epfl/cloudsuite/files/6917373/in-memory-analytics.log) Environment: Ubuntu 21.04 inside QEMU 6.0 How to produce: ```sh $ docker pull cloudsuitetest/in-memory-analytics:4.0 $ docker pull cloudsuitetest/movielens-dataset:4.0 $ docker create --name movielens-data cloudsuitetest/movielens-dataset:4.0 $...
## Introduction I follow the benchmark document and get Job failed error. ## Environment The output of `uname` inside QEMU: ``` Linux ubuntu 5.11.0-1007-generic #7-Ubuntu SMP Wed Apr 14 21:09:49...
Now it seems that Hadoop master only listened on docker internal network and the listening address is "127.0.1.1". We have to: 1. Expose ports so that all other interfaces could...
This is the suggestion from Mark. > It would be good to divide the documentation into a README file which describes simply how to run the benchmark, and a more...