Eskander Bejaoui

Results 22 comments of Eskander Bejaoui
trafficstars

Have you checked if [libostree](https://ostreedev.github.io/ostree/introduction/#hello-world-example) could be employed in this concept? It uses checksums and hardlinks rather than copy-pasting, so it should achieve the same benefits without the drawbacks.

I use templates to create a new weight sensor per person, then add that sensor to the person's bodymiscale instance. Here's an example that assigns the new scale values to...

@maciek188, Following the same logic, something like this should work for 4 people: Note: since HA doesn't initially know the values of `sensor.person_1_mass`, `sensor.person_2_mass`, `sensor.person_3_mass` and `sensor.person_4_mass`, they'll all be...

I also needed ASF so I made an addon myself, to give it a try: https://github.com/Eskander/ha-addon-archisteamfarm

I have the same issue running HA on bare metal NUC. It also started around 3 months ago, before that my system was running fine for a year. Do you...

It seems there's a firmware and/or driver issue with these cards causing them to crash. I've been trying different combinations for a while with no success. [See](https://forum.manjaro.org/t/linux-firmware-and-intel-ax20x-wifi-bluetooth-cards/104743)

What GM extension are you using? I use Tampermonkey, which fires a separate session for every iframe in a webpage, ensuring that UPB captures all popup initiation attempts. I suppose...

I have encountered many edge cases with this project (and I should probably document them). But since it mostly works as intended, it does have a low priority in my...

I think I see now how the ad could bypass the popup blocker. [This website](https://webbrowsertools.com/popup-blocker/) provides several test cases, and `Method #2` from `window.open` section matches your description: > uses...

Unlikely. This project is in maintenance so no new features are planned, but pull requests are welcome. Are you missing a particular feature?