Bar Hochman
Bar Hochman
I've removed typed-ast package at there are problems with this package in apple-silicon. Also, typed ast recommends using the builtin ast module from python 3.8 and up. I could not...
I'm using a very simple workflow: ```yaml name: Deploy on: push: branches: - main jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: serverless/[email protected] env: SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}...
Hi again! I'm using motor. Is there any way to limit the Total value? I couldn't find a way that isn't included in give a first `$limit` to aggregate then...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description The base `Url` object has no `host_type` attribute. might be related to https://github.com/pydantic/pydantic/issues/6961 ### Example Code...
Can use nested commands and provide a custom directory of the config file.
- [x] I have checked for similar issues in the project's issue tracker. - [x] I have searched closed issues to see if a similar problem was reported before. ###...
Preact: Can not generate app "Unable to read the target configuration for the provided build target"
**Describe the bug** running `nx g @nxext/preact:app web-preact` getting `Unable to read the target configuration for the provided build target, web-preact:build` **Expected behavior** To generate an app **Additional context** Add...
I have a json file with some refs that are wrong. I want to load it and bundle everything except those missing refs. like: ```json { "$ref": "../file/that/not/exists.yaml" } ```...