Timothy Hobbs

Results 233 comments of Timothy Hobbs

@ibuildthecloud Is what you are suggesting actually, technically different than an indefinitely caching proxy with a hand written white list? In that case, such proxys already exist, and no software...

In my understanding, name delegation and discovery are two related processes, and one is harder than the other ;). Name delegation is the science of creating unique identifiers, it typically...

@blueyed the initial reporter included a complete sample project.

Yeah, sure, I'll see what I can do.

So I managed to delete the `(crate)` thing to make it public and add a few sentences of docs. But when I went to actually build it I got this...

I'm pulling it in as a dependency as so: https://github.com/vegan-buddies/vegan-buddies/blob/default/util/matrix-bot-tester/Cargo.toml In this docker image: https://github.com/vegan-buddies/vegan-buddies/blob/default/matrix-geographic-user-index/Dockerfile I ran `cargo test` on in the `matrix-bot-tester` dir and it failed to build the...

Yelp! Thanks for the help. I think this is all that's needed (See PR mentioned above), though I wasn't able to finish testing it due to time constraints and my...

I'm suffering from a problem with django-debug-toolbar version: 1.9.1 in which the `required` tag is being removed from form inputs, iff django-debug toolbar is enabled. Is my problem a duplicate...

This bug is worse than simply ending after two lines. If you click "wrong" the first time, you'll end up with a point rather than a polyline, which is an...

Just FYI, I have a detailed discussion of petgraph's internal data structures and their pros and cons here: https://hobbs.cz/rust-play/petgraph-internals.html