Fernando B

Results 79 comments of Fernando B

Take a look at #141 it might help you. I was able to preview correctly on vscode, print to pdf, and view correctly on github. The thing to watch out...

No worries take your time.

> It works! I just had to disable the `cxClientEnableIosLocalNetworkPermissionUsingSockets` option too. Same for me now I can AirPlay but the quality is very bad? Any idea how to fix...

Hey did you ever figured this out? I am having the same issue, #58 suggested to use another repo with the rb script but upon doing a diff is the...

> Spotify's developer console allows you to add multiple callback URLs. Currently I am using the Spotify iOS SDK to which I provide my callback URL. Is there any way...

> After adding these two lines to my hosts file, Warp will no longer show this banner as it will not be able to connect Warp servers. > > ```...

> it works , when I run the spotify_token_swap.rb locally on my Mac, but id gives the above error when switching to the heroku way. Any idea how to further...

Hey there, I dunno the docker terminology, but this is what chatgpt suggests, basically you bind your laptop IP to the container and also expose 44818 which you already did,...

Not sure why this issue occurred I assume at some point ynab created this budget and it looks like this: From the json data of /budgets ``` { "id": "[redacted]",...

For example: ```swift public func getBudget( budgetId: String, lastKnowledgeOfServer: Int? = nil ) async throws -> BudgetDetail ``` > [Source](https://andrebocchini.github.io/swiftynab/Classes/BudgetService.html#/s:9SwiftYNAB13BudgetServiceC03getC08budgetId21lastKnowledgeOfServerAA0C6DetailVSS_SiSgtYaKF) Should probably return a server_knowledge as well like the api:...