Stephan Leibelt

Results 10 comments of Stephan Leibelt

@jazzytomato For me it also doesn't work with bullet > 5.6 ``` ruby 2.5 rails (4.2.11.1) ```

One additional thought on this: From my point of view it would be very helpful to set the wrapper mapping per form wrapper. If you have multiple form wrappers defined...

Passing a client certificate and key should work like this (if using `useElectronNet: false` is an option): ```js import { Agent } from 'https' const cert = await fs.promises.readFile('path/to/cert.cert') const...

I have a similar issue on ubuntu 18.04. The rubymine console log looks like this: ``` path of powerstation is /home/stephan/.RubyMine2018.1/config/plugins/ snapshot name is :powerstation-1.4-SNAPSHOT.jar command is [chmod, +x, single_action.sh]...

It happens on both single action and whole application. I think the problem is that my plugins/static-analyzer directory doesn't exist. If the plugin was installed correctly in this directory there...

Yeah I followed the instructions. But I figured out that the gems were installed for another ruby version since I'm using rvm. I know tried this and get another error:...

Thanks for the suggestion. The jar command ran successfully without any output and created the static-analyzer directory in my plugins directory. I then tried the snapshot 1.5 and it creates...

I have the same issue using reform 2.3.0rc1 and reform-rails 0.2.0rc2 on Rails 5.2.1. The separate `validates` also works just fine.

I just tested it with the same reform and reform-rails version for a Rails 4.2.10 app and there the problem does not occur.

What do you think? @joeldrapper