Sorin Sbarnea

Results 496 issues of Sorin Sbarnea

This seems to be a regression introduced by `v0.32.1` release which affects people using markdown comments as [recommended here](https://stackoverflow.com/a/20885980/99834), which is hugely popular, with almost 2k upvotes. We used the...

enhancement
fixed in next

It seems that we have this piece of code inside style.css which is wrong: ``` .timestamp { background-color: white; ``` If this is commented the console will look fine.

It seems that is not possible to use `git-good-commit` alongside `git-review` (gerrit) because both are installing the same hook: `commit-msg`. We need to find a working solution for this so...

Support for semantic commits seems to be easy to implement. See https://seesparkbox.com/foundry/semantic_commit_messages

`Sem-Ver` is a way to add meta-data information about commit types that is growing more and more popularity. A project using adopting `Sem-Ver` in comments, would be able to: *...

It think it would be much better to use `~/.config/git` location instead of creating a new folder inside the user home directory, even if it is a hidden one. That...

On MacOS when I enabed concurrent mode I got `too many open files` error even on a relative small blog. ``` panic: open public/categories/tools/page/1/index.xml/index.html: too many open files goroutine 2641...

bug
concurrency

@jorisroovers Based on your call for help, I raised this ticket. I think we all could use a good git message linter and I am willing to help. I had...

discussion
development

SPDY reporting as disabled with Chrome 36.0.1985.125 on OS X I tried even with google.com and other sites that I do know to be working (Firefox with similar extension is...

The last test is currently broken and I am not sure why: ``` TASK [test append to top level] ********************************************************************************************************************************************************************************** An exception occurred during task execution. To see the full...

bug
help wanted