Sebastian Büchler

Results 35 issues of Sebastian Büchler

When I use godotenv.Load() in a file located in root (i.e. "main_test.go") it works perfectly and it finds the .env file. However, when I use the same command in a...

I am testing my login endpoint in Insomnia Designer with the integrated test tool. A successful login test looks like this with the selected login request: ``` const response =...

C-improvement
PA-testing

**Describe the bug** When changing login interface texts and saving them the view gets reloading and the default values appear again. After a couple of seconds, a text appears with...

type: bug
category: frontend
lang: angular
state:stale

**Current Behavior** The demo on expo is based no SDK 35 and not supported anymore. **Expected behavior/code** Especially for beginners a working demo is really nice. **Possible Solution** Upgrade SDK...

Will this package get an upgrade to null-safety?

In the settings, there's a big selection of target devices with different platforms like android, iOS, windows etc. How can we extract the platform of the selected device in order...

The data fetching does not work anymore.

I followed this article in order to use your GitHub Action: https://www.etiennetheodore.com/integration-testing-with-ci/ When letting the action run, I get the following error: /Users/runner/hostedtoolcache/flutter/3.0.5-stable/x64/bin/internal/shared.sh: line 225: /Users/runner/hostedtoolcache/flutter/3.0.5-stable/x64/bin/cache/dart-sdk/bin/dart: Bad CPU type in...

For now, I get notified about my own comments, which is disruptive and not helpful at all. It would be nice to be able to unsubscribe for own comments or...

Feature request

I tested the example here: https://github.com/bcgit/pc-dart/blob/master/tutorials/rsa.md#generating-rsa-key-pairs for generating rsa key pairs. For the entropy source I imported `import 'package:pointycastle/src/platform_check/platform_check.dart' show Platform;` and then used `Platform.instance.platformEntropySource().getBytes(32)` as `key` parameter for initiating...