Botond Magyarosi

Results 7 issues of Botond Magyarosi

With the current setup user and resource management can get out of hand by letting anyone sign up and create projects. Disabling registration will also forbid new users to join....

help wanted
feature

**Is your feature request related to a problem? Please describe.** Managing users on a team or organization level (instead of project level) could refine user and billing management for teams....

feature

**Is your feature request related to a problem? Please describe.** When working in teams we often face the problem of notifying translators when the base localization changes. With the current...

enhancement
feature

I'm trying to cover a use case when the root module needs to be rebuilt due to an API environment change. Once the network client changes, the affected modules should...

Hey @jordansinger, I've replaced the **showWelcomeScreen** Binding with the new [PresentationMode](https://developer.apple.com/documentation/swiftui/presentationmode) environment variable. This simplifies the way **WelcomeScreen** is presented.

I've made some project structure improvements for a cleaner overview. - **cocoapods** in added to a Gemfile to enforce the use of CocoaPods via bundler. Version management is easier this...

**Is your feature request related to a problem? Please describe.** When defining API requests one particular issue we're always facing is where the data should be encoded in multiple places....

enhancement