Martin Sander

Results 9 issues of Martin Sander

``` params do optional :foos, :type => Array do required :bar, :type => String end end ``` and then POSTing something like this: ``` { "foos": [{}] } ``` Does...

bug?

I am not sure if this is correct, but it seems to me that the rake task does not work if users are using a custom class (especially if the...

Problem: If a lot of commits are pushed to different repos that all have the hook installed, the bitbucket log may contain entries like the following one. Here the request...

I was trying to install https://github.com/vikingco/cabot-alert-victorops. I followed the steps outlined in the Readme (adapted to the container): 1. Enter the cabot virtual environment. 2. Run pip install cabot-alert-victorops (in...

WIP as it contains a few FIXMEs that need to be addressed (especially error handling). Uploaded anyway as a basis for discussion.

On OpenBSD, with both node v16.14.2 and v12.22.6, webpack does not recompile when files are changed. It used to work when chokidar was used for file watching, i.e. before watchpack...

Spring 2.0.2 on OpenBSD (which might be the cause of us seeing the race condition due to its slowness). ```ruby vendor/bundle/ruby/2.3/gems/spring-2.0.2/lib/spring/client/run.rb:26:in `initialize': Connection refused - connect(2) for /var/run/spring/103b87e8a42dc3cc7a9ec24c7d7e65f1 (Errno::ECONNREFUSED) from...

After installing the plugin, IntelliJ fails to start. It just hangs on the start screen. Can I debug that somehow?

When pyang is user-installed (i.e. into .local/), PYANG_XSLT_DIR and PYANG_RNG_LIBDIR would have to be specified. With this, they are looked up relative to the yang2dsl script. When running from a...