-
@Ptico,
I think we should:
- [x] merge #20 as it's backward compatible.
- [x] Update README.md encouraging people to migrate to Dry::Inflector
- [ ] Release it under 1.1.0, updating the minor ve…
-
The method `String getPluralForm(String word)` in class `com.sun.codemodel.JJavaName` uses case _insensitive_ patterns to map singular words to their plural form. Because of this, the plural of `Child…
-
### Description
Mock implementation feature is not working as expected when using a [swagger definition](https://petstore.swagger.io/v2/swagger.json) as the OpenAPI URL. Refer to the reproducing step…
-
Hi,
A guide would be helpful:
* `camelize(s)` = `Strings:Case.pascalcase(s)`
* `camelize(s, :lower)` = `Strings::Case.camelcase(s)`
* `classify(s)` = `Strings::Case.pascalcase(Strings::Inflec…
sshaw updated
3 years ago
-
When I try to add Biggy.Core to a blank Windows Phone 8.1 project using nuget, I get the following error:
```
PM> install-package biggy.core
Attempting to resolve dependency 'Inflector (≥ 1.0.0.0)'.
…
-
Using [gensim](https://radimrehurek.com/gensim/models/word2vec.html) to build a word2Vec model based on over 1300 French texts from the nineteenth century, I am writing code that takes a pair of words…
-
After runnung - "mvn package jetty:run" - I get error "file not found openapi-inflector.yaml in main/java/resources". I duplicated, renamed, and placed inflector.yaml into this directory. So the appl…
-
I have an unmet dependency with EDA 2.0.0 and ember-data 2.12.2. This is output of npm:
![screenshot from 2017-12-26 10-43-30](https://user-images.githubusercontent.com/1711687/34357903-bc12f3fe-ea…
-
Em projetoaline\config\initializers, pôr os inflectors certos para que a nossa pluralização esteja funcionando 100% !! Quando executei o db:migrate, ele criou "questãos"
-
### Complete Description of Issue
I cant make "status".singularize to return "status" and not "statu"
Problem is that it should stay the same, but built in rule found in `Sequel.inflections.sing…