Results 16 comments of Thiago

the build will work when a secret called "SECRET" will be created with the token inside.

same issue here any thoughts? https://stackoverflow.com/questions/64186518/flutter-codebase-to-apk-build-in-github-actions-returns-undefined-no-tag-found check this out

this fixes the issue: https://github.com/nabilnalakath/flutter-githubaction/pull/12

Support added on 3.0.13, please check -> https://github.com/thiagoloureiro/Dapper.Crud.Extension/releases/tag/3.0.13 Changes: https://github.com/thiagoloureiro/Dapper.Crud.Extension/commit/bc4e25cfe3b39ee31f21292a7e4c83a0cae7e79b

Hi, I think it's related to this no? https://stackoverflow.com/questions/15572682/how-to-correct-parse-query-string-in-c-sharp-if-value-contains-ampersand If I understood correctly you need a ampersand in the querystring right? from StackOverflow: > Your problem is that & carries...

@trillian42 https://github.com/PlayFab/consuldotnet/pull/130 to fix this

My quick workaround as @jspw mentioned, so was something like that ``` icon: snapshot.data[index] is ApplicationWithIcon ? CircleAvatar( backgroundImage: MemoryImage((snapshot .data[index] as ApplicationWithIcon) .icon), backgroundColor: Colors.white, ) : null, ```...

Where is your consul configuration on ocelot.json ?

example: ``` { "ReRoutes": [ { "DownstreamPathTemplate": "/api/values", "DownstreamScheme": "http", "UpstreamPathTemplate": "/getvalues", "UpstreamHttpMethod": [ "Get" ], "FileCacheOptions": { "TtlSeconds": 10 }, "AuthenticationOptions": { "AuthenticationProviderKey": "AuthScheme", "AllowedScopes": [] }, "ServiceName": "valueapi",...