Julian Büttner

Results 4 issues of Julian Büttner

Resolves issue [2281](https://github.com/SergioBenitez/Rocket/issues/2281). Lines before the first pre-encapsulation boundary are ignored as specified in [RFC7468](https://datatracker.ietf.org/doc/html/rfc7468#section-2). Lines afterwards are ignores by the then chosen parsing function. Behaves the same otherwise.

### Summary When specifying a dictionary variable in a `vars` block with an undefined variable as value (e.g. `key: "{{ not_existing_value}}"`), the dictionary variable is undefined. ### Issue Type Bug...

needs_triage
bug
affects_2.14

### Motivation There is a way to cross build and bundle Tauri applications, but it's limited to GitHub. (See documentation/guide [here](https://tauri.app/v1/guides/building/cross-platform)) However, a lot of (self-host) people and companies use...

enhancement

This PR relates to #42. I took the basic idea and interface but tried to divide the problem so that the code is easier to understand. It is currently a...