Ed Page

Results 596 issues of Ed Page

As part of #1410, the name `internal.rs` was discussed and it was brought up that `parser.rs` would provide clearer intent.

Example ``` If ($Env:TARGET -eq 'x86_64-pc-windows-gnu') { $Env:PATH += ';C:\msys64\mingw64\bin' } ElseIf ($Env:TARGET -eq 'i686-pc-windows-gnu') { $Env:PATH += ';C:\msys64\mingw32\bin' } curl -sSf -o rustup-init.exe https://win.rustup.rs/ 'curl' is not recognized as...

Adding to #50 would be for windows prebuilt binaries to be distributed through chocolatey. This would also align with one of the delivery mechanisms for [neovim](https://github.com/neovim/neovim/wiki/Installing-Neovim).

My interest is mainly for Windows which I assume should be [easy to add](https://github.com/japaric/trust/blob/master/appveyor.yml#L60).

Example test ```rust assert_eq!( v!("May"), filters!(date, with_time("2006-05-05 10:00:00"), v!("%B")) ); ```

bug
std-compatibility

This benchmark should have seen major improvements with #432. I suspect we are hitting a corner case where we are doing extra copies.

enhancement

``` static SIMPLE_TEMPLATE_LIQUID: &str = " {{ product.name }} {{ product.name }} - {{ product.manufacturer | upcase }} {{ product.summary }} £{{ product.price * 1.20 }} (VAT inc.) Look at...

bug

- [ ] absolute_url - [ ] markdownify, see https://github.com/cobalt-org/cobalt.rs/issues/342 - [ ] sassify - [x] slugify - [ ] jsonify - [ ] inspect - [x] where - [...

enhancement
jekyll-compatibility

With #418, we found that our compliance has fallen behind. Probably the easiest way is to just compare tests.