Furer Alexander

Results 58 issues of Furer Alexander

Would be nice to auto-refresh the preview window once `puml` file changes.

Is parametrized lambda supported ? Looking for something like below : ``` {{myLambda [param1='val1',param2=2]}} inner {{\myLambda}} ```

We are migrating our project from `nebula-release-plugin:13.0.0` to `16.0.0` and `gradle 7.2` Previous branch based on nebula release `13.0.0` and `gradle 6.8` runs just fine, but with `16.0.0` we are...

Hello We have Spring MVC RestEndpoint that returns `ResponseEntity` : ````java @PutMapping(value = "/path", produces = MediaType.TEXT_PLAIN_VALUE) public ResponseEntity method(){ return ResponseEntity.ok() .contentType(MediaType.TEXT_PLAIN) .body("Some String Value")); } ```` When invoking...

enhancement

Is it possible to configure Bogus to generate amorphic data container according to dynamic schema ? I'm discovering arbitrary DB table and have `System.Data.DataColumn[]` as the discovered schema. From this...

question

We have POCOs with the same type name in different namespaces. Adding `-p` fixes the ambiguous reference, but generates enum mapping like ``` Mapster.Utils.Enum.Parse(Mapster.Utils.Enum.ToString()), ``` that fails to compile with...

To reproduce : ````c# TypeAdapterConfig.GlobalSettings.RequireExplicitMapping = true; class B{ public int id; } [Mapper] public interface IDemoMapping { B Map(B b); } ````

````c# [Mapper] public interface IMyMapper{ B Map(A a, string arbitraryString, int anotherParam ); } class A{ string Name; } class B{ string Name; // maps directly from A.Name string Val;...

Please support `--fail-if-no-pacts-found` in verifier configuration

help wanted
good first issue
feature request

Please expose API options to configure swagger UI with plugins, request interceptors, etc. Thanks