Rui Tai Low

Results 4 comments of Rui Tai Low

This issue still happens on Ubuntu 20.04, I install the app through snap. Having the same error message: ``` This browser or app may not be secure. Learn more Try...

Hey @lettertwo thanks for creating this awesome webpack plugin. It saves my day. =) Anyway, it would be appreciated if you could excluding macOS `.DS_store` by default.

Thanks @hamdullah ! Your solution works very well! and here's my version. ```typescript settings = { mode: 'external', columns: { driverName: { title: 'Driver Name', valuePrepareFunction: (driver, trip) => {...

Thanks @alexhackney . For me, I solved it by installing some packages with these commands ``` composer require "guzzlehttp/psr7:^1.7" composer require "psr/log:1.1.4" composer require beyondcode/laravel-websockets ``` I'm doing these in...