-
The remainder operation is defined as
```chapel
remainder(x, y, mode) = x - rounded(x / y, mode) * y (1)
```
where rounded returns the rounded result of the division (x / y) and mod…
-
here are the short codes for both the libraries
`lang_detect_languages = ['af','ar','bg','bn','ca','cs','cy','da','de','el','en','es','et','fa','fi','fr','gu','he','hi','hr','hu','id','it','ja','kn',…
-
### Description
Hi!
The current handling of strings with multiple plural forms by mapping them to key-value pairs in ini file is incorrect. It allows using only two plural forms like in English (s…
-
In many languages it is common to use unicode characters in code, for example for operators or variable names. Writing these on popular keyboard layouts like qwertz or azerty is not easily possible. T…
-
One of the challenges in search is recall of an item with a common typing variant. These cases can be as simple as lower/upper case in most languages, accented characters, or more complex morphologic…
-
as a follow-up to #62:
- XLIFF support
- fallbacks?
- mappings (territories to country, country to languages, country to timezones, ...)
- Need some method to format time spans (probably stored as mil…
-
Copy of my comment [here](https://github.com/OpenAPITools/openapi-generator/issues/5909#issuecomment-628114058) on issue #5909
```python
OPENAPI_GENERATOR_VERSION=4.3.1 ./openapi-generator-cli.sh…
-
There is an informative reference to [XMLSCHEMA11-2], which causes indirection for what defines a "token list" and other values (section 6.2.4 Value).
If XMLSCHEMA goes away, then "A. Mapping WAI-…
-
If I add the following at the bottom of a autopkg file, I get a null reference exception:
```
[vc12] {
//AfterBuild {
// .Message { Text = "ROOT is only built against MSVC C++ re…
-
@kenwenzel The README says
> Planned: support quantities and units (QUDT and others)
Please first consider https://github.com/w3c/sparql-dev/issues/129