Dionys Rosario

Results 5 comments of Dionys Rosario

I managed to get an human readlable for string type by using `duration = graphene.String()` https://github.com/dionyself/leaky/blob/71ec608204a3dd66f2fcd25ff36096ba25eb62bc/warehouses/schema/query/asset.py#L8-L13 We probably won't need and human readable for the Float converter, so using timedelta.total_seconds()...

Thank's for your help, i was using this workaround https://github.com/dionyself/leaky/blob/master/warehouses/schema/query/asset.py#L10 `duration = graphene.String()` this output looks human readable. now let's check graphene_django repo thank you again.

I have the same problem ... It seems the we we should connect it to the LED pin; https://github.com/mstrens/grbl_controller_esp32/blob/aa920686f86cf75f0805736eb3c3931eff9b57e8/grbl_controller_esp32/config.h#L170

@wxf4150 Sorry for the delay, the project is some like abandoned i don't have to much time for it, to view creates articles just visit http://0.0.0.0:8080/article//show example: http://0.0.0.0:8080/article/2/show Thanks

That seems what we are looking for, but it has many dependencies... however i will put it in a branch to see if go fine.