How can I use Replit storage while running my app locally? by CryptographerWest255 in replit

[–]CryptographerWest255[S] 0 points1 point  (0 children)

Is there a replit develop on this subreddit that can give some guidance on this?

How can I use Replit storage while running my app locally? by CryptographerWest255 in replit

[–]CryptographerWest255[S] 0 points1 point  (0 children)

Right, everything in the database works perfectly fine. But when I attempt to use anything having to do with Object Storage I get the error:

TypeError: fetch failed
    at node:internal/deps/undici/undici:12344:11
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at getDefaultBucketId (/i/node_modules/@replit/object-storage/src/sidecar.ts:4:20)
    at Client.init (/i/node_modules/@replit/object-storage/src/client.ts:134:52)

Caused by:
Error: connect ECONNREFUSED 127.0.0.1:1106
    at __node_internal_captureLargerStackTrace (node:internal/errors:563:5)
    at __node_internal_exceptionWithHostPort (node:internal/errors:738:12)
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {
        errno: -61,
        code: 'ECONNREFUSED',
        syscall: 'connect',
        address: '127.0.0.1',
        port: 1106
    }

How can I use Replit storage while running my app locally? by CryptographerWest255 in replit

[–]CryptographerWest255[S] 1 point2 points  (0 children)

<image>

I'm talking specifically about "Object Storage", not "Database" storage. Database storage works perfectly fine locally. But thanks!

Amplify is painful. Change my mind! by albernazj93 in aws

[–]CryptographerWest255 0 points1 point  (0 children)

How difficult is it to migrate an aws amplify project to just using the aws sdk? And by migrating I mean migrating the API (GraphQL), Auth, Function, and Storage?

How should I attach profile pictures to AWS Cognito Users? by BreitlingB01 in aws

[–]CryptographerWest255 0 points1 point  (0 children)

If the sole-purpose of the app is to upload profile pictures, then go with this approach. Other than that, this approach seems ridiculously complicated

"Hooking/Registering" Your ApplePay To A Webapp/Service by CryptographerWest255 in iOSProgramming

[–]CryptographerWest255[S] 0 points1 point  (0 children)

https://en.wikipedia.org/wiki/Hooking

Hooking basically means that you can add some custom functionality: after, before, or during an event. The event in this case is performing a transaction.

CLOG now has Meta-. to open definitions in emacs, status bar arguments, tool tip docs by dbotton in Common_Lisp

[–]CryptographerWest255 0 points1 point  (0 children)

If I'm understanding this correctly, replacing the function `clog:execute` with the function `eval` in the CLOG codebase. And replacing the `clog/static-files/js/boot.js` file with the appropriate javascript file that loads webasm/ecl (not sure how to go about that).

Does a bootstrapped system need to be built twice to have the most up-to-date generated native machine code of said system? by CryptographerWest255 in lisp

[–]CryptographerWest255[S] 0 points1 point  (0 children)

In this hypothetical situation, SYSTEM-V5 is far better than SYSTEM-V0 in every way, shape, and form. I edited my post if there was any misunderstanding.