-
RevitLookup uses third-party dependencies produced by other developers. User plugins may also use these dependencies, but of different versions, which will cause a conflict and an exception on startup…
-
**Task description**:
The binary size of `kmeshctl` as follows:
```bash
root@dev:~# ls -lh /usr/local/bin/kmeshctl
-rwxr-xr-x 1 root root 110M Oct 11 08:11 /usr/local/bin/kmeshctl
```
…
-
Can it also check in Dev, throw error by `this.error`?
-
先把项目的package-lock.json删了
然后改package.json
"dependencies": {
"@antv/g": "3.4.6",
"@antv/g6": "3.0.5-beta.9",
改成这样,npm install npm run dev
-
## Acceptance Criteria
- `pyproject.toml` contains pyright config from https://github.com/DiamondLightSource/python-copier-template
- `tox -e type-checking` runs `pyright` insead of `mypy`
- There …
-
### Issue:
We are seeing lockfile changes when running `pnpm install` but not when running `pnpm install --frozen-lockfile`. Our understanding is that all `--frozen-lockfile` should do is make s…
-
Here are the notes I have so far on this topic. The basic proposal atm is to use VSCode DevContainers w/ Docker Compose. Customizations should be able to be done locally (hopefully) and not get overwr…
-
I installed all dependencies `yarn install`
And after the start of the project `yarn dev` I got some error:
"Could not resolve "tweakpane"
node_modules/@tresjs/cientos/dist/trescientos.js:15:27:…
-
### Problem
`cargo metadata` includes both normal dependencies and dev-dependencies, distinguishing them with either `"kind": null` or `"kind": "dev"` in the dependency list for a package.
The pro…
-
### :information_source: Info
Version: `0.13.1`
Flutter: `3.10.5`
### :speech_balloon: Description
I've set up my project according to the documentation with flavors.
Then I run `dart run…