Mattias Fjellvang
Mattias Fjellvang
@zgosalvez would love to hear if you got a workaround
This is our workflow btw: ```yaml name: Run checks on: pull_request: types: - opened - reopened - synchronize - ready_for_review env: FLUTTER_VERSION: "3.13.9" FLUTTER_CHANNEL: "stable" jobs: build: name: Run checks...
Perhaps it could be because line-length is not respected?
A workaround is to create a second cte and do the `WHERE rank...` filtering there, and then select from this new CTE: ```sql WITH cte AS ( SELECT s.title, sg.genre,...
Running: ```bash yarn run sqlx-ts $(pwd) --generate-types --config .sqlxrc.json ``` Works - from here: https://github.com/JasonShin/sqlx-ts/issues/81
Running: `npx sqlx-ts ./src --config .sqlxrc.json --generate-types` also works
Nice, thanks for the update @JasonShin
@TimmyRB I have verified this is the same for any kind of application who uses Snapchat's attachmentUrl so is not a bug related to this library. Snapchat seems to have...
@TimmyRB Do you have any ideas?
@Badar25 I am 99% sure this is not a bug, but intentionally done by Snapchat to retaining their users on their own platform @kingmeers interesting find. they are defiantly affiliated...