Hubert Grzeskowiak

Results 19 issues of Hubert Grzeskowiak

https://github.com/square/okhttp/tree/master/mockwebserver-junit5 says to use this dependency: ``` testRuntimeOnly("com.squareup.okhttp3:mockwebserver3-junit5:4.9.1") ``` but the library does not show up on https://mvnrepository.com/artifact/com.squareup.okhttp3/mockwebserver3-junit5. Maven Central only has the alpha version 5.0.0-alpha.2. Related: https://github.com/square/okhttp/issues/6769

bug

According to https://mvnrepository.com/artifact/com.squareup.okhttp3/mockwebserver/4.9.1 the package is "Deprecated", but according to the Readme within this repo, it's the newest version. Did somebody maybe wrongly label it as Deprecated? Related https://github.com/square/okhttp/issues/6770

bug

Flask does only rudimentary JSON deserialisation to primitives or dictionaries. With named types defined in the swagger spec (object declarations) we could deserialise the dicts to custom DTO classes (which...

enhancement

The guide tells to "Make sure you have a tslint.json file next to sonar-project.properties, or specify its path using the sonar.ts.tslintconfigpath setting". Where do I find or get that file...

documentation

## Overview of the issue ``` ❯ khipster jdl --incremental-changelog --reproducible --skip-git --dto-suffix Dto --pk-type uuid jhipster-model.jdl INFO! Using KHipster version installed locally in current project's node_modules INFO! No custom...

I am building an app using [Nx](https://nx.dev) for modularisation. With the default Webpack 5 config for Node I get an error: ``` /Users/hgrzeskowiak/hugo-game/fresh-nx-geckos/nx-geckos-test/dist/apps/geckos-server-app/main.js:8 module.exports = require("@geckos.io/server"); ^ Error [ERR_REQUIRE_ESM]: require()...

In case of errors, most APIs will return an error JSON object describing details of what happened. How would you go about getting that? My attempt looks very clunky (slightly...

At the moment, the main loop consists of the `animationFrame` function that seems to always delay the next frame by a static number of milliseconds. By default this is around...

Every time I press the button "Sign in with GitHub" I get an error page and land on http://ngmodules.org/auth/failure?message=invalid_credentials&origin=https%3A%2F%2Fngmodules.org%2Fmodules%2Fangular-util-autoGrow&strategy=github When I'm already logged in to GH, the error page appears...

In many dynamic applications the link targets change with query params because of session IDs, JavaScript, search params etc. I think, in most cases it would be better to locate...