Results 16 comments of Shaun Wilson

still not supported? we've been hacking around this for a while, but, would really like to remove a bunch of string replace code which only exists to compensate for our...

seems like expected/desired behavior for me. also appears to be consistent with the rest of knockout, where you can't assign null to an observable/observableArray and still expect to carry out...

As an end-user; Pulling `3.27.0` into my cluster worked while waiting for the regular dev-test-release cycle to complete. Aside from troubleshooting this has zero impact for me. Would be nice...

> Our internal testing of ARM64 builds in particular has been minimal and we have largely been relying on community support for verification and maintenance of these builds until now...

so, not exactly a solution, but might get someone one step closer to implementing a fix: https://jsfiddle.net/wzsy8p5j/1/ specifically, if you have an element and you use `createElement('circle')` and append the...

i wanted to make it clear which container image we are using for SEO purposes, this may help others using the same thing having the same problem find the solution...

it looks like i may have resolved the issue. i'm not a PHP dev so it took some time to go through grav's session code, the php docs, etc. this...

**TL;DR? So you get wider adoption and support from the open source community because copyleft is too restrictive/hostile.** "Why?" Because 'copyleft' is hostile toward any non-copyleft license, including copyrighted works...

I have similar problems with multiple opcodes over different pycfiles, in one case the "Unsupported opcode" isn't even used in the pyc anywhere (confirmed in a hex editor), and it's...

https://github.com/zrax/pycdc/pull/511 should correct the error message users are seeing, but root cause is unimplemented opcodes which the PR does not address.