Neeraj Jain

Results 5 issues of Neeraj Jain

Git Clone link provided in README doesn't work, Should it be `git clone https://github.com/start-angular/SB-Admin-BS4-Angular-6` as Angular 6 link work fine.

After fixing issue #89, I ended up in this problem. **Permission Denied** My EmbeddedElastic configuration is : ``` @BeforeClass public static void setup() { final EmbeddedElastic embeddedElastic = EmbeddedElastic.builder() .withElasticVersion("6.6.0")...

I added specified pom in the ReadMe as follows ``` pl.allegro.tech embedded-elasticsearch 2.7.0 test ``` And when i ran my integration test, it started failing with the following exception trace...

**Describe the bug** Clear terminal shortcut isn't working What it does: Clear the terminal Mac hotkey: CMD+L Linux hotkey: Ctr+L But isn't working **Expected behavior** It should clean up the...

bug

I tried ``` UniversalDetector detector = new UniversalDetector(); FileInputStream fis = new FileInputStream(file); byte[] buf = new byte[4096]; int nread; while ((nread = fis.read(buf)) > 0 && !detector.isDone()) { detector.handleData(buf,...