Ladislav Prskavec
Ladislav Prskavec
@klokane opened apiaryio/snowcrash#331 there should be added _warning_ about empty `sample` ``` md # # Data Structures ## User (object) - a (array) - sample ```
@Almad opened apiaryio/snowcrash#334 Warnings are confusing if method name is not written all-CAPS and therefore not recognised. Snowcrash should recognise the line (be case-insensitive) and issue a warning. Fore more...
@jonatron opened apiaryio/snowcrash#370 I had a non breaking space (0xA0) in my apib file after a # in a heading, and it was very hard to find out that it...
@kylef opened apiaryio/snowcrash#378 Given the following example: ``` apib ## Data Structures ### datetime (string) An ISO8601 formatted date. #### Sample 2015-10-15T13:21:09Z ``` Where we have a sample value of...
@bobdercole opened apiaryio/snowcrash#399 Hello, I am using [API Blueprint Sublime Text Plugin](https://github.com/apiaryio/api-blueprint-sublime-plugin) and [Aglio](https://github.com/danielgtaylor/aglio). I'm having a common issue which I've narrowed down to Snowcrash's URI template parser. The parser...
@goganchic opened apiaryio/snowcrash#438 Recently I've found such test https://github.com/apiaryio/snowcrash/blob/master/test/test-ResourceGroupParser.cc#L103-L133 It tries to process such apib with resource group parser: ```apib # Group ## /r1 p1 ## /r2 p2 ``` This...
I try compile extension but have this error and i don't know how fix it. Thx for help → make /bin/bash /home/prskavecl/Sites/php-git/src/libtool --mode=compile cc -I. -I/home/prskavecl/Sites/php-git/src -DPHP_ATOM_INC -I/home/prskavecl/Sites/php-git/src/include -I/home/prskavecl/Sites/php-git/src/main -I/home/prskavecl/Sites/php-git/src...
I have job with HipChat notification and send me notification ok. But in promotion job log is ok: ``` build jenkins.plugins.hipchat.HipChatNotifier@133c7ae SUCCESS ``` but message not arrived. In catalina.out missing...