Orian de Wit
Orian de Wit
Not guaranteed to be bug-free or feature-complete, I needed to get it working quickly and I'm not an AngularJS expert, so it's a very quick & hacky fix: Angular Directive...
This vim plugin relies on phpmd/phpmd, which in turn relies on pdepend/pdepend. Problem with those tools is that their release cycle is very slow (not ready for syntax valid in...
@Multiboxer Well, CPU mode using "normal" RAM solved it. (`-gpu -1`). You're right though, it's not really solved yet, I think some estimated system requirements in the readme could be...
@Yijunmaverick Good to know! Could torch/tds help with the memory limit when rendering on CPU? The speed and memory usage on a Ryzen 7 with 64GB DDR, with at sizes...
I see this has been "fixed" in 7.4 RC1: https://github.com/php/php-src/commit/96da1fe8a906da8d2927f57ff94ed25a8e6ea411 So I think this means mocks can not be serialized anymore.
Using CSS only: ``` ul.tagit li:not(:first-child) ::-webkit-input-placeholder {opacity: 0;} ul.tagit li:not(:first-child) ::-moz-placeholder {opacity: 0;} ul.tagit li:not(:first-child) ::-ms-input-placeholder {opacity: 0;} ul.tagit li:not(:first-child) ::placeholder {opacity: 0;} ``` Display/visibility styling doesn't seem to...