Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Malcolm

  1. Malcolm

    Read Me We would like your feedback!

    Hello Coders, Code Forum will be changing the way we make decisions. Previously, we made decisions based solely on data and whether something felt right; however, our small community has grown quite a bit since that process began. It is now time for us to evolve into something greater. That is...
  2. Malcolm

    Read Me Citing Code Forum Content

    Citing Code Forum Content This guide explains how to cite material found on Code Forum. The citation format depends on whether you are referencing an entire thread or a specific post. Citing a thread or resourceCiting a specific post or message Format: Format: Username. (Year). "Thread...
  3. Malcolm

    Read Me How did you find us?

    We’re happy to have you back here! If you need help getting back into your account, please feel free to reach out :)
  4. Malcolm

    JavaScript console.log redirection works once, but subsequent attempts fail

    Hey @j1fcZKmy, welcome to Code Forum! Let's see if we can get someone to help you out with this! @Antero360 @Johna @simong1993 @JimmysNetwork @tomliv @menator01 any ideas?
  5. Malcolm

    Hello guys

    Welcome to Code Forum!
  6. Malcolm

    Important ! Configserver is closing business

    Thank you for the heads up!
  7. Malcolm

    React custom hook function constantly returns null

    <span>import</span> <span>{</span> useEffect<span>,</span> useState <span>}</span> <span>from</span> <span>'react'</span><span>;</span><br><span>import</span> DOMPurify <span>from</span> <span>'dompurify'</span><span>;</span><br><br><span>// React function non-component due to naming...
  8. Malcolm

    React custom hook function constantly returns null

    <span>import</span> <span>{</span> useEffect<span>,</span> useState <span>}</span> <span>from</span> <span>'react'</span><span>;</span><br><span>import</span> DOMPurify <span>from</span> <span>'dompurify'</span><span>;</span><br><br><span>// React function non-component due to naming...
  9. Malcolm

    React custom hook function constantly returns null

    <span>import</span> <span>{</span> useEffect<span>,</span> useState <span>}</span> <span>from</span> <span>'react'</span><span>;</span><br><span>import</span> DOMPurify <span>from</span> <span>'dompurify'</span><span>;</span><br><br><span>// React function non-component due to naming...
  10. Malcolm

    Yinz Got Pets?

    Haha, they look cute! When I was younger, my most unique pets were probably my Lizard and fish.
  11. Malcolm

    How to ask questions and POST them

    The next time this happens, can you share what it says under Dev Tools > Console? That would help us narrow down the issue.
  12. Malcolm

    How to ask questions and POST them

    Hi @pizzipie, I have moved your thread to Community Huh since it’s an issue regarding Code Forum. Now with that said, can you provide me information such as your operating system, browser etc. additionally, are you using a VPN or a service that may frequently change IPs? If you are not able...
  13. Malcolm

    ClickAttacks is not a valid member of folder replicatedstorage.events but it is why?

    Hi there, Happy to have you here! :) When posting a thread, try to include text instead of just an image. The text should describe the issue, explain what you've done to resolve it, and include both the code and the error. You can check out this resource on how to ask a good question for...
  14. Malcolm

    Simple Project Manager and Bug Tracking Software

    Nothing wrong with that. Just because something exists, it shouldn't mean you don't make it.
  15. Malcolm

    HTML & CSS Text input box extends outside its container

    Hi everyone, I'm having an issue where my text input extends outside its container when using @media query set to a max width of 800px. I've tried setting the input to have a width of inherit and its parent to 100%, but it always seems to extend outside of its parent. Outside query CSS...
Back
Top Bottom