charalampos papaloizou

Results 10 comments of charalampos papaloizou

For information. I have pending work, the gevent-socketio package changed a lot and i think many features implemented in this package have been moved inside gevent-socketio. I have enough work...

i used to have some example code for this somewhere if you need it i can find it

this seemed to be better solution for me, in case it helps worked perfectly fine: ``` TBGetScreenRatios = function() { return { widthRatio: window.devicePixelRatio, heightRatio: window.devicePixelRatio }; }; ```

i think the problem on this issue is the devicePixelRatio (half on ionic at least on the devices i tested) there's a fix on another issue but you need to...

to be a bit more clear, using `window.innerHeight` and `window.innerWidth` the plugin styles the html element correctly, but if `innerHeight` is 500px and `devicePixerlRatio` is 2 then for the native...

Hi, i can understand that. Its still not able to read files but i believe its a very good api. I was also thinking about asking the developer for an...

Still xlsxwritter is not able to read but thats fair enough because the name is writer anyway. I am not sure if i can help you make an excel reader...

ok that's good i'll add some conditional formatting and mergin on my library, and i'll try to start an excel library around 10th of july.

Just in case you are interested, i have just added a big example in client/examples/example4.xlsx and example4.json with conditional formatting and merging.

hi sorry for the delay. i tested on 0.4 having an `````` still seems to allow the popup to open. Mostly from my side the values of the auto-complete depend...