Jesse Hoobergs

Results 20 comments of Jesse Hoobergs

@djc Do you have an overview of the current status of this? I have found following PR's / repo's: - https://github.com/djc/askama/pull/211 (seemed good, but needed rebasing etc?, Talks about new...

I would like to try it. I'll try getting started tomorrow.

> Looks like a good start! I wonder if we can simplify a bit, though. Can we make a template more like this? > > ```rust > #[derive(Template)] > #[template(path...

@djc I would certainly be interested in working on this. I'm not completely sure if I understand your solution with the Askama-provided `Locale`-type. Could you write a simple example of...

Changing the order of the fakes seems to work: ``` Fakes.MsgBox.Returns 20 Fakes.InputBox.Returns 20 ``` More generally, you need to set the MsgBox first to to all values that you...

@jebrosen I'm justing starting to use Rocket and following comment should be viewed as a comment of a newbie :) Would it be a solution to allow using the path...

@jebrosen Thanks for the info. Is it feasable to make that fragile solution less fragile? Using the index is certainly not robust enough.

I'm using the fork of davvid (https://crates.io/crates/yaml-rust-davvid) so I could use this feature. This repo seems to be missing a maintainer?

I renamed the issue, because the problem is bigger. It can also go wrong for whole numbers, because f64 can't represent all whole numbers. e.g. `18014398509481985` is printed as `18014398509481984`...