-
At the beginning, thanks for a great work to make REPL bit more civilized.
Now, a word about the completion system. To be honest I find it a bit awkward rather than helpful. Hitting a tab opens men…
-
When we don't have a `environment.properties` file, VRaptor latest version is logging:
```
WARN [http-bio-8080-exec-1] (DefaultEnvironment.java:103) - Could not find the file environment.properties t…
-
Im using windows 10 and eclipse 4.7.3a.
My site loads fine and all the tabs on the nav bar work perfectly but when one of the student or instructor login buttons is clicked I get a page not found e…
-
Recently I came upon an article [The Basics of Node.js Streams](https://www.sitepoint.com/basics-node-js-streams/). In **Reading From Streams** section there is a line:
> When you are reading data fr…
-
```
function writeMethodOne() {
var stream = fs.createWriteStream(`/tmp/data.json`, {highWaterMark: Math.pow(2,16)});
console.time('loop');
stream.write('[\n');
for (var i = 0; i < …
-
I wrote some time ago with issues i had in Netbeans projects. Now i am trying to switch my project to Maven.
Project wont' build with 1.0.0-RC16-SNAPSHOT dependency.
If i try to add RC15 which …
-
Hey folks,
I'm trying to contribute some recipes and have several issues setting things up. I followed the instructions [here](https://bioconda.github.io/contribute-a-recipe.html) and was unable to…
-
Using Windows 10 Command Prompt, a LineReader that gets a multi-line prompt works fine unless the window is resized. On window resize the prompt and the input become separated. This does not happen w…
-
Write benchmarks
-
I wanted to preview some changes I made before sending them as a pull request, but `sbt run` gave:
``` text
java.lang.ExceptionInInitializerError
at nescala.Server$.main(server.scala:11)
at n…