Johan Euphrosine
Johan Euphrosine
From https://github.com/hdl/conda-eda/blob/master/hls/xls/use-llvm-toolchain.patch FIxes #558 #141 @cdleary is it fine to enable by default?
assuming `csh` is not present: ``` # ./configure ... checking for csh... no ... ``` `make all` will fails silently and exit with `0`: ``` # make all make all...
current usage of `for` loops to build the list of modules in https://github.com/RTimothyEdwards/magic/blob/master/Makefile#L53 would not fail the build if some of the modules failed to build as long as the...
without `csh` currently the build fails with: ``` ../utils/main.h:27:10: fatal error: database/database.h: No such file or directory 27 | #include "database/database.h" | ^~~~~~~~~~~~~~~~~~~~~ ``` while the configure script seems to...
Hi, Here are the steps to reproduce this issue: - Run manage-tests.sh runserver - Go to admin - Add a new book - Fill Name, Author, Pages, and 3 chapters...
Have you considered reusing an existing http_parser? The following imeplementation looks nice and embeddable: https://github.com/nodejs/http-parser/blob/master/http_parser.c
Would it make sense to support lazy initialization with the usual `.begin()` Arduino pattern? That could allow user to reuse the same `HttpClient` object to make request to different host...
### Description It seems that final gds streaming always assume that macros `UNITS` are the same as the main gds ones (`0.001`) resulting in the macro being scaled down during...
It seems that the current development version (0.28) is not uploaded to test pypi: https://test.pypi.org/project/klayout/#history despite the `upload_to_test_pypi` job succeeding: https://github.com/KLayout/klayout/actions/runs/3615727326/jobs/6093247182
## Expected Behavior ReRAM documentation is available on https://skywater-pdk.readthedocs.io/ ## Actual Behavior ReRAM documentation is only available at https://sky130_fd_pr_reram.rtfd.io/. ## Steps to Reproduce the Problem 1. Open https://skywater-pdk.readthedocs.io/en/main/search.html?q=ReRAM