-
**API Platform version(s) affected**: 4.0.10
**Description**
After upgrading to Api-Platform 4 which remove the deprecated `keep_legacy_inflector` configuration, the legacy inflector is used…
-
Overhaul inflection so that it deals with BakedString vs RawString. BakedString.append(...) etc. Prevent thing being cooked twice - no biscuits.
One of these options:
```ts
/**
* TypeScript hack: u…
-
We have introduced https://github.com/yiisoft/strings/blob/master/src/CombinedRegexp.php that helps with a loop of regexps.
There are some places to apply `CombinedRegexp`:
- https://github.com/yiis…
-
`normalizedRequestAttrs` fails to figure out the model name, when custom inflector is used:
```js
Inflector.inflector.uncountable('settings');
```
```js
server.patch('/settings/:id', function…
-
Ember 2.17 adds a deprecation warning for Ember.Inflector. Instead, projects should favor import Inflector from 'ember-inflector'.
-
Swagger Codegen with -l inflector option generating code with incorrect pom.xml file.
1) it is using swagger-inflector version 1.0.0-SNAPSHOT, which is not in the maven repo. it should be changed to 1…
-
https://github.com/rails/rails/blob/main/activesupport/test/inflector_test_cases.rb
-
Hello there,
I have these rules (among others) in my app.
``` javascript
inflector.irregular('arma-branca', 'armas-brancas');
inflector.irregular('acessorio-arma-branca', 'acessorios-armas-brancas')…
-
this involves me figuring out how interproject dependencies work
-
**API Platform version(s) affected**: v3.2.3
**Description**
Below a (slimmed down) example of our entity and ApiPlatform resource and filter definition:
```php