Demi Marie Obenour

Results 1140 comments of Demi Marie Obenour

> Auto-unseal can be done on a bare-metal server using cloud encryption services such as AWS KMS - the server itself does not need to be hosted in the cloud....

On further thought, this is not actually true, especially if Linux’s Integrity Measurement Architecture (or similar) is employed or if the root filesystem is on a read-only dm-verity volume. Also,...

@Amanieu Can some of these be included in this crate, or does licensing not allow this?

@kivikakk I created a flamegraph using `perf` and `flamegraph.pl`, and concluded that a massive 37.26% of the time is spent in the regex engine. That can probably be sped up...

@kivikakk It might be possible to reduce even more overhead by not bothering with `tendril`’s reference-counting, and instead just storing indexes into the original string. Rust’s lifetimes can guarantee that...

I am not sure (I don’t know how to find it – I think it would show up as uniformly slow code), but I know that pulldown-cmark and MD4C (the...

I think that when math is enabled, we should use something like `${` to open math and `}$` to close it. This is compatible (the opening `{` and closing `}`...

@jeanm You are probably correct. In that case Comrak will need to wrap `$` in a `` tag.

To be clear, this is absolutely a pathological case and I would be fine with you closing this as “won’t fix”, but it would be nice for `mke2fs` to state...

May I use the code from debugfs for this? Asking because debugfs is GPLv2, whereas libext2fs is LGPL, so it would need permission from whoever owned the copyright to that...