Jacob Halsey

Results 22 issues of Jacob Halsey

Hi. Thanks for this crate :) Would it be possible to have the different algorithms behind feature flags? It takes a very long time to download and compile all the...

Should the lock be locked before changing level, for the case where the log level is configurable during runtime?

## Expected Behavior When a route string can be matched by one (or more) route macro paths (but zero method matches) then a 405 should be returned. ## Current Behavior...

C-improvement
A-codegen

When implementing middleware I discovered various things which seemed confusing: When we call the underlying service `self.service.call(req)` it returns a result: As far as I can tell this service call...

C-docs
A-web

I am trying to build a tool to view a saved blog (such as in the event it is no longer available). However the meta data in `images.txt` and `texts.txt`...

I am currently using the low-level Http server API, which seems to suit my usage much better (https://github.com/hyperium/hyper/issues/2321) But I am wondering how can I do a graceful shutdown, I...

S-feature

There doesn't appear to be a way to set a custom key for actix-limitation. For example I would like to build a rate limit key based on the user's remote...

C-feature
A-limitation

Hi, I am planning to move to RXPromise from PromiseKit because of the good support for cancellation. I was wondering if you could give me any recommendations for how to...

I have followed the instructions here for Windows Terminal: https://www.msys2.org/docs/terminals/ As such the command line is: `C:/msys64/msys2_shell.cmd -defterm -here -no-start -use-full-path -mingw64` However this causes the issue network paths don't...

So I'm trying to use MSYS as my terminal within IntelliJ, PyCharm and CLion, and thought I would open this issue here in case anyone else has similar difficulties: I...