Erik Dahl

Results 11 issues of Erik Dahl

I really think this is a cool project and I am giving it a try. Any advice for converting my current HTML files to gomponents? Either a tool to convert...

This commit introduces two new command-line shortcuts for the xclip utility. The '-s' shortcut has been added for the '--selection' option, allowing users to specify the X selection (primary, clipboard,...

Hey! I love xclip and I use it everyday. I am just getting tired of typing -selection clipboard each time cause thats my main usecase. I would like to contribute...

I am on Ubuntu 20.04, Git clones the example project git cloned this project I had to change the dockerfile to find the image ![image](https://user-images.githubusercontent.com/76464314/160010171-71b3649b-8994-4f4c-9e63-34fb5299cb6a.png) I followed all the steps...

TLDR: Request to add a code snippet about adding new Auth record for creating IE creating a user to the documentation. I was writing tests and I wanted my test...

It works great for functions! Is there a way it could also extent to fields for structs in golang? If its not currently possible I could give it a shot...

When I am writing the integrations tests with API scenarios sometimes I don't care too much about what events are expected within the API call. I think having expected events...

in the read me we say "Validate the receipt One option could be to validate the receipt with the App Store server through GetTransactionInfo API, and then check the transactionId...

This is not an issue per say I just wanted to say thank you for the amazing post. It was the clearest explanation of why go interfaces are so nice...

**Title** Discrepancy in `PathTransactionHistory` URL vs. Apple’s Documentation caused me great confusion --- **Description** Currently, GOIAP uses: ```go PathTransactionHistory = "/inApps/v2/history/{originalTransactionId}" ``` However, according to Apple’s documentation ([[Get Transaction History](https://developer.apple.com/documentation/appstoreserverapi/get_transaction_history)](https://developer.apple.com/documentation/appstoreserverapi/get_transaction_history)),...