Stefan
Stefan
Please add support for all the `InlineQueryResultCached*` results for media objects stored on telegram servers. A possible use case could look like this: ```python async def inline_query_event_handler(self, event: InlineQuery) ->...
I had to add this conversion to get my code running properly. Maybe someone else might find it useful too.
OptiPNG 0.7.5 does not compile on RHEL5 64bit. Concerning this, there is already in issue open at sourceforge: http://sourceforge.net/p/optipng/bugs/45/ Maybe you should just link the older version untill this issue...
Hey, we are using react-templates in our project. If we run webpack in different project folders (different developer checkouts on the same physical maschine) we get files with different chunkhashes...
Hey, did you already consider adding a basic feature detection for `localStorage` and fall back to basic state usage if it's not available? I occurred this issue using in app...