Eashwar Ranganathan

Results 16 issues of Eashwar Ranganathan

**This PR is probably a breaking change** Previously, using hooks written in rust only required a system installation of Rust and `cargo`, now it instead requires a system installation of...

One of the references to the old function name `_old_fish_prompt` was left behind, and this completely breaks the prompt in fish. It looks like this: ```sh eashwar@laptop ~/s/homepage (master)> ....

## Motivation When the `instrument` attribute is used on a function with inner attributes, the proc macro generates code above the attributes within the function block that causes compilation errors....

I generated an email address for the `one-ml.com` domain using the website at https://www.onetime-mail.com. All the domains in this list have MX records pointing back at themselves, but they all...

As shown below, I managed to create an email address from the `10minutemail.com` website for the `cazlg.com` domain. The `cazlg.com` domain resolves MX lookups to `prd-smtp.10minutemail.com.`, and so do the...

As see below, I managed to create an email on the `tempmailo.com` website for the `clip.lat` domain. The `clip.lat` domain resolves MX lookups to `mx2.den.yt.`, and so do the rest...

These domains are used by the temporary mail service, `mail.gw`. This seems to be a copy of `mail.tm` and we can use the same method of verification as in https://github.com/disposable-email-domains/disposable-email-domains/pull/465...

These domains are used by the temporary email service `mail.tm`. This PR contains all the domains from #460 and a few more. The list in this PR can be verified...

Addresses can be generated at the same domain: https://tmail.link

Because of the fix for [CVE-2024-57903](https://nvd.nist.gov/vuln/detail/CVE-2024-57903), the linux kernel started returning an error if an attempt is made to set the `SO_REUSEPORT` socket option on non-inet/inet6 sockets. In gunicorn, if...