Christian Hoffmann

Results 33 issues of Christian Hoffmann

Setting the strokeColor to something like [UIColor redColor] does not show any differences. Its still a black BubbleView with no outline

Hi there, do you have any ideas, how to handle dependencies? Given I want to add `github "thoughtbot/Argo", "2.1", :files => "Argo/*/*.swift"` it does not compile, because it has imports...

**Is your feature request related to a problem? Please describe.** When using `firebase-admin` on AWS lambda it adds a big blog to the bundle size. We are using `esbuild` to...

needs-triage
type: feature request

Using the `StoreConnector` it looks to me like all of the view models properties must be derived from the current store data. But what if I want to have some...

**Is your feature request related to a problem? Please describe.** I am trying to convert an existing OpenApi file to `spot`. When trying to do that I am missing most...

enhancement

Given the following `RouteMap`: ```dart final routes = RouteMap(routes: { '/': (routeData) => MaterialPage(child: HomePage("/profile")), '/bookslist': (routeData) => MaterialPage(child: BooksList()), '/bookslist/bookDetail': (routeData) => MaterialPage(child: BookDetails()), '/bookslist/bookDetail/authorInfo': (routeData) => MaterialPage(child: AuthorInfo()),...

enhancement

Steps: 1. Login (triggers a map swap) 2. Navigate to a subview 3. Logout (triggers a map swap) 4. Login (triggers a map swap) **Expected:** `Routemaster.of(context).history.canGoBack` returns `false` and no...

bug

When doing a map-swap while being in a drilled down navigation state, the map swap shows the pop to root and after that, the map replacement, see the attached video....

🔥 Don't merge: this is rather experimental and up for discussion! 🔥 Note: So far I didn't deploy the API with theses changes so I am not sure, if it...

Hi and thanks a lot for this repository. I am just getting started with the hexagonal architecture (and Rust in general) and I am wondering about some things in the...