Thomas Harmon

Results 13 comments of Thomas Harmon

To add to this issue: Specifically we should use nom's `VerboseError` to improve error messages. One thing pointed out by @spazm is that in `src/create.rs`, the `creation` function, might want...

After looking at the codebase a little more I noticed that `ArithmeticExpression`s are used in `ConditionTree`s. I also found an [example arithmetic expression parser](https://github.com/Geal/nom/blob/master/tests/arithmetic_ast.rs) in the `nom` codebase that parses...

I'd be interested in working on this, what improvements do you want to see in the existing crate? what changes might we want to make to `actix-web` to better support...

I am interested in working on this, I will update this issue with my progress. Don't let it stop anyone else though! This is my first contribution to this project...

You're definitely right, I updated my test to reflect that. However I'm still having some issues which I need to debug in under to get a better understand to be...

Thank you @epage extensively for your extremely generous review and welcome in Zulip. I'll look into these things today and fix them up. This is awesome. I'm so excited to...

I took a look. First time contributor to cargo so just trying to find the relevant parts of the codebase. It looks to me like `build_lock()` in `src/cargo/ops/cargo_package.rs`, then `TomlManifest::prepare_for_publish()`...

IMO this should be an instance wide setting. If a user wants to see content from a nsfw community they can subscribe to it and see it in their subscription...

What about if you want to run a small instance for friends and family, and then someone on the site subscribes to a bunch of porn, then none of your...