Questions tagged [reach]

Reach is a blockchain development platform, including the Reach programming language.

5 questions
1
vote
0 answers

How to get base64 image files with filename length over 100 characters using javascript, ReactJS

I'm trying to get the base64 (FileReader) image data after the file list is uploaded But files whose names are longer than 100 characters cannot be retrieved. Is there a way for me to solve this problem, I don't want to change the filename because…
1
vote
2 answers

Reach js-conflux-sdk git repo cannot be read when building from CI Docker container

The step in my Docker file which reads RUN yarn install --frozen-lockfile is failing with the following error text when executed in a .github action. It reads as though there's a problem running git ls remote --tags --heads…
1
vote
1 answer

How do I see the Reach compiler's intermediate outputs?

I run my programs with reach run and it creates build/index.main.mjs, which contains compiled bytecode, but I want to see (for example) the intermediate solidity file that it generates before compiling it all the way into bytecode.
Dan Burton
  • 53,238
  • 27
  • 117
  • 198
0
votes
0 answers

How hashnode uses nextjs with custom domain?

https://hashnode.com it is very popular website for developers. It allows developers to publish blog on their own custom domain. It uses next.js to generate static pages and it uses vercel to manage custom…
Luke
  • 37
  • 3
0
votes
0 answers

Failed to load resource: the server responded with a status of 400 (Bad Request)

Error SyntaxError: Unexpected token " in JSON at position 0 API localhost:5000/api/notes/addnote Backend fetch { "title": "msy nsssode", "description": "msy nessssw node", "tag": "youtsube", "_id": "639f52fe3229edcb8fbaff02", "date":…
Rahulsoni
  • 1
  • 1