Simon Tong

Results 15 comments of Simon Tong

After investigating other options it looks like I can also produce the desired result with: ```typescript type Shape = typeof data; const data = { str: "abc", bool: true, num:...

The previous usage was very versatile because you could match some of the properties on an object with their respective values, and where you didn't know the value you could...

Before connection my resolv.conf file contains (points to my unbound server): ``` # Generated by resolvconf nameserver 127.0.0.1 ``` After connection to mullvad (points to mullvad DNS): ``` #modified by...

I'm also getting this issue still. I'm using Ubuntu 16.10. I also noticed on the dash launcher theres a white line too (see attached, the white line is on the...

> I assume #7079 would also not help, because you are looking to completely override the login route, correct? You're correct, it wouldn't help for our use case. The issue...

To add to this, if you have an async event that throws an exception the promise is not caught. ```js const Bull = require('bull'); const queue = new Bull('worker', 'localhost');...

Here is every step that got it working for me on Arch: ``` yay -S icu66 libwebp052 libffi7 enchant1.6 sudo ln /usr/lib/libpcre.so.1 /usr/lib/libpcre.so.3 git clone https://github.com/festvox/flite.git cd flite ./configure --enable-shared...

I'm having the same problem here, running Manjaro with Gnome 3.30. Heres what my logs say: ``` Oct 09 14:35:54 XXXX gnome-shell[4151]: [gnomesome] adding icon dir: /home/simon/.local/share/gnome-shell/extensions/[email protected]/icons/status Oct 09 14:35:54...

That seems to have worked. Now I'm having issues with the desktop being treated as a window so its tiling it in the master space

Not sure if you're using dotenv-flow or not. But if yes, then you can commit [.env.defaults](https://www.npmjs.com/package/dotenv-flow#alternative-defaults-envdefaults) to th repo and it will use that file for fallback values (instead of...