Justin Moon

Results 129 issues of Justin Moon

Super helpful. Maybe in [this section](https://github.com/jonatack/bitcoin-development/blob/master/gitian-building.md#build-signed-sigs) you could have people create another branch off of master? The previous section you make a branch and if you just copy the commands...

I installed everything mentioned on the [build instructions](https://github.com/revery-ui/revery/wiki/Building-&-Installing) and got this error: ``` $ esy x Examples ... error: build failed with exit code: 1 build log: # esy-build-package: building:...

platform-linux
A-infrastructure

Let's make a collection of real projects build with Iced. ## Projects ### Airshipper ([Repo](https://github.com/Songtronix/Airshipper)) Video game launcher - Client / server desktop app ### Tolstack ([Repo](https://github.com/aevyrie/tolstack)) Run engineering simulations...

improvement
help wanted

Instructions say to run: ``` yarn && yarn test ``` I get: ``` $ yarn test yarn run v1.22.4 warning package.json: No license field error Command "test" not found. info...

Thanks for the great library. I'm trying to store links to PDF highlights in markdown like this: `[description](filename.pdf?t=&r=&l=&b=&p=)`. What should I actually store? The `Scaled` type that is passed to...

My project has multiple .spec files. Is there an easy way to specify which one you want `docker-pyinstaller` to use?

help wanted

[Web example](https://patleeman.github.io/quill-markdown-shortcuts/) Getting some errors in the console: ![image](https://user-images.githubusercontent.com/4335621/93395951-77366080-f83c-11ea-89e3-357bbae4d578.png)

This is trivial on Arduino -- just call `Serial.read` and `Serial.write`. Isn't there anything comparable here? I want to plug my m5stack into a computer and run a command line...

``` $ ./BUILD.sh -v menuconfig --------------------- MicroPython for ESP32 --------------------- MENUCONFIG OK. ``` Shouldn't this open a GUI menu?

[This would be a very interesting read](https://github.com/SatoshiPortal/cyphernode/blob/master/doc/SATOSHIPORTAL-WORKFLOW.md) Making an issue to suggest you either fill this out or remove it. My 2 cents ...

question