Muhammad Dyas Yaskur

Results 33 comments of Muhammad Dyas Yaskur

merged : https://github.com/1forU/php-html-parser Since the original creator seemed to have abandoned this project and I can not install it on my project, so I created a fork and published it...

my settings.json: ``` { "homepage":"thdwb://homepage/", "windowWidth": 1600, "windowHeight": 900, "hiDPI": false, "experimentalHTML": false, "experimentalLayout": false } ```

On my mac still has same result

I see, I thought datatable will send all column attribute to the ajax request. If can't send by client side, we need to set it on server side. And I...

it's solved by change : ``` const permissionExists = macosVersion.isGreaterThanOrEqualTo('10.15'); ``` to ``` const permissionExists = macosVersion() >= '10.15.0'; ``` https://github.com/sindresorhus/macos-version/issues/12

correct libssl URL ``` wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb ``` ref: https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory

it seems we can not do that using client side, we must use server-side.

Hi @Fabio286 , I also have the same issue, I tested my update on #778 and it works. Instead of assigning a separate menu for each shortcut, I've consolidated them...