trying to draw (and switch between) three lines above and below my base value. But I can't get it to work because "if" operator unable to use "line". Tried to r
hello I am new to js made a discord bot and now was making and mc server info command but getting this error const json = await response.json(); ^ RangeError [E
i want to include all columns from each dataset, how would i accomplish this? Dataset1 Dataset2
I have a table in MySQL similar to: Day Internal Number Schedule Is it possible with Crystal Report to create a field that recei
Is there any way in Javascript to tell what the most recently-fired event was? Reason I'm asking is I'm working on a site that isn't behaving properly on one of
I try to draw some text on the image. For that I use imagettftext(): $sign_str = "плюс"; $img = imagecreatetruecolor(3
I have a simple little java app which puts data into a google sheet. It was working for a little while until I got this error: "error": "invalid_grant", "error_
In my tests, I often have to declare a variable at the top, which I will use in the beforeAll and the afterAll. Example: describe('My test suite', () => {
Im trying to serve precompressed gzip/brotli files for html, js and css. With the following code. RewriteEngine on # Brotli # If the web browser accep