Carlos Eduardo
Carlos Eduardo
Identified this while building https://github.com/alexellis/faas-containerd
### Checklist - [x] Did you write out a description of the feature you want to see? - [x] Did you look around for any related features? - [x] Did...
### Checklist - [x] Did you specify the current behavior? - [x] Did you specify the expected behavior? - [x] Did you provide a code example showing the problem? -...
This issue is a discussion thread and followup about adding Chisel support to TerosHDL extension. Here I list the initial points I identify as requirement for support: - Chisel is...
I added IPtables to the current kernel, built and loaded it into the Unleashed. When I try to load the module `sudo modprobe iptables` or run `sudo iptables -L`, I...
As recently merged in https://github.com/QuickLogic-Corp/symbiflow-arch-defs/pull/548, the Quicklogic wrapper scripts now work with the files passed as arguments (instead of environment variables). With this it's possible to use Edalize/FuseSoc to call...
In the packages for Quicklogic, the `symbiflow_write_binary` script is not included in the package. Source: https://github.com/QuickLogic-Corp/symbiflow-arch-defs/tree/master/quicklogic/common/toolchain_wrappers This script is used to generate the binary containing the bitstream to be written...
I’ve started looking into some development in Risc-V and set a Qemu VM locally. I followed the documentation from Debian (https://wiki.debian.org/RISC-V#Setting_up_a_riscv64_virtual_machine) and built my own Kernel version 4.20.11 from upstream...
The readme has detailed instructions on F5 load-balancer configuration for OpenShift and also an Ansible playbook to automate configuration. Signed-off-by: Carlos de Paula
**Describe the bug** Formatter remove single quotes from macros containing dashes. **To Reproduce** The code below: ```erlang -define(CCR_INITIAL, ?'CC-REQUEST-TYPE_INITIAL_REQUEST'). -define(CCR_UPDATE, ?'CC-REQUEST-TYPE_UPDATE_REQUEST'). -define(CCR_TERMINATE, ?'CC-REQUEST-TYPE_TERMINATION_REQUEST'). -define(MSISDN, ?'SUBSCRIPTION-ID-TYPE_END_USER_E164'). -define(IMSI, ?'SUBSCRIPTION-ID-TYPE_END_USER_IMSI'). ``` becomes: ```erlang...