Mustafa AlAmmar

Results 12 comments of Mustafa AlAmmar

As the workers are separate child processes there's no easy way to send data back to the main process. My recommendation is to have each worker/test write to a temporary...

Seeing the same issue on arm64 raspberry pi.

Figured this out. You need to add these options to the docker-compose: ``` --- version: "3" services: code-server: image: lscr.io/linuxserver/code-server container_name: code-server security_opt: # this option - seccomp:unconfined environment: -...

Workaround via https://stackoverflow.com/questions/53200528/esm-does-not-resolve-module-alias `nodemon -r esm -r module-alias/register src/index.js`

The sorting functionality of Hain is spotty. Sometimes my most recent items will rise to the top and other times they don't. If it worked consistently I would say it...

The solution is Tailwind. Every other dev I've talked to with a sufficiently complex Svelte app has dropped Svelte's broken `` tag preprocessing completely and adopted a less ideologically stiff...

This is still a major problem if you're trying to perform authentication requests (login/logout) to an external API. It could additionally open a major security hole by not respecting the...

This is very simple to script out. Not sure why a driver update is required. 1. Create a queue for OTA FW updates 2. Run the first update in the...

My mistake. My comment relates to the bower library on the official bower repositories. See: https://libraries.io/bower/500px I don't know if this repo's contributors are involved in that particular package.

I have an old debug log from `lock_service.py` which might have what you're looking for: ``` [ { "available": false, "raw_dict": { "mac": "YD_BT1.39aa4f3a9267557ddee4043da924c704", "first_activation_ts": 1654131355000, "first_binding_ts": 1654131355000, "enr": "",...