Vivy

Results 27 comments of Vivy

Spring Web seems to have much better documentation and support for handling WebSocket's. It has a [WebSocket API](https://docs.spring.io/spring-framework/reference/web/websocket/server.html), a fallback with [SockJS](https://docs.spring.io/spring-framework/reference/web/websocket/fallback.html) (using XHR to emulate WebSocket behaviour) & a...

#6676 has been made and is required in order to continue with this feature

#7101 replaces FrankFrameworkApiContext.xml, this may not be an issue as I currently don't have any controllers in `manangement.web.socket` but the context may need to be updated to scan handlers there...

I thought I fixed it but it doesnt work like how I thought it would work I need timezone info or offset compared to UTC, or statistics should always be...

I found a problem where a model object couldn't convert a null to a boolean value because the property wasn't provided as it's an optional property. This could be fixed...

- [x] Use object models where possible in every controller - [x] Find bugs & fix tests - [x] Reorganise controllers (rename controllers & move methods in a way that...

Ladybug works fine with CSRF enabled in local environment (runnning in IDE). However I did check the logs on frank2example.frankframework.org and they show this, which seems to indicate a build...

The ladybug issue itself still exists, just not due to csrf

This has been discussed and instead of looking to remove margins/paddings from the console, adding a button to open the page (iframe) in a new tab will make sure that...