lapnd

Results 12 issues of lapnd

Let say, we have a rule to allow container1 access internet ```toml [container_to_wider_world] default_policy = "reject" [[container_to_wider_world.rules]] network = "internal" verdict = "accept" src_container = "container1" ``` Inside the container1,...

question

**Describe the feature:** VNC protocol is needed **Describe why this feature is needed:** - There is use case where user need to connect to Linux machine with GUI. VNC is...

enhancement

Hi, Currently, the plugins use some lib that out of date and has direct direct vulnerabilities such as https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.9.9.3 I would like to update this library, for example. The building...

enhancement

Hi, I'm using DE2-115 board using MII mode. The netboot works fine (LiteX can download bios/linux image from TFTP server) if the board connects to the PC directly. If the...

question

Hi, As I see on the arch of runq, there is 9pfs component ![Screenshot from 2021-08-30 14-54-16](https://user-images.githubusercontent.com/17825933/131305592-983a043e-33aa-43cd-b3c2-bb56eddeb5e7.png) I wonder if we can mount host folder to VM, like **-v /home/user/data:/data**...

Hi, Thank for your project. Does it support dgraph? (dgraph.io) Thanks!

Hi, Using riscv-gnu-toolchain, we will able to get pre-compiled system libraries for all ABIs by using option `--enable-multilib` Do we support this kind of features?

Hi, Thank for the great project. As we know, Microsoft Excel and OfficeJs addins allow us to listen event when a worksheet and/or a cell changed. Is there anyway to...

feature request

Hi, Thank for your project. In the example, the UBM file **("../ubm/ubm")** is needed and you created by yourself. ```go vprEngine, err := NewEngine(16000, 50, "../ubm/ubm", "model/test.dat") ``` Can you...

Hi, Thank for your project. I would like to replicate the testbed. This is steps I have to go through 1. Download mp3 dataset and shs_dataset_train.txt Could you please tell...