Yota Hamada

Results 119 comments of Yota Hamada

I think that the example needs an adjustment: ```diff env: - WDIR: ./somedir steps: - name: create dir command: bash script: | rm -rf ${WDIR} mkdir -p ${WDIR} - name:...

Hi @halalala222, thank you very much for the interest again! Sorry, but this might be another half-baked issue as there're more things to consider, such as visualization, how to implement...

The reason Dagu did not use DBMS is that I was just too lazy to maintain database. I think its simplicity is a unique point of Dagu compared to other...

I completely agree with it, let’s discuss the new API. Maybe we could add it as separate interface and then clean up as v3. Currently, ganim8 is almost direct translation...

I would greatly appreciate if you could share the code of your animation library if you have written one. I was thinking that the API of ganim8 needs to be...

Thanks for sharing the code. It looks really nice and solid. I might create a PR if there's anything I noticed.

Thanks a lot for submitting the issue with such details, that's really helpful. In donburi, for performance reasons, a SwapRemove is performed internally on a slice. Therefore, when Remove is...

Hello @sedyh 👋, thanks for the great suggestion! Yeah, I like the idea and it seems really awesome. Would you happen to have the implementation idea already? If that's the...

Oh that's really great, thanks a lot! > Btw, is it possible to not specify the size of the root element? I would like it to be calculated depending on...