Results 26 issues of Raghu

So with recent nightlies (last 1 week+), the browser extension does not transform documents all the time and behavior is erratic. Opening a *.adoc file just shows the text in...

🦊 Firefox

So I'm trying out your lib for building a fuzzy file matcher... input is 1000 filenames... I built a small python client that calls the server. The first time, the...

## Issue On gitlab.com and jenkins 2.121.1 and Gitlab plugin 1.5.8 For my multibranch pipeline project, I'd like branches to be triggered on push to gitlab. If I navigate to...

bug

I'm doing a quick test with internal bitbucket server and VS 2015 loads symbol but will not pull down the source. I'm testing on the same machine that I built...

So, things don't work on http://asciidoclive.com. It makes use of the ace editor and while one can edit in the buffer, there are errors thrown in the console. FWIW, I...

Crashes on startup most of the times. Fresh installation on manjaro. I've seen it work once in a while - usually just the first time - so my guess is...

fixes #87 docker can use `--tmpfs` option can always find the name of actual temp file by created date. Providing options for stuff like this seems messy

I just gave this a shot and I have to say that it's very neat. Kudos! I have some feedback though 1. Add a setting for `ProjectTemplates.ignore` - files and...

### Description Setting multiple items in DefineConstants is getting mangled. None of the following work: ``` // semi colon ("DefineConstants", "ENABLE_SAMPLE_SVC;PREPRODUCTION_ENV") :: defaultProps // value ("DefineConstants", "ENABLE_SAMPLE_SVC=;PREPRODUCTION_ENV=;") :: defaultProps //...