Bob van der Linden

Results 21 issues of Bob van der Linden

I expected the following to run: ``` await Deno.mkdir("example"); ``` But on Deno Deploy I get the following: ``` TypeError: Deno.mkdir is not a function at file:///src/server/index.ts:1:12 ``` Whereas running...

It seemed useful to have a library with all proguard rules in there, so that the library can be added to any project, instead of copying individual proguard files. This...

After upgrading rxjava to 1.1.1, the original proguard rules did not work anymore. This resulted in runtime exceptions including `java.lang.NoSuchFieldException: producerIndex` ([more info](https://github.com/ReactiveX/RxJava/issues/3097)). I now used the proguard rules from...

I use NixOS on my laptop and use that laptop to deploy machine configurations to my servers. For experimentation purposes I used nixpkgs unstable channel for my laptop. Later I...

The docs did not describe the precedence and defaults of priority of stubs. I found that the default for priority is 5: https://github.com/wiremock/wiremock/blob/60e9e858068548786af4a1a434b52fd1376c4d43/src/main/java/com/github/tomakehurst/wiremock/stubbing/StubMapping.java#L37 The code example seemed to indicate that...

When converting a swagger_1 spec to swagger_2, unrelated tags are being added in addition to the tags that are defined in the swagger_1 specification. I cannot find a way to...

I'm trying to use napalm inside my flake.nix. However I cannot understand how overlays are supposed to work this way. I kind of expected a lib function. The readme only...

**Is your feature request related to a problem? Please describe.** Currently it is possible to add modules from the [extra/](https://github.com/numtide/devshell/tree/master/extra) directory using: ``` imports = ["locale"] ``` which corresponds to...

enhancement

Currently swagger-converter sorts all keys to make sure the output is deterministic. In some cases, the order of properties matters. For instance a model that understandably mentions id and name...

### Description I have a very strange issue. I'm not sure whether nix-zsh-completion is at fault here, I expect something else on my system is causing problems, but I have...