zhen peng
zhen peng
conside the simple schema below ``` definition application { } definition product { relation application: application relation owner: user } ``` when user "A" in application "app1" create a product...
adapt chrome-extension rules so that devtron can be installed successfully see https://github.com/electron-userland/devtron/issues/211
In the demos of deployment, an occlum instance can be build to a docker image, when I run the image. How can I get the dcap report for this occlum...
# Describe the bug when I run the occlum image, the java command have errors the image is `occlum/occlum:latest-ubuntu20.04` , image hash is `571f295b580d` I use the command to enter...
below is the Dockerfile that I used to build the image ``` FROM occlum/occlum:latest-ubuntu20.04-mvn AS builder ENV LD_LIBRARY_PATH=/opt/occlum/toolchains/gcc/x86_64-linux-musl/lib \ JAVA_HOME=/opt/occlum/toolchains/jvm/java-11-alibaba-dragonwell WORKDIR /app COPY . . RUN /opt/apache-maven-3.8.8/bin/mvn -Dmaven.test.skip=true clean package...
I have a simple python project and I want to build project to image. the source code is on [github](https://github.com/fearlessfe/occlum-python-demo) Below is the docker file. ``` FROM occlum/occlum:latest-ubuntu20.04-conda as builder...
Accoding to the java demo(Web application with Spring Boot), I get the package(occulum_instance.tar.gz) then, I use the `build_container_images.sh` in the `example` folder to build a image but it cannot run,...
sszgen version: 0.1.3 system: macos with m chip go version: go1.23.1 darwin/arm64 Below is the struct ``` type ClientInfoAndCapabilitiesPayload struct { ClientInfo []byte `ssz-max:"200"` DataRadius []byte `ssz-size:"32"` Capabilities []uint16 `ssz-max:"400"`...
In some case, we use the ssz type below ``` BlockHeader = ByteList[2048] ephemeral_header_payload = List(BlockHeader, limit=256) ``` we can only define the type like this ``` type EphemeralHeaderPayload struct...
#### System information Geth version: `latest` OS & Version: OSX #### Steps to reproduce the behaviour When we run our shisui node with -race flag, we found a data race...