the magic guy
the magic guy
Explore posts from servers
SSolidJS
Created by the magic guy on 4/25/2024 in #support
Vite error when evaluating SSR module
I removed suid material, and everything works as expected
3 replies
SSolidJS
Created by the magic guy on 4/25/2024 in #support
Vite error when evaluating SSR module
Hmm seems like suid material doesnt work well with solid js 1.0
3 replies
SSolidJS
Created by the magic guy on 4/23/2024 in #support
Wrapping `<FileRoutes />` in `ErrorBoundry`
No description
5 replies
SSolidJS
Created by the magic guy on 4/23/2024 in #support
Wrapping `<FileRoutes />` in `ErrorBoundry`
ah right! tho can I not combine an errorBoundry and Suspense? It seems like when I have both, the errorBoundry doesnt seemt to kick in
<ErrorBoundary fallback={(err) => <p>Error: {err}</p>}>
<Suspense>{props.children}</Suspense>
</ErrorBoundary>
<ErrorBoundary fallback={(err) => <p>Error: {err}</p>}>
<Suspense>{props.children}</Suspense>
</ErrorBoundary>
5 replies
Do I need to take WTP100 for co-op eligibility?
Yeah you need to take the course first
4 replies
HELP ME
pretty much that
7 replies
DSA 456 proffessor
lol gl, this aint a easy course
21 replies
Recommendations for CPA Professional options (again)
you pretty much self teach azure by going through their tutorials
62 replies
Recommendations for CPA Professional options (again)
lol I heard MST is kinda meh
62 replies
is there anyone that would be able to help me study for oop345?
I tutored someone from this discord in OOP 345 recently, if you are interested 👀
51 replies
For domestic students, how much was your tuition and how much are you paying for classes?
it wasl ike 1500 per semester I think?
15 replies
CPP compiler on linux
That’s only a vscode thing
10 replies
CPP compiler on linux
G++ doesn’t need a launch.json
10 replies
CPSComputer Programming - Seneca Polytechnic College
Created by Uncle Bobby B on 10/17/2023 in #ask-a-question
need to retake ipc144
I had a tutor through OOP 2 and 3, he was super helpful in helping me understand everything
25 replies
Is it possible to remove the first item in a list in Python and still have O(1) run time?
hmm, it seems like cuz its the last element, it just shinks the list. No need to "actually" remove anything
35 replies
Is it possible to remove the first item in a list in Python and still have O(1) run time?
is it constant time?
35 replies
Is it possible to remove the first item in a list in Python and still have O(1) run time?
popping from a list in python?
35 replies
Is it possible to remove the first item in a list in Python and still have O(1) run time?
Or you might be approaching the problem wrong….
35 replies
Is it possible to remove the first item in a list in Python and still have O(1) run time?
Yeah idk if what you are trying to accomplish is possible then…
35 replies
Is it possible to remove the first item in a list in Python and still have O(1) run time?
Lol
35 replies