ChristianOConnor
ChristianOConnor
I am building an app that incorporates the backend of this app with the Docker functionality removed. I only changed a few files. 1) The package.json file: https://imgur.com/a/f0kfJZB 2) The...
# Purpose I don't see any ability to run this project from a solely self contained environment. # Deliverable Can someone provide clear instructions for how to run this completely...
Hey I just realized that the snip721 reference implementation I've been using, https://github.com/baedrik/snip721-reference-impl, is GPL-3.0 licensed. Does that mean that any NFT I implement with this repo has to have...
Does bit allow for the creation of bech32 addresses?
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...
The title explains it pretty well. I've notices that whenever I try to notarize a file that is large enough (it seems that the threshold is about 295MB), the wallet...
When I run gcp_function.py in GCP as a cloud function, it throws `TypeError: hello_pubsub() missing 1 required positional argument: 'context'` ### Expected behavior I expect my account it to tweet...
I am building a Secret NFT and I'm following this tutorial https://youtu.be/jRuSOos9ig4. I tried to deploy the NFT like this video narrator does around 31:12. I ran a the `deploy-nft.js`...
I am trying to connect a postgres Db hosted by Digital Ocean to my C# MVC [ASP.NET](http://ASP.NET) .NET 8.0 app. I set up a Postgres Database on Digital Ocean and...