raphael22

Results 3 issues of raphael22

Hi Could your library be Ivy compatible ? ``` Processing legacy "View Engine" libraries: - ngx-socket-io [es2015/esm2015] (git+ssh://[email protected]/rodgc/ngx-socket-io.git) - ngx-socket-io [main/umd] (git+ssh://[email protected]/rodgc/ngx-socket-io.git) Encourage the library authors to publish an Ivy...

Hi, i'm got some issue trying to parse this : `"{{model_1 || 'MODEL_1'}}", "{{model_2 || 'MODEL_2' }}", "{{model_3 || 'MODEL_3' }}"` as soon as I trying to evaluate `{{model_3 ||...

Hi, got a issue with checked switch in a modal window, computed width is "50px" not "20px" as usual. I quick-fix it but it's not a solution ``` if(parseInt(window.getComputedStyle(switcher).width) -...