Andreas Schjønhaug

Results 16 comments of Andreas Schjønhaug

Console output: ``` ➜ kahoot-native-ios git:(andreas/update-youtube-code) ✗ ./scripts/generate-acknowledgements.sh [2020-07-09T14:10:35.573+02:00] [INFO] Start [2020-07-09T14:10:35.578+02:00] [WARNING] not found: Pods/Target%20Support%20Files -- file:///Users/schjonhaug/Development/Kahoot/kahoot-native-ios/ [2020-07-09T14:10:35.578+02:00] [WARNING] not found: Pods/_Prebuild/Target%20Support%20Files -- file:///Users/schjonhaug/Development/Kahoot/kahoot-native-ios/ [2020-07-09T14:10:35.578+02:00] [INFO] Pods License parse...

No, everything is working as expected. Just wanted to report it.

Is this PR fixing the crash that occurs if you try to decode something with an emoji? What is the allowed character set here? For example, using [example-Decode](https://pkg.go.dev/github.com/btcsuite/btcd/btcutil/base58?utm_source=godoc#example-Decode), if you...

The way I solved this was by setting a flag to true just before calling `performActionWithFreshTokens`, which I then set to false again when the function returns. Then, in `sceneDidEnterBackground`,...

Could it safely be enabled by default for simple cases?

For small enums like in my example, probably not. But for larger ones, it's hard to scan the list when it's not sorted.

No, unfortunately not. I get the same error message. My environment is Docker Desktop 4.17.0 on macOS Monterey 12.6.3: ```shell ❯ ❯ ./start-dev-env.sh [+] Running 2/2 ⠿ Network docker_nodes Created...

I tried now with `FROM golang:1.19-alpine AS builder` in the Dockerfile for lspd, which gives (having deleted the previous containers in Docker and all the files and folders in ~/test/docker):...

@roeierez I tried now from that branch, it still fails. However, should start-network.sh already be running or used in some other way? I couldn't find any doc about it, so...

@MrPeteypoo Do you mean TEMP_DIR? Yeah, I’ve tried deleting that and the docker containers before rerunning, to no avail. My main goal with running this is to be able to...