Rens

Results 17 comments of Rens

I am looking into this for the same reason. but does this work? if you have: ``` data Ast = Application Ast Ast | ... newtype Typed = Typed Ast...

@richardnpaul merge request does now include unittest. Did not have time until now to add them. But i agree its better to add them

@tianshihan818 don`t know if this is best location to ask questions, But might be able to help you. ``` python from kubernetes import client, config config.load_kube_config(DEFAULT_KUBECONFIG) # this sets Configuration._default...

I am glad to help, hope these pull request help. It was a good excuse to look at the code again. some notes and thinks i did not include: -...

In the demo.html i included in all pull request (was not the smartest idee to include those in pull request, You should probably remove those) I did it similar how...

might be better to use ``` map.eachLayer(function(layer){ if (layer.getLatLng !== 'undefined') { layer.bindEdgeMarker(option); } }); ``` And if you follow what leaflet is doing with bindTooltip and bindPopup, you would...

If you like? I Think it's possible to make it more backwards compatible. keep behavior of L.edgeMarker the same while keeping bindEdgmarker if you are interested, I am prepared to...

I know that H5P in processed client side. So answers are implicitly send to the user. And if they know some javascript. they can run ``` H5P.instances[0].showSolutions() ``` And if...

Thanks for you fast feedback, I think wont be hard to fix those issues. Als I think you right in that it might be better to wait until someone of...

@sergiomb2 Can you give me some more information: * what did you try? * which keyboard layout did you use? * which OS? So i can try to reproduce the...