Peter Bowyer
Peter Bowyer
I have put together a testcase at http://dev.mapledesign.co.uk/cornerz-tooltips/ and reported the issue to jquery tools also: http://flowplayer.org/tools/forum/55/34159
Thank you for this book, it's the first time I have tried to learn JavaScript properly, rather than writing code until it works. I feel that section **12.4.1.2** would make...
This would be excellent. My use-case is putting borders between columns in a large spreadsheet (to visually break up the data)
I found this bug today. With `"androidScaleType": "CENTER_CROP"` set the splash screen works great on iOS and is squished when first loading on Android and then the proportions are corrected....
I found https://forum.ionicframework.com/t/double-splash-screen-with-with-flash-in-between/187916/17?u=pbowyer which worked around the rescaling of the splash screen. Setting `splashFullScreen: false` and `splashImmersive: false` doesn't fix the controls and status bar issue for me.
You are likely already aware, but a fork of this library says it has moved the metadata out of the field: https://github.com/goodwix/doctrine-json-odm Unfortunately the commits are not well-organised, so there...
@antoBit This sounds great as getting a measure of the performance across an entire site would be very useful 👍
I have the same problem as @d2s. On a new Ubuntu 18.04 server, I run the following and get: ```shell $ node -v v14.8.0 $ git reflog HEAD e9e4e58 (HEAD...
Solved for Ubuntu 18.04 by installing the following: ``` apt-get install -y libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb libgbm-dev ``` ### How I got to this...
:+1: Is this a duplicate of #36?