Peter Ruibal
Peter Ruibal
Also repros on vscode extension v2.2.40
If you're worried about #737 breaking compatibility, maybe a shorter-term workaround might be to export the original fs methods as an attribute on their respective patched versions, or through a...
I've discovered what I think is another (arguably worse) quirk here, that may be related: If you use the Dropdown attribute to update a value on a ScriptableObject, the change...
Yeah, looking at the code, you can get this working by subclassing Mosquitto and overriding `_send_connect()` to issue a SOCKS or HTTP CONNECT request. Then you'd have to pass your...
More details: When using an "infinite" map, the map is split into "Chunk" objects, and while there is some logic to copy the layer from the parent via `AddSuperCustomProperties()`, the...
- Fix the merge conflicts - Can you create one PR with the createClass and PropTypes changes and an additional PR with the other stuff? That stuff looks beyond the...
I don't have time to work on it much these days. I'm happy to merge PRs (and have been reaching out to people who send me a couple) to find...
Unfortunately, yes. This is also blocking the next major release and prevents us from coming out of RC. > On Jan 31, 2017, at 3:39 PM, Freddy Hernandez wrote: >...
There might be, but let's use this one.
Does it work if you set your https_proxy=http://web-proxy.xxxx.com:8080 ? Does that break other apps?