Golf League Tracker

Results 6 issues of Golf League Tracker

returned data string contains breaks the formatting and you don't see the whole JSON

bug

FEATURE REQUEST: Requesting that the (!) image should have a wrapper around it and/or allow for custom styling. The main goal is to hide the (!) when printing.

Using bundling with MVC5, VS2022. The bundler has issues minifying jquery.inputmask.js It appears to be on the line with the replace function: ....match.fn.toString().replace(/[[\]/]/g, "") ![image](https://github.com/RobinHerbots/Inputmask/assets/26240504/f9b876dc-053a-4f36-976f-a06ee11aae98)

You state in the changelog from version 2 to 3 "Removed OpenXmlSettings.RelationshipErrorHandlerFactory and associated types and replaced with a built-in mechanism to enable this" I cannot find any documentation on...

request: documentation
more-information-needed

This may be related to the board I'm using, I have the "koobook module . The chip on it is the DY1703A. [https://www.amazon.com/dp/B07YFPBGF8?psc=1&ref=ppx_yo2ov_dt_b_product_details](https://www.amazon.com/dp/B07YFPBGF8?psc=1&ref=ppx_yo2ov_dt_b_product_details) I have files in folders, everything works...

I have a function which draws simple large text on the screen, e.g. ` ofr.setCursor(tft.width() / 2, tft.height() / 2); ofr.setFontColor(GLT_COLOR_GOLD, TFT_BLACK); ofr.setFontSize(46); ofr.setAlignment(Align::BottomCenter); ofr.printf(label); ` This works great for...