Nanik
Nanik
@ccojocar what needs to be done for the documentation ? keen to help out for this ticket.
@ccojocar Going through the above mentioned code found that the complete JSON file will look like this ``` { "global": { "nosec": true, "audit" : "enabled", "show-ignored" : true, "#nosec"...
Went through the code as you suggested found the following for `Set(..)` and `Get(..)` (both inside `config_test.go`) ``` It("should be possible to save configuration to file", func() { configuration.Set("G101", map[string]string{...
@blotus is the log configuration only for `crowdsec` or including the `cli` ?
The test is failing inside TestDeleteMachineErrorNoServer method Will submit PR to fix this
How come running in travis yields different result ``` FAIL: iaas_test.go:358: cloudstackSuite.TestDeleteMachineErrorNoServer iaas_test.go:365: c.Assert(err, check.ErrorMatches, ".*Temporary failure in name resolution*") ... error string = "Get http://invalidurl.invalid.invalid?apiKey=test&command=listVolumes&response=json&virtualmachineid=myMachineId&signature=A4dPF7Y85uOmkoqbnTK8fa9OUug%3D: dial tcp: lookup invalidurl.invalid.invalid...
> Would you mind trying to use minichlink to flash instead? There is a canned windows .exe, and if you add yourself to the plugdev group and use `sudo make...
Running `make` it shows the following errors ``` WARNING: You are not in the plugdev group, the canned udev rules will not work on your system. Error: Could not initialize...
Thanks. I've followed the [instruction](https://github.com/cnlohr/ch32v003fun/issues/412#issuecomment-2408089578) and getting the following error. ``` riscv32-unknown-elf-gcc -E -P -x c -DTARGET_MCU=CH32X035 -DMCU_PACKAGE=1 -DTARGET_MCU_LD=4 -DTARGET_MCU_MEMORY_SPLIT= ../../ch32v003fun//ch32v003fun.ld > ../../ch32v003fun//generated_CH32X035F8U6_.ld riscv32-unknown-elf-gcc -o blink.elf ../../ch32v003fun//ch32v003fun.c blink.c -g -Os...
Following info from `dmesg` ``` [122202.795514] usb 1-2: new full-speed USB device number 107 using xhci_hcd [122203.072929] usb 1-2: New USB device found, idVendor=1a86, idProduct=55e0, bcdDevice=26.00 [122203.072938] usb 1-2: New...