Byron Nagi

Results 6 comments of Byron Nagi

Just FYI if you're using @jameslounds workaround for workflows that run for pull requests, you need to modify the script, since the `GITHUB_SHA` is the last merge commit not the...

Also ran into this issue while trying to deploy a service that has greater than 100 tasks running. Looks like the issue is https://github.com/silinternational/ecs-deploy/blob/develop/ecs-deploy#L469-L471 -- the `--tasks` arg only allows...

Adding to this in case it helps anyone else, the microsoft graph oauth system also returns 'expires_in' instead of 'expires'. We had to make sure to copy it over to...

Started looking into poxa. [pusher-js](https://github.com/pusher/pusher-js) doesn't seem to allow you to configure a path for the connection only a hostname. I was able to get Poxa and php talking and...

Adding @ecotner's description from #4187 as it gives a clearer view of the request #### Is your feature request related to a problem? Please describe. I frequently find myself using...

Added a fix in the `ruff.lua` linter to check for SyntaxError in message. I tested it locally and SyntaxError correctly reported as Error severity. Let me know if there is...