oliv37

Results 5 issues of oliv37

Fix aria-label attribute value

The acronym for *Cross-Site Request Forgery* is CSRF not CRSF The class [CRSF.java](https://github.com/quarkiverse/quarkus-renarde/blob/main/runtime/src/main/java/io/quarkiverse/renarde/util/CRSF.java) should be renamed as well as all mentions of *crsf* in the documentation.

I can't see the application version printed when using the `version-extension` in `rest-villains` ![image](https://user-images.githubusercontent.com/7140102/196050088-c4806b15-a92d-4553-886b-975587bb2b73.png) As you can see, the `extension-version` is present into the installed features, but the log `INFO...

When adding a `console.log` in the handler receiving the top winners events ``` top.onmessage = function (event) { console.log(event.data); updateTop(event.data); }; ``` We can see two events are received per...

I think there is a bug in the react boilerplate project you forked -> if you add a `console.log(action.type);` in a reducer, for example in **linkListContainerReducer**, you can see the...