-
Not an issue, this time, just a 2 questions:
1. in "media-suite_compile.sh"
sed -ri "s/ ?--(target-os|prefix|bindir|extra-(cflags|libs))=(\S+|'[^']+')//g" config.h
What stands the backquoted S (\S…
-
File names sometimes contain information which is sometimes not useful when displayed in a playlist.
Things like CRC values, audio or video info, encoder name or group, packaging type or even the name…
-
Looks that the variations appear nearly randomly as A B C ....
for example in this file:
https://gokibitz.com/kifu/VJdTzp84
The variations position appear not at the right node
-
The language matcher in OSMUtils.java only handles the alpha-2 code of ISO 639-1:
```
private static final Pattern NAME_LANGUAGE_PATTERN = Pattern.compile("(name)(:)([a-z]{2})");
```
However, I've f…
-
Hello.
At grid column definition, when I put a name with accent, like Descripción, it capitalizes the last letter.
columnDefs: [
{ name:'Descripción', field: 'first-name' },
{ na…
-
Hello,
Blaze http://blaze.pydata.org/ is very efficient when you want to connect to a database and
want to retrieve data from a very long table.
It will be nice if `gtabview` (and maybe `tabview` al…
-
markup like this will make Chrome stall and Firefox (36. 28 did fine for some reason), report a unresponsive script:
``` textile
"link text (with parens).":http://example.com/
```
FF says the error …
-
I've tested your library with a table containing numbers. It seems that numbers are sorted as string values rather than actual number values.
E.g. in an array of values [ 3, 27, 31, ... ], the value …
-
When specifying coordinates in TikZ, we must make sure that they are NOT specified in scientific form (e.g. `1.23e4`). I get this kind of error in test `13` of the ACID test (run in R2014a) where
```…
-
Your tool is great! I created few regexp, but to keep reference to them I have to add links to them in my private document. I would be so great to log in on website and manage created regular expressi…