Dominik Bartholdi

Results 15 issues of Dominik Bartholdi

In your `pom.xml` I see `The Apache Software License, Version 2.0` is referenced, but in your README you have a _TODO_ - so what is the official statement?

We use the OPEN API SCHEMA tests on microcks own endpoints to validate the mocks itself. Often we get schema validation errors which are very hard to identify the exact...

component/tests
kind/enhancement

In my experience, most of the APIs do provide a way to retrieve a collection of items - even if I create a dynamic mock with microcks, i get an...

component/mocks
kind/enhancement
component/importer
keep-open

I ran the following command to generate a new list screen, but it failed to update the `AppNavigation.tsx` ``` $> ignite generate list Groups ? What kind of List would...

How do I draw a page title on a document which has a table that spans multiple pages? e.g. this draws a table over multiple pages ``` TableDrawer.builder() .table(createLongTable()) .startX(50)...

enhancement
question

Are there any plans to support a constant layout of a grpah? e.g. if I give the same edges/nodes the graph looks the same everytime the API anf features are...

in progress
feature-request

We have many jobs (more then 30) on one instance. This makes the "Job Launcher"-dropdown from the top navigation cumbersome to use. It would be a lot easier if there...

My environment setup is: - macOS Catalina - iOS Simulator - redux_remote_devtools: 1.0.2 - redux_dev_tools: 0.5.2 - redux: 4.0.0 I use the following code to setup my store: ``` import...

Hi, I'm trying to setup a local environment to develop a custom policy, but I fail to get APIcast up and running as described... ##### Version `master` branch ##### Steps...

@dalcib I did the following (on a Mac): ``` > git clone [email protected]:dalcib/expo-ts-example.git > cd expo-ts-example > yarn install > expo start --ios ``` the simulator starts, but I get...