We currently don't use nuget for our dependencies, preferring to go old-skool way and stick them all in a libs folder and reference from there. I know. So 1990'
Hey I am working in ktor. I want to throw exception in ktor. I am reading this doc and this example. I want exception, responseCode and errorResponse with error
How to run Excel without creating a file? (File.WriteAllBytes) do you have any suggestions for protecting the excel from being copied by the user? public void o
My goal is to display an (conditional) editable rhandsontable inside a modal by clicking an actionbutton. Creating and displaying the table worked fine, however
My test string: /custom-heads/food-drinks/51374-easter-bunny-cake I am trying to capture the number in the string. The constants in that string are the the num
The very common beginner mistake is when you try to use a class property "statically" without making an instance of that class. It leaves you
When I type into the entrybox, while i expect the console to print what i've typed the following error is raised: Traceback (most recent call last): File "/us
This is the code that was given to me and I am asked to modify it in order to the full Fibonacci sequence and get outputs for n = 10 and n = 18. I've tried addi