Angel D. Munoz
Angel D. Munoz
#28 has been merged and it includesthe facilities to use migrondi as a library, I will try to get a sample of a prototype using @JordanMarr 's SqlHydra.Query to re-take...
Yeah looks like the last one might do the trick, I'm also wary that this is going to run inside a fsx script so not sure how that will turn...
I'm about to start with this actually, I think for the moment I just want to be sure I can pull .fsx scripts just like I used to do on...
Hey @alfonsogarciacaro I don't really have more to add to this PR I think it has been idle for a while but the important bits are there. I added the...
Can you share how are you using the component? `LitElement.init must be called on top of the render function` this error if I recall correctly only happens if you don't...
One thing that the shadow DOM has is that it was not designed to work with global styles so this tends to create a lot of friction when you try...
This probably shouldn't throw in those cases though, because AFAIK those are valid attribute names
I'll try to investigate this if I have some bandwidth next week
I was able to track down the issue, @alfonsogarciacaro `name` is a valid property and it should not throw in that case inside `Hook.fs` we use some class expressions to...
> is there a way to wrap within a web-component a requirejs/amd module? There is no need to wrap web components at all, they are standard browser features so you...