Lonami

Results 70 issues of Lonami

It's possible to embed images on `.svg` files, as the following "example" shows: ```xml ``` This is what inkscape saves.

bug

As simple as replacing: ```java new AmbilWarnaDialog(this, color, new AmbilWarnaDialog.OnAmbilWarnaListener() { ``` with ```java new AmbilWarnaDialog(this, color, true, new AmbilWarnaDialog.OnAmbilWarnaListener() { // ^ note the true ``` Is there any...

feature request

https://www.hillelwayne.com/post/divide-by-zero/

https://harddrop.com/wiki/Random_Generator is a useful link. Quoting @bb010g: > basically, you don't normally want an algorithm that's friendly in certain ways, you want randomness that's less prone to dick the player...

From #35, but that's a pull request, not an issue/proposal.

Hello! I'm facing a bit of an issue with [PySocks and asyncio together](https://github.com/LonamiWebs/Telethon/blob/a5f5d6ef235409f9757eef4dbc39d210af59d5a2/telethon/network/connection/connection.py#L53-L70) (by using [`loop.sock_connect`](https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.sock_connect)). As it turns out, PySocks seems to be ignoring the non-blocking behaviour. This seems...

Example code: ``` print(translate('🌕 Важная', 'ru', 'en')) ``` Returns the 403 status HTML page. Probably this `else` is wrong: https://github.com/ultrafunkamsterdam/googletranslate/blob/bd3f4d0a1386ffa634c8ebbebb3603279f3ece99/googletranslate/__init__.py#L284-L292

Hi, nice project. I was wondering if it would be possible to either support user-defined attributes on the `` and `` tags, such as `xml:lang="en"`, or maybe it would be...

> so, maybe the offset can only be a multiple of limit to work? See https://t.me/TelethonChat/296783.

cleanup