David

Results 9 issues of David

I cannot build large project, it always says `no space left on device`, even set `--builder-mem 8192`, and I tried to enlarge it by `--builder-mem 10240`, then it gave me...

bug
documentation
enhancement

I am doing a multi-stage build, It always stuck at ``` INFO[0215] Unpacking rootfs as cmd ... requires it. ``` step for a very long time for each build stage.

Reported Issue

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue When executing the command DOCKER_HOST=... CROSS_REMOTE=1 ~/.cargo/bin/cross --verbose build --target arm-unknown-linux-gnueabi,...

A-remote
A-nixos-host

Collator list cannot be fetched in Collators page for some parachains with newer version of pallet-collator-selection being used. The getter name has been changed to `candidate_list` instead of old `candidates`....

**Description of the Issue** In the development container, environment variables inherit from the base image by default, except the PATH variable which is overridden by Okteto. **Steps to Reproduce** Dockerfile:...

The `tplant` does not support type parameters. Therefore, when the following code was used: ``` class NodeDependenciesProvider implements vscode.TreeDataProvider { ... ``` The PlantUML output did not include the type...

## Description I attempted to update the RocketChat Helm chart from version 5.3.2 to 5.4.3, but I encountered an error message. ## Error Message The error message I received was:...

Enkrypt is the only Polkadot extension that supports Safari, and it has been my main wallet, but I am struggling with the lack of these two important features. Does Encrypt...

Our program encounters a panic while attempting to print some types of llvm values. It appears that not all TypeKinds are handled here.