Vagif Abilov
Vagif Abilov
Is it possible for you to share with me your plugin projects, environment etc.? I can try to figure out how to make it work. You can send me more...
Hi Terence, Thank you for the report. It's very interesting that you are using MongOData in Azure environment, and of course I would like to fully support this scenario. The...
Hi Terence, Thanks for the details. I've downloaded the shared RAR file, since I can only see there MongOData source files I assume you made changes to some of them....
Thank you for the tips regarding Azure setup with MongoDB. I will set it up to start reproducing issues myself.
Thanks for the suggestion. I fill figure out what type of license to put (as liberal as possible) and add it.
@Aaronontheweb it should not be a problem but requires storing additional job metadata, specifically type information that can be passed as a manifest string.
In my pr I used object on both sides to provide minimal code changes to fix the problem. But the best would be to honor the actual serializer that is...
Actually there is a need for both old and new helper functions. Checked my code, there is still use of old definition: `let inline asSubscription (this: BridgeConfig) dispatch = this.Attach...
@Nhowka thank you for the update. I tried to apply it to my code. At first, the code doesn't compile because of "option": ``` Program.mkProgram init update view |> Program.withBridgeConfigurator...