choco
choco
TTCTheo's Typesafe Cult
Created by choco on 12/14/2024 in #questions
How do you promote your apps :)
ads seems the only real deal solution, but me personally i never downloads ad apps 😭
4 replies
TTCTheo's Typesafe Cult
Created by Bart on 12/6/2024 in #questions
How to add event listeners in React without useEffect
the only way to add listeners from window is by using useEffect or new api of react, it was something about useSyncExternal, but even react maintainers dont really know the proper way of using it if something is too complicated
6 replies
TTCTheo's Typesafe Cult
Created by Akash Sharma on 12/4/2024 in #questions
Network Issue
w..what
4 replies
TTCTheo's Typesafe Cult
Created by DeathSkull on 12/2/2024 in #questions
How to use the presigned URL to upload the file?
request to that URL
5 replies
TTCTheo's Typesafe Cult
Created by DeathSkull on 12/2/2024 in #questions
How to use the presigned URL to upload the file?
you fetch to presigned URL
5 replies
TTCTheo's Typesafe Cult
Created by johnny the fifth on 11/29/2024 in #questions
which approach is better for handling errors in my app
depending on the context but i think you got it right
4 replies
TTCTheo's Typesafe Cult
Created by rre on 11/17/2024 in #questions
Where to host a static website for my company?
netify
10 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
i might be wrong but i dont think that you can get that info from listFiles method. also instead of get request that will return image itself can make head request that will return headers only (with a date).
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
in headers there are last-modified header
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
when you send request to that link you will have body with file and headers.
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
you can get the file by this link https://utfs.io/f/YOURFILEKEY
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
of the file you uploaded.
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
you have a file key right?
12 replies
TTCTheo's Typesafe Cult
Created by schmell on 11/8/2024 in #questions
How to get uploaded date from listFiles()
by sending request to https://utfs.io/f/YOURFILEKEY you can get headers that has last modified data
12 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
absolutely, i appreciate it
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
if it will not bother you, you can run it online, because i use build in classes, let me chekc if its possible myself first
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
I can give you the code that generates signedKey if it would help
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
Java
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
i think the problem is not with fileKey but with algorithm 256. But not sure. https://ptb.discord.com/channels/966627436387266600/1302368823630102579
132 replies
TTCTheo's Typesafe Cult
Created by sudhanshug on 10/21/2024 in #questions
[Rails + UT] How to use UploadThing outside of JS ecosystem, using Rest API?
oh the last one relatable, i am facing the same situation rn
132 replies