-
I would like to know this cod can be run with Spark 3.1.2. I get this error when I want to add mvn package:
[ERROR] error: scala.reflect.internal.MissingRequirementError: object java.lang.Object in c…
-
hi, I run the WGD using format.SoyC09.CDS.fasta and ormat.SoyC09.gff as my input file,here is my code:
wgd mcl -n 8 --cds --mcl -s format.SoyC09.CDS.fasta -o SoyC09.CDS.out
wgd ksd --n_threads 8 -…
-
I just ran into a situation where Hyrise was paged out. This leads to really weird performance results. We can fix it by calling
```cpp
mlockall(MCL_CURRENT | MCL_FUTURE);
```
in `Hyrise::H…
-
- consider creating "addons" or "others" module
- move jubjub and pasta curves into "others" file
- research other curves that can be included
- brainpool? something else?
- Mirror…
-
Hi
When i want to import caffe i will face with this error:
Failed to include caffe_pb2, things might go wrong! Traceback (most recent call last): File "" , line 1, in File "C:\caffe-windows\caffe-…
-
Hi
I want to use libmclecdsa.a in SGX, and generate it through
```sh
make lib/libmclecdsa.a MCL_STATIC_CODE=1 -j CFLAGS_USER=-DMCL_DONT_USE_CSPRNG
```
I added it to my SGX project. However, wh…
-
Initializing a text field with special characters works, but for some reason "$", "%", etc. are not taken as input...
Interestingly, the special characters which do not work are all the ones access…
-
Hi there, it's me again :)
I was trying out a few `emcc` options and added the following:
```
EMCC_OPT+= -flto
```
then ran some benchmarks (BLS12-381, emcc 3.1.66):
```
MCL invVecInPlace (F…
-
### Proposal:
Currently, queries like `facet a distinct b order by count(distinct b)` do not work:
```
mysql> drop table if exists t; create table t(a int, b int, c int); insert into t values(1,1…
-
### Current Behavior
When using `mqtt-in` node the message return from this node missing duplicate flag field in message return.
According mqtt library nodejs, it provide duplicate flag (dup) field …