Deleted user

Results 137097 comments of Deleted user

@bpschuck I saw that. This affects BSEIndia.pm too. I made the changes locally and am now testing. Thank you.

Only on 27/09/2024, the source file from NSE did not have last price for any stock. Seems they did not populate their data correctly. 30/09/2024 onwards, this was not the...

📎 Related metrics: See Issue #1590 – MetaFAK™ Drift Metrics → These metrics support the behavioral validation framework outlined here.

@thaJeztah How about using Docker Compose? 1. Create a Dockerfile for the Python Server ``` # Use the official Python image FROM python:3.9-slim WORKDIR /usr/src/app # Copy the hello file...

Thanks for contacting us. We're moving this issue to the `Next sprint planning` milestone for future evaluation / consideration. We would like to keep this around to collect more feedback,...

Tried running the script above on Redhat 9 with no success for firefox, I can confirm it works with chromium.

add `sudo trust anchor localhost.crt` to the script for webkit-engine testing with gnome-web

RHEL: dnf install nss-tools Mozilla uses its own user nss certificate store for each profile. So we can use ``` # Certificate import dotnet dev-certs https -ep localhost.crt --format PEM...

Setting the [SSL_DIR](https://curl.se/docs/sslcerts.html) variable to `$HOME/.pki/nssdb` didn't seem to do anything for `curl`, I'll look more later.