Chris Holt

Results 16 issues of Chris Holt

I have found a custom format that is not applying correctly. ```#,##0.0000 %``` If I remove the space it works correctly, but the files I am processing are from a...

https://github.com/lefthandedgoat/canopy/blob/273fe1c5e93111d5114e2ef81e1d02e9e3eaf49b/src/canopy/csharp.fs#L152

Just make it an arg and pass it in to everything

Generator.fs ``` match loginAttempt with | Some(loginAttempt) -> let returnPath = getQueryStringValue req "returnPath" let returnPath = if returnPath = "" then "/" else returnPath setAuthCookieAndRedirect id returnPath | None...

You can enter alert('hello') into the text box and it will run the js when loading the view page.

bug