Andy Kutruff

Results 8 issues of Andy Kutruff

### Description: The project created from anchor init throws an error when trying to run the generated test. ### Reproduction: ``` anchor init test_project cd test_project anchor build anchor test...

fix is below: ``` function GetLoginToken() { url="https://plex.tv/api/v2/users/signin" local response=$(curl -X POST -i -k -L -s $url --data-urlencode "login=$1" --data-urlencode "password=$2" --data-urlencode "X-Plex-Client-Identifier=ClaimIt-$3") ```

# 🐛 bug report Edit: updated link to reflect new location: ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to...

Sorry if I'm misinterpreting the code, but it appears that the benchmarks only measure validating successful validations. If that's correct, then it should be noted that libraries like myzod will...

enhancement

- [x] I have tried with the latest version of Docker Desktop - [x] I have tried disabling enabled experimental features - [x] I have uploaded Diagnostics - Diagnostics ID:...

status/triage
version/4.19.0
area/buildkit

It looks like there's a lot of missing tests for what looks like sensitive code pertaining to ownership. This may be a separate issue but I've seen functions that mention...

### Which package is this feature request for? token-metadata ### Feature Right now the token metadata length is limited to 200 characters. There are many use cases where a the...

enhancement
investigate

Was toying with the code and was looking at how akka dealt with Unity / IL2CPP on windows with a simple Actor. Everything works fine in the Unity Editor, but...

akka-actor
perf