Johan Euphrosine

Results 579 comments of Johan Euphrosine

@i8beef for applying transformation on JSON schemas you might want to take a look at https://cuelang.org as it provides a nice declarative way to work with schema and data. I'd...

We currently only enforce that all sub-schemas with `properties` also have `type` defined, but we should probably also apply this logic to top-level schemas and individual non-enum properties.

`states` schema also specify the response to the `QUERY` intent so in that sense they should be able to describe all the `states` supported by the device (hence the `oneOf`...

@ratul619 @RTimothyEdwards did you mean `201:20`?

Is that expected? (i.e: the model for nmos/pmos will only get developed/released later)

maybe @RTimothyEdwards and @atorkmabrains can share some insight on how the conversion was done respectively for SKY130 and GF180MCU.

Looking at the CI logs it doesn't look like anything is being built: ``` 2023-05-13T15:51:09.6806670Z Extracting download 2023-05-13T15:51:09.6807056Z 2023-05-13T15:51:09.6807333Z Preparing environment for simplejson 2023-05-13T15:51:09.6807744Z 2023-05-13T15:51:09.6816232Z 2023-05-13T15:51:09.6816472Z Starting build for simplejson...

curious if https://github.com/conda-forge/pyspice-feedstock/ would need to be repackaged as well, or if it can simply be taken from conda-forge (since it seems that it is pure python and calling out...

> All noarch pks can be used from conda-forge It doesn't look like pyspice is currently tagged as `noarch`: https://anaconda.org/conda-forge/pyspice/files Does `noarch` needs to be transitive? While PySpice doesn't build...