Lexi Robinson
Lexi Robinson
From what I understand, the current `a.is_compatible(b)` shows if you could replace package `b` with package `a` without any problems right? I don't think the `is_breaking` would reflect that behaviour...
Source does not respond well to collision rules changing on an entity mid-game. I seem to remember Garry was going to add logic for custom collision groups to solve this...
@sudodoki Where is this option?
This setting is not checked by the plugin. The supported filetypes is hard coded: ``` python return ext in ['js', 'json'] or "javascript" in syntax or "json" in syntax ```
My specific use-case was an event processor that routed messages based on their semver number, so for example, everything matching `~=1.2` would go to the latest event handler, `==1.1.*` to...
@rbuckton ok so the answer is that the object gets disposed of no matter what. I think it would be handy to call this out explicitly in the readme? It...
I've discovered another instance of this that I can't seem to replicate outside of my current complex setup - feeding the output of concat back into concat after a ton...
Another thought I had was the ability to move were "zero" is, eg make it 8am UTC to bring everything back down, but that then means that if someone wakes...
> @Lexicality did you ever fix this? > > What combo worked for you? Nope! I simply gave up and used a variety of other libraries and my own code
In that case it would be nice if the peer dependencies were updated to make that clearer.