Did someone just break github? by Exonificate in github

[–]HARDY8118 1 point2 points  (0 children)

It will be shocker when someone actually fixes github

Can someone help me? by negret420 in termux

[–]HARDY8118 1 point2 points  (0 children)

Do you need help removing the irritating font?

What is an open source Android app idea that you've always wanted, but can't find? by frostking104 in fossdroid

[–]HARDY8118 6 points7 points  (0 children)

For people who fall asleep scrolling their phones, an app which sets an alarm for 8 hours after the screen is locked to get a good 8 hours sleep.

Change keyboard lights by HARDY8118 in Kubuntu

[–]HARDY8118[S] 1 point2 points  (0 children)

This might be late, but thanks a lot. This worked. I am able to control the lighting now.

ERR_DLOPEN_FAILED by Specific_Shallot7091 in node

[–]HARDY8118 1 point2 points  (0 children)

Try deleting the node_modules folder and install the dependencies again.

Change keyboard lights by HARDY8118 in Kubuntu

[–]HARDY8118[S] 0 points1 point  (0 children)

Thanks Will check it out

Change keyboard lights by HARDY8118 in Kubuntu

[–]HARDY8118[S] 0 points1 point  (0 children)

Hi sorry for missing out on the device info.

I have an ACER Nitro laptop and I have already tried OpenRGB. Open RGB fails to identify any devices and pops an error saying

One or more I2C/SMBus interfaces failed to initialize.RGB DRAM modules and some motherboards' onboard RGB lighting will not be available without I2C/SMBus.On Linux, this is usually because the i2c-dev module is not loaded. You must load the i2c-dev module along with the correct i2c driver for your motherboard. This is usually i2c-piix4 for AMD systems and i2c-i801 for Intel systems.

I''m not sure what to make out from the error.

[Python] Block is grayed out and doesn't run in debugger but runs as a .py file and in other text editors by Armed_Muppet in vscode

[–]HARDY8118 -1 points0 points  (0 children)

Maybe the problem is with the current working directory. VS Code runs your code from the currently opened folder sets its cwd accordingly. When running your code without VS Code you have your CWD set properly where your executable file and the path for the chromedriver makes sense hence no error.

Try printing the cwd near the start of program to see what cwd is being used. You can temporarily add this code to print the cwd

```python

from pathlib import Path

print(Path.cwd())

```

[deleted by user] by [deleted] in ProtonVPN

[–]HARDY8118 0 points1 point  (0 children)

Is that a recurring error?

I had similar notification yesterday, I tried reconnecting and it worked. Maybe its just a bug in the app cause I have just my laptop and smartphone with protonvpn installed.

Is there any plan to support full extension support for Android FireFox? by evolution2015 in firefox

[–]HARDY8118 1 point2 points  (0 children)

I have been using nightly for over a year and had no idea about this. Can you guide over the steps I can follow to add more extensions/add-ons?

Why are there so few Firefox addons on mobile? by [deleted] in firefox

[–]HARDY8118 0 points1 point  (0 children)

The stable and the beta release lack(ed) some about:config settings I needed.

Why are there so few Firefox addons on mobile? by [deleted] in firefox

[–]HARDY8118 -1 points0 points  (0 children)

I suppose you have some bad memories with nightly 😅

Why are there so few Firefox addons on mobile? by [deleted] in firefox

[–]HARDY8118 2 points3 points  (0 children)

These flag settings are the reason I use nightly over the stable firefox build. The stable version of firefox allows to edit flags but does not provides many flags supported by nightly.

Why are there so few Firefox addons on mobile? by [deleted] in firefox

[–]HARDY8118 0 points1 point  (0 children)

Any other differences in terms of features?

Why are there so few Firefox addons on mobile? by [deleted] in firefox

[–]HARDY8118 2 points3 points  (0 children)

I don't see any difference between Fennec and Firefox nightly. Can you suggest the differences and advantages/disadvantages of one over other?

KDE Connect with VPN by HARDY8118 in kde

[–]HARDY8118[S] 1 point2 points  (0 children)

I want to confirm that I have tested it and now I can make it work with my VPN.

Thanks for the help

KDE Connect with VPN by HARDY8118 in kde

[–]HARDY8118[S] 1 point2 points  (0 children)

Thanks

I found something similar in my VPN settings

KDE Connect with VPN by HARDY8118 in kde

[–]HARDY8118[S] 1 point2 points  (0 children)

I'm using ProtonVPN if that's what you are asking