Jonas Juselius
Jonas Juselius
Here is how I use it: ```fsharp [] let OlMap () = Hook.useHmr hmr let this, props = LitElement.init (fun cfg -> cfg.useShadowDom
What is then the correct way of getting a css package into a (shadowed) component? I'm interfacing OpenLayers to Fable (I'll release the package in due time), and OpenLayers comes...
Thank you for your suggestions @AngelMunoz!
Depending on the route (intranet or external), the application will either ask the user sign in, if they don't have a valid cookie or JWT, or automagically sign them in...
Thanks! I already had a look at #394. I think the gist can serve as a good starting point for a custom middleware. But it would be nice to get...
Sorry for modifying white space. My editor removes them, and was too tired to put them back.
Hi @vassilyl, I'll provide a better solution soon, so that it's done properly. The problem is that I'm quite rusty in C#, since I work mostly in F# on .NET....
@vassilyl is it better now? I have added a Url property for DAP access to the Uri, and refactored things a bit to avoid duplication.
A quick fix is to run `sed -i 's/have_ze=yes/have_ze=no/' /build/ompi/3rd-party/romio341/mpl/configure.ac` to disable level-zero in romio completely.
I find this feature very useful and valuable! If possible, it would be nice to see it extended to normal Deployments as well. I'm using SingalR over WebSockets to push...