sam2x

Results 57 comments of sam2x

Hey, as i said on my PR about benchmark I don't know how to add unit test to this kind of js stuff, sry. Will let someone else do it....

Ok, good news, solved all the problems : http://codepen.io/sam2x/pen/GmYXaj There is 2 examples (default usage, and one with the new param 'hm-html'). I also solve the animation problem i had...

Note that if you use this fix you cannot have animation transition on text. @ismarslomic i don't know how to add unit test, sry.

I second this requirement. @dantownsend Is there any reason this PR is not validated ? Could you please share any strategy on sorting/accepting PR ? You provided an answer on...

Hello @elliotgunton, thanks for your answer. > Therefore > > ```python > my_input: Annotated[MyInput, Parameter(name="my-input")], > ``` > > doesn't really make sense - you want an input parameter called...

A bit more hints for the one handling the issue. The bug is located in "_map_argo_inputs_to_function". The function doesnt seems to unwrap the Annotated types before making checks of the...

Hey again, I have been digging a bit in the source code. I may have make a mistake on the origin of the issue. This may also come from: [def...