Robert Kruszewski

Results 45 issues of Robert Kruszewski

**Describe the bug** If you run webpack-cli with NODE_PATH (and not with node_modules in local directory) you end up with request to install dependencies even though everything is properly configured,...

Bug

Gradle recently switched their repo from using `./gradlew idea` to using native intellij import. In order to do this we need to make sure we work fine with project per...

request

## What happened? Run `./gradlew idea` in a project and after opening in intellij you see popup about your codestyle settings being migrated to [new format](https://confluence.jetbrains.com/display/IDEADEV/New+project+code+style+settings+format+in+2017.3) ## What did you...

bug
request

if you do ``` allprojects { version gitVersion() } ``` you will compute version for every subproject even though they're in the same repo. This increases the runtime by around...

## What happened? You have to provide ceritifcate and private key in one file. ## What did you want to happen? We should support standard way of providing ceritifcates and...

I noticed that this is not implemented but there doesn't seem to be clear reason why it's not as you translate EqualNullSafe into a sql expression

## What happened? ``` Caused by: org.gradle.api.InvalidUserDataException: Cannot change dependencies of dependency configuration ':test-api:testImplementation' after it has been included in dependency resolution. at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.preventIllegalMutation(DefaultConfiguration.java:1446) at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.validateMutation(DefaultConfiguration.java:1405) at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.lambda$validateMutationType$1(DefaultConfiguration.java:332) at org.gradle.internal.ImmutableActionSet$SingletonSet.execute(ImmutableActionSet.java:225)...

I know this is necessary to fit into avro file format. However, the way it's done currently leads to information loss and requires callers to encode the type conversions avro...

## What happened? Current conjure-typescript is tied to libdom by relying on Fetch, ReadableStream and Blob. As a result it's hard to use conjure-typescript in environments that don't have DOM...

## What happened? I had forked generated undertow handlers to add metrics dependent on request body. Currently you can modify your service by wrapping your service definition or wrapping the...