-
Using Laravel for this, but it uses Inflector under the hood.
```
> Str::plural('addendum')
= "addendums" // should be `addenda`
> Str::singular('addenda') …
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 2.17.2
#### Summary
QueryBuilder ignores indexBy argument and returns the result set index…
-
Hi!
I've been working on an Ember Project (EmberCLI 1.13.8, Ember 2.0, Ember Data 2.0), and I've created a model 'gas'.
When using ember-data to query the store. `this.store.query('gas')` the url th…
-
I recently encountered [an issue](https://github.com/laravel/framework/pull/32734#issuecomment-630789949) where fixes to pluralization rules of `doctrine/inflector` in a non-major package upgrade brok…
-
Singularization of `foo_data` returns `foo_datum`
Even if _datum_ can be considered to be the singular form of _data_, I think in the case of the lib use it can be quite confusing. Singularization …
-
As per Rust [RFC430](https://github.com/rust-lang/rfcs/blob/master/text/0430-finalizing-naming-conventions.md)
FIELD_NAMING_CONVENTION should be snake case
```patch
From f0e1a04cb88bd7ffcb66b80dd…
-
After updating to Neo4jrb 6.0.4 I get the following:
``` ruby
class Group
include Neo4j::ActiveNode
include Neo4j::Timestamps # will give model created_at and updated_at timestamps
property :…
danpe updated
8 years ago
-
Using Windows 10 and Python 3.7:
```
C:\Temp>pip3 install CodeIntel
Collecting CodeIntel
Using cached https://files.pythonhosted.org/packages/0a/24/141db0d6c64453e6848849979b9c527d3547ad155267…
-
Using an `IHasManyConvention` convention as follows, I can almost generate the correct mapping. However, I can't remove the `one-to-many` element.
```
instance.AsSet();
var tableName = Inflector.Infl…
-
I propose
> src/Inflector/LocalizedInflector.php
> src/Inflector/InflectorDe.php
etc as e.g. normal inflection (default cake core) of `Any-Latin; Latin-ASCII; [\u0080-\u7fff] remove` is invalid…