Erin Yuki Schlarb

Results 49 issues of Erin Yuki Schlarb

One of the issues fixed in #9 could have easily be prevented by not employing a roll-your-own HTTP header parsing library. While the custom framing requirements making using a full-blown...

help wanted

From my studying of the source code so far there does not appear to be support for any wired ethernet adapters right now, as all networking examples and capsules presume...

I did not write this code and took a patch for this from https://github.com/linvinus/htop-mod. Please tell me about any improvements required. While I can attest PSS to be a big...

Say, I have a test function like this: ```py @pytest.mark.benchmark(group="write_100_files_1K_serial") def test_bench_write_100_files_1K_serial(temp_path, benchmark1, benchmark2): benchmark1.name = "trio" benchmark1(trio.run, bench_trio_write_100_files_1K_serial, temp_path) benchmark2.name = "datastore" benchmark2(trio.run, bench_fsds_write_100_files_1K_serial, temp_path) assert benchmark2.stats.stats.median < (2...

Add `baseline` option that determines (according to the included docs): Whether this benchmark's results should be considered as possible base line values when comparing them to other results of the...

Description of the issue/feature this PR addresses: Modoboa assembles strings for shell commands using string substitution without quoting the parameters, leading, at least potentially (I haven't checked), to vulnerabilities (shell...

feedback-needed
stale

# Impacted versions * Modoboa: 1.10.x (but probably any) * installer used: No * Webserver: Nginx + Gunicorn + Docker # Steps to reproduce 1. Log into your (admin) user...

enhancement
documentation
feedback-needed

*Description of the issue/feature this PR addresses:* Modoboa's Postfix map file generator will generate a broken `modoboa-postfix-maps.chk` file if it fails to validate the existing map files due to user...

feedback-needed

**Describe the feature you are proposing** It would be helpful if IPFS-Cluster could also share IPNS keys and their current pin value between nodes and implement the relevant parts of...

kind/enhancement
P2
need/maintainers-input
exp/expert
effort/days

Hi! I've been using your library for a while and I've recently started to use the TypeScript type checker for my project and noticed that your library has no description...

enhancement