Chris Hafey
Chris Hafey
The IPLD roadmap defines the IPLD vision as "enable the internet of data": https://github.com/ipld/roadmap/blob/master/README.md#ipld-vision This vision statement is not clear to me - "Internet of data" is not a term...
I am interested in making contributions to IPLD but am unsure what the development process is to do so. It would be helpful to document this, perhaps in contributing.md. Some...
OS: Ubuntu 18.04 LTS desktop (running in virtual machine) Docker: 19.03.8 Git: 2.17.1 Here is the end of the console output: ```bash chafey@linuxmint:~$ sail run cdr/sail 2020-04-04 15:22:03 INFO running...
Steps: 1) terraform apply 2) terraform taint xenserver_vm.xxx-vm 3) terraform apply I get the following error: ``` Error: Error applying plan: 1 error(s) occurred: * xenserver_vdi.xxx_data_vdi: 1 error(s) occurred: *...
I am new to terraform and xen server so forgive me if this is a noob question. I would like to use terraform and xen server to create a new...
I am brand new to xen server, terraform and go but eventually got it working. Here are my notes for getting this working with ubuntu 16.04, xen server 7.3 and...
The build system is currently Microsoft specific and also requires a JRE to be installed for the google closure compiler. These dependencies limit who can use it and also make...
Would make consuming openjph much easier
* should update to follow "Modern CMake" (google search for this, lots of resources) * remove use of GLOB * create CMakeLists.txt for subdirectories (core lib, apps, tests) * create...
Currently OpenJPH supports full image frame decoding. This works great for standard image sizes but does not work for very large size images (e.g. > 10,000 width x 10,000 height)...