Marek Čermák

Results 40 comments of Marek Čermák
trafficstars

Ah right, sorry, somehow miss the PyPI part -- there is such thing as PyPI token? :open_mouth:

Correct, ye ... The current implementation of the GH Action allows to feed the yaml configuration as an argument to that action, see the [action.yml](https://github.com/CermakM/python-release-action/blob/master/action.yml) for more info.

Well, I am mainly confused about the `Aborting version update.` part (since there is nothing being 'aborted') there. > I'd say that the len(changed) > 1 branch should be removed...

Hello! Any update on this? Still hitting this issue.

SSE client would be very appreciated! 🙏

I have the same issue with the following `INSERT` query: ``` import sql from '../db.js'; import { Bar } from '../../../model/bar' export async function createBars(bars: Bar[]) { await sql` INSERT...

@reVrost I am running into the same issue. When I switched from Supabase's session mode (port `5432`) to transaction mode (port `6543`), I am hitting this error with mostly every...

@thuandohoang What do you mean by version 0.2.2? Afaik the most recent version of the ruby-lsp extension is `v0.5.17`?

I also tried the `asdf` version manager instead of `rbenv` and I get the same error message (just replace `rbenv` for `asdf`) 🤷