Drew Ridley

Results 22 comments of Drew Ridley

Very easy fix, simply just change the WebSocket engine to "ws".

Is there not a way to access the simconnect api from javascript? If I recall there is a way.

There is also no way to collect the value selected by the user, or any events that you can even use.

Hi! Thanks for getting back to me. I did some more research and it appears you are correct. The documentation was not clear and due to differing guarantees about calling...

When you say you intend for it to be possible, are you saying that it is not currently possible? The above analysis suggests that the above config already works and...

I filed an issue here for anyone following: https://github.com/rust-lang/rustc_codegen_cranelift/issues/1449 I will close this now as it seems to be an issue with the codegen itself. If there is interest, I...

@mlockett42 heres a good example, `BsonMapper.Global.RegisterType ( serialize: (uri) => uri.FromBsonSync(uri), deserialize: (bson) => Uri.ToBsonSync(bson) );` The proposed solution would involve something like the following. `BsonMapper.Global.RegisterType ( serialize: async (uri)...

Hi all! I also have an issue with logins. I followed the above suggestions to change the path to the executable wine is supposed to invoke. Unfortunately, after signing in....

I can look into this feature in the coming days to see how feasible it would be to introduce it as a PR, however, if the issue requires more significant...