Leon
Leon
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Leon on 2/21/2025 in #questions
Create 10,000 dummy React Views (Windows 11)
Yep that worked. Do you know why there's a (around) 8000 byte limit for variables? Or just for loops in general
6 replies
TTCTheo's Typesafe Cult
Created by Leon on 2/21/2025 in #questions
Create 10,000 dummy React Views (Windows 11)
The closest I've gotten is this but the file content is wrong:
@echo off
setlocal EnableDelayedExpansion

set "text="
for /L %%i in (1,1,1000) do (
set "text=!text!A"
)

for /L %%i in (1,1,1000) do (
set "fileNum=%%i"
> "View!fileNum!.tsx" echo export const testFunction!fileNum! = "() => {"
>> "View!fileNum!.tsx" echo return (
>> "View!fileNum!.tsx" echo ^<div^>
>> "View!fileNum!.tsx" echo ^<p^>
>> "View!fileNum!.tsx" echo !text!
>> "View!fileNum!.tsx" echo ^</p^>
>> "View!fileNum!.tsx" echo ^</div^>
>> "View!fileNum!.tsx" echo );
>> "View!fileNum!.tsx" echo }
)

echo Done creating 1000 files.
pause
@echo off
setlocal EnableDelayedExpansion

set "text="
for /L %%i in (1,1,1000) do (
set "text=!text!A"
)

for /L %%i in (1,1,1000) do (
set "fileNum=%%i"
> "View!fileNum!.tsx" echo export const testFunction!fileNum! = "() => {"
>> "View!fileNum!.tsx" echo return (
>> "View!fileNum!.tsx" echo ^<div^>
>> "View!fileNum!.tsx" echo ^<p^>
>> "View!fileNum!.tsx" echo !text!
>> "View!fileNum!.tsx" echo ^</p^>
>> "View!fileNum!.tsx" echo ^</div^>
>> "View!fileNum!.tsx" echo );
>> "View!fileNum!.tsx" echo }
)

echo Done creating 1000 files.
pause
File content:
export const testFunction1 = "() => {"
return (
<div>
<p>
[...]
</p>
</div>
ECHO is off.
export const testFunction1 = "() => {"
return (
<div>
<p>
[...]
</p>
</div>
ECHO is off.
6 replies
DHDistant Horizons
Created by Leon on 6/8/2024 in #help-me
Weird graphical issue on DH 2.1
That worked, I have another issue. Should I put it in this thread or another one?
7 replies
DHDistant Horizons
Created by Leon on 6/8/2024 in #help-me
Weird graphical issue on DH 2.1
I thought sodium/nvidium replaced the normal vanilla chunk loading?
7 replies
DHDistant Horizons
Created by Leon on 6/8/2024 in #help-me
Weird graphical issue on DH 2.1
Aight, thanks
7 replies