Gediminas Rimša

Results 27 issues of Gediminas Rimša

We observed this after upgrading `apisauce` from `1.1.2` to `2.1.5` We had code similar to `apisauceInstance.post('some-url', null, configObject)` which then resulted in a `null` (as a four-letter string) being sent...

Context: We are taking a 3D model of a residential building's roof faces and doing a union of all of them to end up with the building's outline. For example,...

type-question

I encountered something I did not expect while using `DouglasPeuckerSimplifier` (disclaimer: I only have basic experience with JTS library or GIS in general). Input polygon: `POLYGON ((15.115084617721836 8.70727443584788, 15.115091626386706 8.707267302923066,...

type-question

(Not sure if this is a bug or just me using JTS in an unsupported way) The need: union ~5-20 polygons that may be (slightly) overlapping My current implementation uses...

type-bug
jts-core-overlay

1. Newman Version (can be found via `newman -v`): `5.2.2` 2. OS details (type, version, and architecture): `Linux 4.4.0-1118-aws #132-Ubuntu SMP Fri Nov 13 18:22:45 UTC 2020 x86_64 x86_64 x86_64...

bug
product/newman

## Question ### The original problem `logback-access` has a feature that helps avoid polluting access logs with binary file content. This works OK for response bodies with `image/*` content type....

type:enhancement

Breaking change. Changes: * Added `getClassDependenciesFrom/ToThisPackage` * Renamed `getClassDependenciesFrom/ToSelf` to `getClassDependenciesFrom/ToThisPackageAndSubpackages` * Added `getPackageDependenciesFrom/ToThisPackage` * Renamed `getPackageDependenciesFrom/ToSelf` to `getPackageDependenciesFrom/ToThisPackageAndSubpackages` Resolves: #919

breaking change

In `JavaPacakge`: - `getPackageDependenciesFromSelf` collects packages of classes returned by `getClassDependenciesFromSelf` - `getClassDependenciesFromSelf` collects dependencies originating from classes returned by `getAllClasses` - `getAllClasses` collects classes from both the current package...

I ran into an issue that seems to be a combination of two factors: 1. In my GitHub Action I have to depend on a `master` version, because depending on...

Documentation-only change. `resultImage` was undefined where it was used.