Allen

Results 8 issues of Allen

Just an idea that was fishing around in my head lately, but I think it would be awesome to support additional crates for use between the newest async types/traits. One...

enhancement

This actually doesn't seem too difficult. Consider implementing the `FromRequest` trait for our auth method so we don't have to call a specific method all the time to get the...

enhancement
help wanted

https://github.com/fairingrey/actix-realworld-example-app/blob/master/.travis.yml is actually pretty scarce at the moment. All it does is run `cargo check --verbose` on the codebase to see if there are any syntax errors. The idea later...

help wanted

AFAIK there isn't any idiomatic way I know of to do unit testing in an actix-web application, as that would involve having to mock client messages on valid data, and...

enhancement
help wanted
question

It would be nice to have the VSCode Oso extension published on [open-vsx](https://open-vsx.org/) to make it easier for users like myself who don't have access to Microsoft Marketplace (using the...

I'm running into an error trying to deploy this app on Windows: ``` C:\Users\allen\Projects\webapp.rs>make deploy Compiling webapp v0.3.0 (file:///C:/Users/allen/Projects/webapp.rs) Finished release [optimized] target(s) in 7.14s Garbage collecting "app.wasm"... Processing "app.wasm"......

enhancement
help wanted

Reference: * https://github.com/upbit/pixivpy/wiki/Sniffer-for-6.x-API-v2-endpoints * https://github.com/upbit/pixivpy/blob/master/pixivpy3/aapi.py There are 5 new endpoints that I'm aware of: * `https://app-api.pixiv.net/v2/illust/follow` -- GET * `https://app-api.pixiv.net/v2/illust/related` -- GET * `https://app-api.pixiv.net/v2/illust/bookmark/detail` -- GET * `https://app-api.pixiv.net/v2/illust/bookmark/add` -- POST...

enhancement

There's a lot of `unwrap` use in https://github.com/spruceid/didkit/blob/c5c422f2469c2c5cc2f6e6d8746e95b552fce3ed/cli/src/main.rs that to an end user is probably not very useful to reveal the entire output of a panic to. Wrrors like file...

developer experience