Results 11 issues of Owen Jacobson

Scenario: I have a web application, whose operations I'd like to authorize. I'd like to be able to write ```rust #[derive(Debug, Deserialize, PolarClass)] struct BootstrapReq {} #[post("bootstrap")] async fn bootstrap(...

Scenario: I have an identity class that looks like ```rust /// An identity annotates a request and describes on whose behalf we are /// processing it. #[derive(Clone)] pub enum Identity...

This looks straightforward, and I've implemented it locally in an extension trait: ```rust use oso::{Oso, ToPolar}; /// Oso extension to add support for `allow_request` and request-based ACLs. pub trait AllowRequest...

I had a look at using escodegen within a Node app to [safely inject configuration globals into HTML5 apps](http://grimoire.ca/dev/configuring-browser-apps). It looked pretty promising, but one of my test cases fails:...

### A note for the community ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers...

feature-request

### Tell us about your request Many of the request builders in this library implement `Clone`, but not all of them. The EC2 DescribeInstances request builder appears to only capture...

feature-request

This causes TIM to retain debug flags from cycle to cycle, so that debug information remains visible as long as `debug=` options are present in the custom data of the...

Given a document in WIKI_ROOT/foo/bar.md, it's tricky to reconsruct "foo/bar" or "foo/bar.html" or "foo/bar.md" from the breadcrumbs. A similar bit of context (named "directory") is already passed to directory templates;...

- Fix non-ANSI-compliant code used to detect ANSI compilers (what year is it) - Detect certain symbols using linker errors, rather than egrep.