Felix Yan

Results 183 issues of Felix Yan

After running the test suite, a `dots` process is always left running (actually sleeping). This seems to be caused by the `restarts children when receiving SIGHUP` test, as the child...

It would be nice to keep RubyGems releases and git tags in sync :)

It would make sense for distributions to set a default font search location to packaged amsfonts. Currently it seems hard to set that default value. Would it be appropriate to...

It would be nice to keep RubyGems releases and git tags in sync :)

Hopefully this suppresses the following warning: ``` Warning: asn1-types.cabal:17:34: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. ```

`git://` is no longer supported.

Attempts to update puma. However, some `should use chunked encoding` specs are failing and I am not sure what went wrong.

``` await client.connect(config["irc"]["server"], tls=True, tls_verify=True) File "/usr/lib/python3.10/site-packages/pydle/features/tls.py", line 35, in connect return await super().connect(hostname, port, tls=tls, **kwargs) File "/usr/lib/python3.10/site-packages/pydle/features/rfc1459/client.py", line 190, in connect await super().connect(hostname, port, **kwargs) File "/usr/lib/python3.10/site-packages/pydle/client.py", line...

bug

``` 2020-12-18 12:27:49,204 - IRCClient:chat.freenode - WARNING - >> Receive timeout reached, sending ping to check connection state... 2020-12-18 12:29:47,097 - IRCClient:chat.freenode - ERROR - Failed to execute on_raw_ping handler....

bug

Implements suggestions in https://github.com/Shizmob/pydle/issues/162#issuecomment-1079797049 to remove Pydle's internal handling of the event loop object entirely. All tests are passing (although they are passing without these changes, too). I have been...