Daniel Fürst

Results 16 comments of Daniel Fürst

**Ich habe gerade gesehen, dass auf #418 keine positive Resonanz folgte, gerne kann meine PR (#424) daher kommentarlos geschlossen werden.** --- # Problemstellung Das hier beschriebene Problem ist bereits vielfach...

Came across this error as well having the following stack trace: Output ``` /usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane_core/lib/fastlane_core/ui/interface.rb:153:in `shell_error!': \e[31m[!] Shell command exited with exit status 1 instead of 0.\e[0m (FastlaneCore::Interface::FastlaneShellError) from /usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane_core/lib/fastlane_core/ui/ui.rb:17:in `method_missing'...

Instead of doing ``` git_add(path: ["...", "...", "..."]) ``` I just did ``` git_add ``` and matched the relevant files with `git_commit` instead.

@cryptobot123-123 You need to assure that the trading settings reflect your intentions. In particular, you need to set the position mode to be in hedge mode to be able to...

Is there any progress on this issue?

> I am experiencing the same warning when using `@ObservedResults`. Also seems to have no effect on the resulting program, but mentioning "undefined behavior" is slightly worrisome. > > The...

### Proposal In Safari, it is possible to modify the status bar's color using the [`theme-color`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color) value for the `name` attribute of the `` tag. In particular, I propose a...

@tgolen I will make sure to accomplish the same as proposed without using `react-helmet` and get back to you as soon as possible.

### Proposal (Update) The updated proposal now fixes the status bar color as follows: ```patch From ef6a201350ace58dd1d9d5f9530cbefadff45d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Fu=CC=88rst?= Date: Tue, 22 Nov 2022 01:25:14...

> see if getThemeColor could be simplified at all Not that I am aware of it. `theme-color` does not support the alpha channel, hence the need to approximate the opacity...