Jeb Rosen

Results 11 issues of Jeb Rosen

https://github.com/rust-lang/rust/pull/68716 would change the default for `quote!` from `call_site` to `mixed_site`. As expected there is some breakage, but it looks like the breakage caused by devise specifically is "legitimate" and...

Supersedes #1410. I likely missed a few spots and will need to make a few minor changes in follow-on commits, but this basically "ready to review". TODOs: * [x] `examples/todo`...

Currently Rocket's public API only provides a way to listen on TCP sockets (and Unix sockets have also been proposed) with optional TLS. Rather than adding support for every possible...

enhancement

Now that `uri!` internally uses `macro_rules!` instead of `macro` (#964), path resolution works differently. As far as I can tell this is a direct consequence of the fact that `macro`...

help wanted
deficiency

Typed headers were removed between hyper 0.10 and hyper 0.12. `typed-headers` does not appear to have all the headers hyper 0.10 did, but it looks like `hyperx` and `headers` might....

help wanted

This is a (incomplete) proof of concept of a possible workaround for `Sync` issues that appear in `async` code. Roughly, the issue is this: * Route handler futures must be...

This is mostly a feature request. Currently `LTR.identifier.pl` uses the perl `threads` mechanism, which is not part of all perl installations. If perl was not compiled with thread support, the...

enhancement

Per SergioBenitez/Rocket#1067 I looked into reexporting typed headers from this crate, as they were reexported from hyper 0.10 in the past. But I quickly discovered that many headers apparently can't...

I met the same problem when I used the custom library (about 4.3Gb). RepeatMasker version 4.1.2-p1 Search Engine: NCBI/RMBLAST [ 2.10.0+ ] NCBIBlastSearchEngine::search: Error...compressed subject database (/public1/BGI/Project/F21FTSECKF2595/PUTjinwD/02.assembly/02.hic/02.contain_hic/cc/RM_23789.FriNov120937482021/merge.TEsorter.non_similar_repeat.for_lib.fa) does not exist!...

Hi, I have the same issue "species not known"; though it works for 'human', but not for the 'drosophila' and 'anopheles'. Manual installation Repbase is not installed Dfam release 3.4...

bug