Vladislav Bauer
Vladislav Bauer
I have the same problem: ``` TypeError: Cannot read property 'slice' of null at /usr/local/lib/node_modules/git-commander/node_modules/blessed/lib/program.js:2543:35 at Array.forEach () at Program._attr (/usr/local/lib/node_modules/git-commander/node_modules/blessed/lib/program.js:2542:11) at Box.Element._parseTags (/usr/local/lib/node_modules/git-commander/node_modules/blessed/lib/widgets/element.js:498:26) at Box.Element.parseContent (/usr/local/lib/node_modules/git-commander/node_modules/blessed/lib/widgets/element.js:393:22) at Box. (/usr/local/lib/node_modules/git-commander/node_modules/blessed/lib/widgets/element.js:184:10)...
Hi @DannyTsegai, Old version of site used Github API to retrieve information about project contributors. New site does not located on Github and I can not use API in this...
Hi @aradomski, I was thinking about it, but we have not got too much projects now, so we can just split category on few. Maybe it will be implemented in...
@jvmlet Hello. It is possible to use `ProcessorContextHolder#getProcessingEnvironment()` or `ProcessorContextHolder#getContext()` in any code generator to have access to ProcessingEnvironment API. Is it ok for you?
No, for what purpose? I think prefixes are generally used in languages like C or C++, but not in Java.
I have been developing on Java for 10 years and do not know a lot of projects with prefixes. Usually IDEs (or syntax highlighters) use different font styles and colors...
I need to think about this feature, maybe it could sense for some developers.
@vpn Could you please run manet with debug logging level (it will provide some additional information)? Ex: ``` manet --level=debug ```
@vanrzuf Hello, could you provide some URL which I can test? I've just checked to capture JPG from https://github.com/vbauer/manet and everything looked fine (`http://localhost:8891/?url=https%3A%2F%2Fgithub.com%2Fvbauer%2Fmanet&images=false`).
I've got the following results: **PhantomJS** (http://localhost:8891/?url=http%3A%2F%2Fwhos.amung.us&images=false&engine=phantomjs):  **SlimerJS** (`http://localhost:8891/?url=http%3A%2F%2Fwhos.amung.us&images=false&engine=slimerjs`):  Are they wrong?