Matthias Kittsteiner
Matthias Kittsteiner
Would look like this: ``` franc -a "Das ist ein Test" src 1 deu 0.9825403753819293 est 0.8485377564382366 glg 0.7952859013531209 fin 0.7206460061108686 tzm 0.6983849847228285 nld 0.6975120034919249 por 0.6900916630292449 nds 0.6700130947184635 ind...
It is more flexible since you don’t need to manage a list of languages and test only against them but you simply need to set a threshold. This would also...
A list of languages you want is completely different from languages franc should be able to detect. At least in my point of view. I don't know how franc behaves...
The same problem applies to _all_ blocks in the widget area.
Still relevant.
Still relevant.
Using `getEntityRecord`, I just get a single role returned, even though the user has multiple roles. Changing the API output to an array of objects and use `getEntityRecords` again also...
Okay, after some more investigation, it seems there was a breaking change and `getEntityRecords` now explicitly requires having an `id` property for each value in the returned objects. This works:...
The API consists of these files: https://gist.github.com/MatzeKitt/e657d1a28a4291ddc48dd394df76b7de https://gist.github.com/MatzeKitt/fe0befa4b4ba5d73247e4d21ef79e3ab This is the current working example with ID. The original has a slightly different `get_value` method in the `User_Api` class: ```php /**...
Yeah, it definitely worked before. But if it was never intended to work that way, I’m totally fine with it not being changed again. I now know what I did...