-
```
>>> p.number_to_words('11 11')
'one thousand, one hundred and eleven'
>>> p.ordinal(11)
'11th'
>>> p.ordinal('11 ')
'11 th'
>>> p.ordinal('11 ')
'11 th'
>>> p.ordinal('11 11')
Traceback (most re…
-
Hello there,
see subject. There's commas missing at the end of the three lines setting the positionClass attribute.
You also might consider my variant of handling the attribute. I'm eliminating …
-
**Describe the bug**
`fitnesse.slim.converters.ListConverterHelper::fromStringToArrayOfStrings` for list of strings that contain comma aren't handled properly and result in a bad array.
**To Repro…
-
According to documentation, there is two notations for type declaration:
- multiple inheritance notation, wrapped with `[]` brackets
- general notation (does not wrapped with `[]` brackets, but may…
-
I was looking over big diffs of some turtle files serialized by rdflib.js and for almost all the file the diffs were small and only where the data had changed. But occasionally where there were three …
timbl updated
8 years ago
-
CBM DOS allows multiple dir masks, separated by commas.
If three files TEST, TEST1 and TEST10 would exist, LOAD"$:TEST1?,TEST" would give TEST and TEST10, but not TEST1.
Beyond that, CMD and sd2ie…
-
[From Abel](https://discord.com/channels/867746700390563850/1250605358947237908/1250605376714309672):
We found that some links for ta articles or tw articles are not being replaced when they are in…
-
**Is your feature request related to a problem? Please describe.**
I use the keyboard shortcuts for previous character (B), next character (M) and next word (N). They are very convenient. The probl…
-
I would suggest three possible improvements regarding attributes syntax: the first is about commas, and the last two are about naming.
Consider this table:
```
[options="autowidth, header" role…
-
I've done some testing and thought I would leave this issue here.
First, this is from the International System of Units spec concerning separating digits with spaces (emphasis mine):
"The prac…