Joel
Joel
I can confirm this issue and traced it to line 3057 below: https://github.com/MagicStack/uvloop/blob/3e71ddc3383a8e0546519117c8775323c19eb6d7/uvloop/loop.pyx#L3049-L3060 Simply put it seems that uvloop will not accept creation of a AF_UNIX datagram socket without a...
I've run into the same issue and discovered it is alleviated by downgrading to version 2.3.0. It looks like the changes in 2.3.1 introducing the segfault-related code.
@mpeterv: Please be aware that your use of `luaL_prepbuffsize` in 6316be8d0fa241657b4d337f29c4b740452c2dc9 breaks backward compatibility with Lua 5.1. Up until this point LuaSQL, including 2.3.3, worked fine with Lua 5.1. I'm...
As a further motivating example for resolving this ambiguity, consider merging command-line options with configuration file data loaded into a compatible dict object. Without any defaults specified in the docopt...
I was thinking of the case in which the config file itself is optional and can be user-provided. In that case, if no configuration file were provided by the user,...
Yes, an approach like that will attain the functionality needed, and in fact I adopted something similar when I faced this. However, the same case could be made that the...
@Rapptz: I've looked into this issue and I believe I have more information for you, as your label requested. It looks like it may be an issue with how Discord.py...
As a follow up, it looks like the latest [documentation on rate limits](https://discord.com/developers/docs/topics/rate-limits) appears to hint at this: > Rate limits are applied on a per-route basis (meaning they can...
Yes, even with constraints on the oldobject factor, the problem persists. In fact, even with more draconion restrictions on the garbage collector the problem persists, e.g.: ```sh $ RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=0.9 \...
**I have re-tested this issue** using the latest td-agent 3.5.1 RPM package for RHEL 7. That package includes Fluentd 1.7.4 and embeds Ruby 2.4.0. The problem still remains exactly as...