Tom Brückner

Results 125 issues of Tom Brückner

Feature Request: We're building an app for experiences in multiple cities, which is why we wanted to have multiple maps on one web page. When we added more than 16,...

Our app uses multiple ways of authenticating a user, including login with username and password. Since some recent iOS update, everytime the Apple Sign In dialog pops up for a...

* Unity editor version: 2022.3.13f1 Silicon * External Dependency Manager version: 1.2.176 * Source you installed EDM4U: From a Unity package * Features in External Dependency Manager in use: Android...

type: question
needs-attention

### [REQUIRED] Please fill in the following fields: * Unity editor version: 2023.3.11f1 * External Dependency Manager version: 1.2.177 * Platform you are using the Unity editor on: Mac with...

type: question

### Feature proposal * EDM4U Component: iOS Resolver We are trying to port an existing iOS app to Apple Vision Pro devices. It makes heavy use of the Dependency Manager....

type: feature request

Assume we have a document that looks like this: ```js { _id: '4711', food: { fruit: ['apple'] } } ``` I now unset property `fruit` completely, so the document looks...

bug

I would like to use VS Code to work on Objective C / C++ code of an iOS library. It kinda works, but I get error messages complaining that certain...

Per default, the bower folder is located under .meteor/local/bower. This worked for me in Meteor 1.1, but causes problems with `fourseven:scss`, because this package cannot reference SCSS files in this...

question
won’t fix

I have some external libraries that fail meteor's linting and prevent the app from starting up. Hence, I followed your proposal to include these libraries in the /public folder, using...

bug
won’t fix

When the page loads, exactly _one_ call to the search handler is being made -- but an invalid one with all parameters set to undefined. This happens even without any...