Mahmudul Hasan

Results 15 issues of Mahmudul Hasan

github.com/rusq/browserpass/nss nss/nss3.go:100:9: undefined: new3 nss/nss3.go:105:23: undefined: nssname nss/nss3.go:105:32: undefined: locations nss/nss3.go:117:15: ns.NSS_Init undefined (type *NSS has no field or method NSS_Init) nss/nss3.go:129:15: ns.NSS_Shutdown undefined (type *NSS has no field or...

help wanted
good first issue

![image](https://github.com/user-attachments/assets/e9811a0e-a713-4250-9c36-aace582f3f5b) [ { "Host": ".google.com", "Path": "/", "KeyName": "__Secure-dawd", "Value": "adwadw", "IsSecure": true, "IsHTTPOnly": true, "HasExpire": true, "IsPersistent": true, "CreateDate": "2024-07-15T20:54:20.938268+06:00", "ExpireDate": "2025-07-15T20:54:20.938268+06:00" }, { "Host": ".bing.com", "Path": "/", "KeyName":...

bug
enhancement

tailscale up --accept-dns=false --advertise-routes=10.0.0.0/24 Downloading 'https://pkgs.tailscale.com/stable/' Connecting to 199.38.181.239:443 Writing to stdout Download completed (42311 bytes) Downloading Tailscale 1.72.1_mipsle .. Downloading 'https://pkgs.tailscale.com/stable/tailscale_1.72.1_mipsle.tgz' Connecting to 199.38.181.239:443 Redirected to /stable/tailscale_1.72.1_mipsle.tgz on dl.tailscale.com...

I know this is a common problem in my research -icds (ignore original disk size) -k1 (resize partition table proportionally) Should solve the problem but for my case it isnt....

in src/app.css. ``` @import 'tailwindcss'; @plugin '@tailwindcss/forms'; @plugin '@tailwindcss/typography'; @config "../tailwind.config.ts" ``` Just for future reference, since svelte by default moved to tailwind V4. tailwind config doesnt work by default...