-
Currently, agent strings are all over the place. This needs some cleaning up / more consistency.
We want to have something like `malloy-client ` and `malloy-server `.
Tectu updated
3 years ago
-
I'm in the process of updating one of my application that consume `malloy` to the latest `main` branch (the application in question still uses `malloy` from before @0x00002a 's heavy rework).
Befor…
Tectu updated
3 years ago
-
Since merging #14 I am unable to build using MinGW.
Environment:
- Windows 10 (64-bit)
- MinGW-w64 (GCC 10.3.0)
- Boost 1.76.0
- Target: `malloy-example-server-session` (with added `-> std::var…
Tectu updated
3 years ago
-
`server::endponit_http_files` is currently returning a string body:
https://github.com/Tectu/malloy/blob/9556534eb742e856e5c4ac7c8d3fb8b100b4d5f1/lib/malloy/server/routing/endpoint_http_files.hpp#L39…
Tectu updated
3 years ago
-
Currently we use the version of fmt bundled with `spdlog`. This is fine, unless of course the user wants to use their own version and links to it. This can cause issues since we include fmt via spdlog…
-
@0x00002a I've been thinking about something today while on the road (so didn't check actual code): If I remember correctly, the current way that `client::controller::http_request()` and the correspon…
Tectu updated
3 years ago
-
WebSocket: The current implementation of `connection::read()` does correctly test for a closed connection. However, it calls `connection::stop()` when the connection is already closed:
https://github…
Tectu updated
3 years ago
-
In my opinion there are plenty of cases where one might want to send something through a websocket but not necessarily care about the callback. Currently, this requires the user to specify an empty ca…
Tectu updated
3 years ago
-
Currently, we build one library containing both server & client components (if enabled).
It might make sense to build separate libraries for the `server` components and the `client` components.
Tectu updated
3 years ago
-
`router::router::generate_preflight_response()` currently uses a hardcoded value for `Access-Control-Allow-Origin`. This should be instead replaced by whatever configuration was passed to the `control…
Tectu updated
3 years ago