Arlen Beiler
Arlen Beiler
Just thought I'd mention that it's really simple to serve a static directory with the send module, which is part of the express.js ecosystem, I believe. ```ts const serveStaticFolder =...
Servers normally run UTC anyway, so the offset is just helpful. Besides, you wouldn't want the mess of making sure tasks don't duplicate on the night DST starts or ends....
It would definitely need to explicitly enabled because cron is used all over the server world for stuff.
No, the syntax uses curly brackets for the css. The css obviously then goes in the style field of the img. The relevant regex section is `(?:\{([^\]]*)\})?`.
Well the problem I've had with those is that they usually only allow one style bit to be specified (`this:style;`). Is that the case or are they supposed to allow...
>I cannot fathom why using the new journal button to create an old journal or future entry with a completely different date will delete the existing journal entry for today....
Here is a stack trace for this problem. The paths indicate where the source file was found when packaged. ```plain Error: Received packet in the wrong sequence. at u._parsePacket (/node_modules/mysql/lib/protocol/Protocol.js:283:17)...
Is something weird happening in this stack trace or is this a normal stack trace? It almost looks like somehow we've got a short-circuit happening. Is that what it looks...
Having the same problem.
- What browser and version are you using? - Do files under the path load correctly, but they just don't display correctly in the address bar? Or does the page...