Ladislav Zitka
Ladislav Zitka
Failing build (make phase) on Cygwin64 ``` gcc -g -O2 -o dmake.exe infer.o make.o stat.o expand.o dmstring.o hash.o dag.o dmake.o path.o imacs.o sysintf.o parse.o getinp.o quit.o state.o dmdump.o macparse.o rulparse.o...
While the optimize.py continue running, I observed one exception, but the process continue... ``` [W 2019-06-08 17:58:27,948] Setting status of trial#14 as TrialState.FAIL because of the following error: InvalidArgumentError() Traceback...
I really like this project, its good to do some specific queries when one is interested in dig deeper. But It can be easily automated to extract all resources which...
Lets make this generic question about how hard would be to make CQENGINE distributed, so we can offload large amount of data for fast queries? I have found some discussion...
I migrated your terragrunt live example git project to my needs as bellow(very simple changes): [infra.zip](https://github.com/gruntwork-io/terragrunt/files/7354151/infra.zip) **By manually creating the bucket, the error is gone. So Terragrunt is not creating...
Its bit pitty as terragrunt still complains about this: WARN[0000] No double-slash (//) found in source URL /terraform-google-modules/terraform-google-cloud-storage.git. Relative paths in downloaded Terraform code may not work. But my definition...
Hi guys, have you tried already GraalVM native image compilation, it doesn't work with Spring for example well due to possibly lot of reflection usage which is not at moment...
@saudet Hi buddy, it just came to my head in last few weeks what about merging cuda and opencl stuff here with work of guys from Jcuda and Jopencl projects....
As per my understanding this could become defacto standard for Spark integration with Rapids for GPU accelerations in future. I will work on this API, just put here issue for...