Solbiati Alessandro
Solbiati Alessandro
https://github.com/prettymuchbryce/easystarjs/blob/10615147add3af46f76a5d86ee7b7e7bebf83ac5/bower.json#L6 my bower install did not work, i needed to change this line to 0.4.4 Should we change this?
- added docstrings for methods in data_model.py While I was trying to understand the data pipeline I added some docstrings, might be useful to other as well
I love core.matrix in my clojurescript project, and I am using the https://github.com/originrose/aljabr implementation. Everything works, beside `pm`. ``` (require '[clojure.core.matrix :as mat]) dev:cljs.user=> (def m (mat/matrix :aljabr [[1 2]]))...
I cloned the project and while I was integrating the model with some other data pipeline I noticed there were no tests for the data_processor.py module. I needed tests and...
Love this repo, would love to contribute! Feels like the most needed feature is to have a good evals on couple of test docs (Notion, Github..) to evaluate the incremental...
while building the package the build command break, parcel is now updated so you need to change your `package.json` file ``` parcel index.html --out-dir build... ``` to ``` parcel index.html...
on Mac OSX, `npm install` run succesfully, but when I run `npm start` I get the following: ``` ERROR EMFILE: too many open files, watch {"errno":-24,"syscall":"watch","code":"EMFILE","filename":null} Error: EMFILE: too many...
ESP32 can't send data to Android, I fixed with a PR. https://github.com/kakopappa/bluetooth_android_esp32_example/pull/3 In case that doesn't get merged soon an folks need to have this repo with ESP32 sending data...
- [ ] Sign In screen says Sign up - [ ] Scrolling bars should not be visible - [ ] Can't delete chats
There is a nice guide here on how to do it https://hexdocs.pm/pow/pow_reset_password.html Pow is already set up and running in the project, with emails and password fields set as in...