benjaminv

Results 20 comments of benjaminv

Also working for me! Edit: Logitech M570 on an M1 MBA (must run through Rosetta 2 since it was from 2018)

> Renders like this on Safari: ![图片](https://user-images.githubusercontent.com/41495669/167255179-7ed48493-7d13-4155-892e-905c945558b5.png) It appears to be some bug introduced by the cdn stylesheet however I did not study this through. To fix, do something like...

> using these scopes fixed my error: > > ``` > scope: ['https://www.googleapis.com/auth/plus.login', > 'https://www.googleapis.com/auth/userinfo.email'] > ``` I am new to this, where to implement this please?

indeed this is the compatibility issue between node version and node-sass version. according to https://www.npmjs.com/package/node-sass, node ^16 only support node-sass ^6 not ^5. Another solution would be change in package.json...

> Use editColumn instead of addColumn. > > ``` > ->editColumn('status', function($row) { > return view('admin.audios.partials.statuses', compact('row'))->render(); > }) > ``` Hi @yajra thanks for point this out. But if...

@yajra Thanks for clarification with suggestions. It does suggest to me this is a dead end. All of my added columns are calculated numbers (via closure function calling relations, like...

Highly appreciate your time and efforts on this project. From what I read it appears Windows would be the largest challenge for upgrading to support iOS 17. On this basis...

Q: How to make Big Sur Microsoft Edge working? A: I was able to locate the config.js file as in, `/Users/myusername/.vscode/extensions/techer.open-in-browser-2.0.0/out/config.js` modify the definition of `edgeItem` as follows, ``` const...