Greyson

Results 5 comments of Greyson
trafficstars

I know I'm late to the party; but I'm also looking for `Behavior (Behavior a) -> Behavior a` (or `Behavior (Behavior a) -> Moment (Behavior a)`; I'm trying to take...

I should not have used the `Event k` as an example -- Not only can the `Event k` be very far distant from this table (in my application) but more...

That worked for encoding, but doesn't include de-encoding on the other side In the meantime I found an acceptable workaround, just now: ``` {% with doc_name=doc.name|urlencode %} ... {% url...

I'm satisfied with the solution using `{% with` I'll go ahead and close the issue. Sorry for the trouble!