Where can I find up-to-date status for implementation of WASI proposals? - runtime

I am exploring standalone WASM/WASI runtimes like Wasmtime/Wasmer and I am wondering where can I find up-to-date information regarding their current implementation of the WASI proposals?
I tried their website docs with no luck.
I am looking for running WASM/WASI standalone not embedded.
Many thanks in advance.

Related

Opendaylight eman functionality link

I am looking into eman functionality. Can anyone please suggest me link to some tutorials or example which would help me understand this feature.
As outlined in Why eman project is dropped from opendaylight oxygen release., the eman project is no longer actively maintained so you're most likely on your own although you could try the eman-dev list. Other than that there's the project page https://wiki.opendaylight.org/view/EMAN:Main and/or whatever online docs were provided in releases prior to Oxygen.

How to look like Sonar Online Dashboard?

I see a big difference in the look & feel between the online dashboard (https://sonarqube.com/projects or https://sonarqube.com/governance?id=MASTER_PROJECT) and the one that we see by default on our local installation of sonar (v5.6.3).
I'm wondering about whether the online look & feel can in someway be easily applied to a local installation. It's just a matter of css/js or behind we have also a completely different HTML structure?
Any information about this will be much appreciated.
I think I've found the answer to my question. The nice-looking online demo is based on an Enterprise Grade deployment of sonar with the governance plugin.
https://www.sonarsource.com/why-us/products/plugins/governance.html
https://www.sonarsource.com/solutions/deployments/enterprise-grade/
Can't you update your install to the latest version? There have been UI changes in both version 6.0 and 6.1
http://www.sonarqube.org/sonarqube-6-0-in-screenshots/
http://www.sonarqube.org/sonarqube-6-1-in-screenshots/

Where is the Elasticsearch Plugin API Documentation?

The closest thing I've found is their Elasticsearch Plugins and Integrations
page, which doesn't help. I was following their out of date tutorial to make a "hello world" plugin, but I can't find any documentation on the classes used. Is there a page with information on what each class does, or do I have to look at the code to figure it out on my own?
To quote elastic search developer Adrien Grand(jpountz) "No, there is no guide about writing plugins and the API is actually quite unstable. The plugin API is mainly a way for us to provide additional functionality through plugins so that we do not have to fold everything into a single release artifact that would be quite huge. Some community membors have writter plugins by taking inspiration of existing plugins but we do not want to commit on a stable API for plugins as this might prevent us from improving other areas of elasticsearch."
The only real way of learning about developing a plugin is trying to find something similar and modifying it to suite your needs. Developing anything remotely complex will require an extensive knowledge of the ES codebase. I suggest you look into some plugins developed by jprante to get started.

FHIR Protocol&Study profiles or resources. Where can i find them in the repo?

I am not finding the drafts for Protocol and Study profiles or resources. I had found them in the past, but i dont remember where. We want to make a prototype for trials and continuity of care with patients at home.
I appreciate any link .
Thanks in advance
Regards
The very latest version is here: http://hl7-fhir.github.io/. This is the continuous integration build based on the version control. As for now, neither the Protocol nor Study resources have been added to the version control, though they have been proposed in concept.

Sonar - reporting on most actively edited files?

I'd like to create a report in Sonar for the most actively edited files. I've looked around but can't find a plugin to do this. Any suggestions would be appreciated.
If relevant, my team uses AccuRev for SCM, and Sonar v2.14
Thanks in advance
Unfortunately, there's currently no plugin that meets your need (at least none that I'm aware of).
I could have suggested you to develop your own plugin based on the metrics generated by the SCM Activity Plugin, but Accurev is not supported so you would have to start from scratch :-/

Resources