Artur
Artur
In our use case the server would want to know if a file is compressed or not so that it can serve the file in a way that the browser...
Not sure if this is a feature request for VS Code or this extension. GitHub shows an image diff when a PR contains an updated image, e.g. https://github.com/Artur-/screenshot-public/pull/1/files?short_path=4ee84a8#diff-4ee84a82b5e4c9e6651b13fd27dcf615e427ec584929f2cef7167aa99151a77a ![Screenshot 2021-08-19...
**Is your feature request related to a problem? Please describe.** Some initial push messages can be sent through a long polling connection and the rest through a websocket connection. It...
When sending different types of events to the client, I want to be able to use one Flux endpoint method for all different types of events as they are happening...
### Description of the bug socket.io that is used to handle the websocket connection handles buffering of messages up until a certain timeout but if you are disconnected longer than...
**Is your feature request related to a problem? Please describe.** Sometimes it makes more sense to use a Mono than a Flux, e.g. when you fetch one item from a...
### Description of the bug If you add ``` public Integer myMethod() { return 1; } public String myMethod(String param) { return param; } ``` to an endpoint class, the...
### Description of the bug When auto complete the import for `Pageable` you end up with a choice: Should you use `dev.hilla.mappedtypes.Pageable` or `org.springframework.data.domain.Pageable`. We should rename `dev.hilla.mappedtypes.Pageable` to `MappedPageable`...
### Description of the bug Calling an endpoint like ``` @Endpoint @AnonymousAllowed public class MyEndpoint { public String hello(String first, String last) { return "Hello " + first + "...
### Description of the bug / feature A dependency to `[email protected]` has been introduced. This depends on `[email protected]`. Flow also uses `[email protected]` which depends on `tabale@^1.1`. While this combination seems...