Magic Coder

Results 63 comments of Magic Coder

Hi @TomasJuocepis , we have the following features on the roadmap. Please let me know whether you want to pair with me to get them delivered!

@rohithbalaji123 1) I don't think all resources has to support the same order. When can do unchanged order for those not supported. Validation is needed though. 2) We don't have...

@rohithbalaji123 It doesn’t do anything? Is this avoidable?

Hi @ZhenhangTung, thank you so much for reporting this! Would you like to take on this challenge?!

@ZhenhangTung Just saw you branch, great work! Thank you!

This is not enough. We need to extend the functionality and to allow developers to control what they want to process when receiving shutdown signal.

https://medium.com/honestbee-tw-engineer/gracefully-shutdown-in-go-http-server-5f5e6b83da5a

The intended behavior for graceful shutdown: 1. Server stops accepting new requests 1. Wait for all current requests to finish 1. Clean up system resources 1. Shutdown the server. Need...

@YatinGupta777 Please double check lines similar to line `63` & `73` in your initialization code snippet and make sure you have valid CSS selector ( where you want the statistics...

@YatinGupta777 Hope I fixed the bug in the most recent release. I also updated the example code here: https://github.com/byliuyang/github-stats/blob/9bcb2519b77a04a6c326c78728eac6ce0b8a2cbd/examples/example.html#L6 https://github.com/byliuyang/github-stats/blob/9bcb2519b77a04a6c326c78728eac6ce0b8a2cbd/examples/example.html#L22-L70 If you get error, please try clear the cache in...