Kyle L. Jensen
Kyle L. Jensen
I'm running into a problem where the same piece of code works on a Mac, but not in Windows, where, instead, I receive responses like this from AWS: ``` xml...
I think this would close #158. Looking for feedback and also examples of valid resource names so that I can write some tests.
I have a key name for a resource that looks like the following: ``` aws_route53_record.module_ec2_webserver["www_656_mba"]_the_dns_record ``` That's because I'm using `for_each` over an object in my terraform configuration. I'd like...
Matt - nice project. Thx. I believe this requires coffeescript in the heroku build, otherwise WebAssets has no way to build the coffeescript. Same would be true of all the...
I believe that the regular expression on [this line](https://github.com/EsupPortail/nginx-auth-cas-lua/blob/90ed7655d2642050876d155ae9e2fe21c4764ccf/src/cas.lua#L28) would "eat" both the `ticket` parameter and all parameters that follow. e.g. a url like `&ticket=foo` and `&ticket=foo&next=bar` would have `bar`...
## Issue The Portuguese stemmer vocabulary tests are failing with many mismatches between expected and actual output. ## Examples - `abalado` expected: `abal`, got: `abalad` - `abandonado` expected: `abandon`, got:...
## Issue The Italian stemmer vocabulary tests are failing with mismatches between expected and actual output. ## Root Cause The Italian stemmer implementation doesn't fully match the official Snowball algorithm...
## Issue The German stemmer vocabulary tests are failing with mismatches between expected and actual output. ## Root Cause The German stemmer implementation doesn't fully match the official Snowball algorithm...
## Issue The Finnish stemmer vocabulary tests are failing with many mismatches between expected and actual output. ## Examples - `aallokko` expected: `aalloko`, got: `aallok` - `aaltonen` expected: `aalton`, got:...