Vajahath Ahmed

Results 16 comments of Vajahath Ahmed

This is indeed looks like a rough edge where the community seem to be struggling. I was able to stumble upon a lot of SO threads pointing to the need...

Looks like we need an even simpler api. What do you think if we can make functions like - `progress()` - `loading()` - `queue()` - etc which are the wrappers...

@ianfebriyanto Thank you very much.. @dipengrg :+1:

@dipengrg @ianfebriyanto @ianfebriyanto. It seems like after some updates the ``` if color_sel.run() == getattr(Gtk, 'RESPONSE_OK', Gtk.ResponseType): ``` configuration wont work. We've to change it back to: ``` if color_sel.run()...

It seems like the latest commit to this project is before 2 years. Is this still an active project?

may be we should ping them on twitter I guess..

I'm wondering what other DI frameworks are being used in other popular microsoft projects because this is not actively maintained. tsc itself is from ms. Many projects moved to tsc5...

:tada: :tada: :balloon: Need a deeper review on how chalk 2 integrates to lme. Our tests can't say everything is okey.

Well, circular objects cannot be stringified. Lme internally uses `JSON.stringify` before it `console.log`s. We'll address this after May 18th. Stay tuned 📺

Also the https://en.wikipedia.org/wiki/Atkinson_dithering claims to provide better contrast than Floyd–Steinberg. Its integration may also provide slightly better results - just pointing out.