Jaroslaw Zabiello
Jaroslaw Zabiello
The plugin can't see `standard-flow` parser even when it is installed globally (npm i standard-flow -g) or locally.
It works by settings inside package.json: `devDependencies": { "standardflow": "*"}` with enabled `Honor Package Config` or by selecting Style Formater to `standard-flow`. The parser understands [FlowType](https://flow.org/) syntax.
Fixed typos in imported packages + added links to Github repositories with an example of working code integration Overmind with Vue 3 (cli), Vite, and Quasar 2 framework.
Added 3 boilerplates for integrating Overmind with Vue 3 + TypeScript, with Vite, and with Quasar 2
The project needs documentation for more advanced examples. E.g. how to generate such a query? ```graphql query GetCount($language: [String!], $gender: [String!], $function: [String!], $city: [String!]) { person_aggregate(where: {_and: {language: {_in:...
I am using the Astro framework with Vue and nanostores integrations. All is working fine, except I cannot see nanostores Devtools. They are not displayed (out of the box) under...
From the web site: https://github.com/astral-sh/uv/pkgs/container/uv/292207825?tag=python3.13-bookworm ``` Install from the command line $ docker pull ghcr.io/astral-sh/uv:python3.13-bookworm ``` It does not work: `Error response from daemon: Head "https://ghcr.io/v2/astral-sh/uv/manifests/python3.13-bookworm": denied: denied` I am...