jgrantr

Results 2 issues of jgrantr

Here is a test case that will fail (and shouldn't, unless I am missing something): #[test] fn test_rusty_money() { let eur = Money::from_str("2.00", iso::EUR).unwrap(); } Euro's are divided into 100...

It appears that the XHR polyfill only looks for URL's that do NOT have a protocol (something along the lines of "config/myconfig.json"). However, there are a lot of libraries in...