Alexander van Ratingen

Results 9 issues of Alexander van Ratingen

- Which version of Django are you using?: 2.2.6 - Which version of django-rosetta are you using?: 0.9.3 - [x] Have you looked trough [recent issues](https://github.com/mbi/django-rosetta/issues?utf8=%E2%9C%93&q=is%3Aissue) and checked this isn't...

I was having trouble parsing binary operators with deeply nested combinators to handle precedence. The Rust compiler time and memory usage grow exponentially until it runs out of memory for...

A minor issue in the docs for the new RC. Thank you!

Defining a template in a macro currently fails, while doing the same thing without a macro works as expected. A minimal example to reproduce this: ```rust use sailfish::TemplateOnce; macro_rules! template...

Implement the "change location" button as described on [screen 1B](https://github.com/eduvpn/artwork/tree/master/App#screen-1b---first-screen-when-used-app-before).

enhancement
planned-go

On the connection status page, when the user is not connected, a dropdown should be shown with profile options. This is described on [screen 6A](https://github.com/eduvpn/artwork/tree/master/App#screen-6a---select-profile).

enhancement
planned-go

Currently, for all exceptions the user is redirected to an error page with the technical error message, and a button to go back to the main page. For instance, the...

enhancement
planned-go

I recently release a simple crate that provides language matching functionality based on Django. The crate determines the best language match from a set of available languages, based on a...

This PR implements `ConstantTimeEq` for `str`.