Milan Barać

Results 33 issues of Milan Barać

I have a use case where I need to assign the `office/location` to the `team`. That means that I need to have an `officeId` column/foreign key in the `team` table...

I have created a fork of `swagger2markup-maven-plugin` and modified it to execute OpenAPI converter, but, grouping by TAG never happens... This is my configuration: ``` ${project.basedir}/target/swagger/swagger.json ${project.basedir}/target/docs/asciidoc ASCIIDOC TAGS true...

Swagger2Markup version: ``` io.github.swagger2markup swagger2markup 1.3.4 ``` Problem description: `OpenAPI2MarkupConverter.java` and other OpenAPI classes are missing, which are present in master branch here in the repository.

```typescript export interface Color { backgroundColor?: string | string[]; borderWidth?: number | number[]; borderColor?: string | string[]; borderCapStyle?: string; borderDash?: number[]; borderDashOffset?: number; borderJoinStyle?: string; pointBorderColor?: string | string[]; pointBackgroundColor?:...

I tried adding dependencies to `polyfills.ts`: ```typescript import 'chart.js'; import 'hammerjs'; import 'chartjs-plugin-zoom'; ``` Then, I initiated a chart in `Angular`: ```typescript // Initiate chart this.chart = new Chart(this.chartRef); this.chart.chartType...

If I do it like this: ```typescript @ViewChild('chartRef', { static: true }) chartRef: BaseChartDirective; ``` There is a ```typescript this.chartRef.ctx ``` property, but it is a type of a `string`?...

Table with complex primary key cannot be audited, as table `jhi_entity_audit_event` expects a single primary key.

These are my API routes: ```php Route::middleware('auth:api')->get('/user', function (Request $request) { return $request->user(); }); Route::post('login', 'Auth\LoginController@login'); Route::group(['middleware' => 'auth:api'], function () { Route::get('logout', 'Auth\LoginController@logout'); Route::get('posts', 'PostsController@index'); }); ``` I installed...

Support

# 🐞 bug report ### Affected Package `import { NgControl } from '@angular/forms';` ### Is this a regression? I believe that this is an Ivy compiler issue ### Description Injected...

comp: forms
P4

Among all REST API methods available to Swagger UI, my Spring Boot application exposes REST API method to authenticate user on: `http://localhost:8080/api/authenticate` with JWT token as a result of successful...

type: question
cat: auth