Jason Pickens
Jason Pickens
I have inherited a project that uses OrientDB and it has some settings which I am trying to reason about. We currently have: ``` -Dmemory.chunk.size=104857600 \ -Dstorage.diskCache.bufferSize=350 \ -Dstorage.diskCache.pinnedPages=50 \...
Fixes #851
[sbt-site](https://github.com/sbt/sbt-site) uses `RunnableServer` for its `previewAuto` task. The problem is that it does not exit when pressing a key (https://github.com/sbt/sbt-site/issues/168). One issue is that in sbt `System.in.available()` always returns `0`...
### Lagom Version (1.2.x / 1.3.x / etc) 1.4.6 ### API (Scala / Java / Neither / Both) Scala 2.12.6 ### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows...
Fixes #1725
protobuf.js version: 6.10.2 ``` syntax = "proto3"; import "no/such/file.proto"; message Something { ImportedType field = 1; } ``` ```js root.loadSync("missing-import.proto") ``` This should throw an error if `"no/such/file.proto"` does not...
Fixes #1715
protobuf.js version: 6.11.2 Parsing this: ``` option (mo_rep_msg) = { rep_value: [ ] }; ``` Fails with: ``` Error: illegal value ']' (tests/data/options_test.proto, line 82) at illegal (/Users/jason/src/protobuf.js/src/parse.js:96:16) at readValue...
**To Reproduce** Steps to reproduce the behavior: 1. Run `make all` 3. Open `runMacOSVirtualbox.log` 4. See error **Expected behavior** The ISO should be created. **Additional context** - [runMacOSVirtualbox.log](https://github.com/AlexanderWillner/runMacOSinVirtualBox/files/3399453/runMacOSVirtualbox.log) I have...
# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...