-
When I instantiate a new `Tempfile` with JRuby 1.7.20, fakefs does not seem to create a new file in the fake filesystem.
Current result with JRuby+fakefs:
``` ruby
require 'fakefs'
FileUtils.mkdir_…
-
In my `project.clj` I have specified the following config:
```
:sass {:src "dev-resources/styles/auth"
:dst "resources/auth-ui/dist/styles"
:gem-version "3.2.19"}
```
And now lei…
-
Running this plugin with LS `6.x` results in the following error being logged for seemingly every event:
```sh
Thread.exclusive is deprecated, use Mutex
/Users/brownbear/src/logstash/vendor/bundl…
-
In our logstash configuration we have a block where - in certain conditions - events are sent to stdout using this configuration:
```
stdout {
codec => rubydebug
}
```
After the upgrade to…
olafz updated
6 years ago
-
Reported in https://github.com/rubocop/rubocop/discussions/13294
## Expected behavior
```yml
AllCops:
NewCops: enable
Style/FormatString:
Enabled: false
Style/SymbolProc:
Enabled…
-
### Environment
* JRuby 9.1.17.0
* macOS High Sierra 10.13.6 (17G65)
* Java 1.8.0_121
* `rails` 5.1.6
* `ice_nine` 0.11.2
* `parallel` 1.12.1
### Background
A large configuration data st…
-
when using ipv6 I get an error when starting logstash
> [2019-03-04T09:18:57,606][ERROR][logstash.pipeline ] Error registering plugin {:pipeline_id=>"main", :plugin=>"\"elasticsearch_input_i…
-
## License Policy Violation detected in jnr-posix-3.1.17.jar
Library - jnr-posix-3.1.17.jar
Common cross-project/cross-platform POSIX APIs
Path to dependency file: /pom.xml
Path to library: /home/ws…
-
### Environment
Provide at least:
* JRuby version (`jruby -v`) and command line (flags, JRUBY_OPTS, etc)
> jruby 1.7.27 (1.9.3p551) 2017-05-11 8cdb01a on Java HotSpot(TM) 64-Bit Server VM 1.8.0…
-
In my application, I'm converting docs based on streams, and not necessarily files.
Attempt to use a convert function with reader/writer API:
```java
Writer it = new StringWriter()
doctor.conv…