-
### Board
esp32-c3-devkitm-1
### Device Description
esp32-c3-devkitm-1
MAX98357AETE+T
### Hardware Configuration
I2S.setSckPin(6);
I2S.setFsPin(7);
I2S.setDataPin(10);
### Version…
-
Several Docmaps stakeholders are interested in structuring and destructuring docmaps programmatically for their own bespoke storage models. To enable these users, it would help to have a utility libra…
-
It sounds like you're working on a solid project! From the summary, it seems you're building a well-structured digital notarization platform. Here are a few thoughts and recommendations based on your …
-
The above is just a working title, I am not attached to any names.
The short version is that we would like NuGet to support a notion of an anchor package as well as complementary packages linked to t…
-
```
2022-11-09 11:29:11.466957: I tensorflow/cc/saved_model/reader.cc:45] Reading SavedModel from: ./resources/models/dummy_model
2022-11-09 11:29:11.470546: I tensorflow/cc/saved_model/reader.cc:89…
-
Hi,
Would it be possible to add a download data button? Right now the default's option is a png image of the plot but I think it'd be very nice if one could also download the data inside the graph…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
WiFiNINA is not a dependency of EmotiBit, so it should just compile
**Additional details**
- ESP…
-
```
A common need when dealing with graphs of objects is to compare two object
graphs for equality.
Just as it does with the copy() operation, Kryo already has all the machinery
necessary to implem…
-
I'm currently writing an article about logging in Python. As a part of that, I look at other projects and how logging is done there. I've seen `logging_util.py` and was wondering why this project does…
-
Actually I want to convert pkl to pb file with all the weights, variables and the tensorflow inference frozen graph stored into it? Can you even write the script for the conversion of such file? Will …