opensourcegeek

Results 15 issues of opensourcegeek

Just curious to know, if you're planning to support websockets instead of (or in addition to) SSE?

Just wondered if you have any suggestions to work around an issue I'm facing. When I run `trunk serve`, I see the following error message. I had a quick peek...

I'm currently using MQTT client (implemented in Rust) to push data through to server. We're using cloud solutions as MQTT server which works fine, however I'm looking for a light...

enhancement
help wanted

There used to be set_should_verify_ca method on MqttOptions type, along with other methods that are all gone, which is fine but I'm not sure what is the equivalent of set_should_verify_ca...

It would be good to do a Summary page / Check your answers sort of component within govuk-react. It could be simple styled components using dl/dt/dd etc like shown [here](https://govuk-prototype-kit.herokuapp.com/docs/templates/check-your-answers)....

feature

Thanks for this work, it would be great if you could publish this as a library as well - any thoughts on that?

Is there a plan to support mongo natively, like how you've got a conversion at driver level to NUMERIC type? Mongo supports decimal 128, wondered if that's something this library...

enhancement
impl trait

In the below code (WebsocketAPI -> getDevices) when I emit the payload(res.socket.emit(payload)) it works fine when I have just one client attached. When I have another client, only one of...

I've just started playing with this library, I'm slightly confused as to how to publish data to all connected clients. I've looked into your channels example, but not sure how...

question

I've started playing with haskforce plugin, quite like. Thanks for your work. I'm not sure if debugger is supposed to work already and if my local installation is broken or...

enhancement
integration