Arkatme
Arkatme
Explore posts from servers
DDeno
Created by Arkatme on 8/5/2023 in #help
Resize image/convert on upload
Hi there, I want to store images uploaded in webp format at 200x200px. Has anyone done something like this before? The only package I could find was last updated like 3+ years ago.
3 replies
DDeno
Created by Arkatme on 8/3/2023 in #help
What should my entry point be on Deno Deploy?
2 replies
DDeno
Created by Arkatme on 8/2/2023 in #help
Set a cookie in GET and retrieve in POST
been tryinig to do this for a couple hours now. Basically I want a way to return the user to the previous page upon successful login. Currently I'm trying to set a cookie of "last_page" in GET and then reading it in POST when the user clicks Login.
4 replies
DDeno
Created by Arkatme on 8/2/2023 in #help
can't scrub video
<div className={"flex flex-col text-primary w-full lg:w-1/2 justify-center"}>
<video className="w-full" controls>
<source src="intro-video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
<div className={"flex flex-col text-primary w-full lg:w-1/2 justify-center"}>
<video className="w-full" controls>
<source src="intro-video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
For some reason my video plays but I can't scrub through it. I can only play and pause the video. I've tried moving the component it is in, into an island but that didn't fix it either.
1 replies
DDeno
Created by Arkatme on 7/30/2023 in #help
Site runs fine but vscode is filled with errors.
8 replies
CC#
Created by Arkatme on 1/24/2023 in #help
✅ Could not load file or assembly 'StackExchange.Redis
56 replies
CC#
Created by Arkatme on 11/14/2022 in #help
❔ Jenkins Pipeline with dotnet test
The test run parameter argument 'TestRunParameters.Parameter(name=pathToExe, value=C:\\Jenkins\\workspace\\build_and_test_vr_client\\Builds\\output\\OMS.exe)' is invalid. Please use the format below.
Format: TestRunParameters.Parameter(name=\"<name>\", value=\"<value>\")
The test run parameter argument 'TestRunParameters.Parameter(name=pathToExe, value=C:\\Jenkins\\workspace\\build_and_test_vr_client\\Builds\\output\\OMS.exe)' is invalid. Please use the format below.
Format: TestRunParameters.Parameter(name=\"<name>\", value=\"<value>\")
getting this error ^^ from my jenkins pipeline dotnet test \"${workspace}\\Automated Tests\\Automated Tests.csproj\" -- TestRunParameters.Parameter(name=\"pathToExe\", value=\"${workspace}\\Builds\\output\\OMS.exe\") is what im using. Am I doing something obviously stupidly wrong?
2 replies