Karl Shea

Results 34 comments of Karl Shea

> Wouldnt it make sense for you to adjust your datestring before giving it to formik? Isn't that what this is doing? The `onChange` handler here is the only place...

In the meantime I've moved away from Antd, so I'm not invested in the outcome of this issue. It can be closed if no one else is running into this...

I'm having the same issue. Uninstall/reinstall didn't fix it.

Sure. The problem is that if you have a couple of rows that have the same value that you're sorting on, MySQL (or any database actually) can return those rows...

Yeah, that would work. I think as long as whatever the column name is gets added to the builder right before returning it in doInternalOrder() in QueryEngine, that would solve...

Marketing people don't care about user trust or commitments. They'll just burn things to the ground and move on to the next corp job, each time making the world a...

I really had a hard time getting this to work, but I finally tracked it down. The issue is the ["tidy" functionality](http://htmlpurifier.org/docs/enduser-tidy.html). `` (and in my case, ``) is being...

The issue is that dyndns uses a [Route53 helper class](https://github.com/opnsense/plugins/blob/master/dns/dyndns/src/etc/inc/plugins.inc.d/dyndns/r53.inc) that's like 700 lines of API request code. That class probably does way more than it really needs to, but...

Is requiring another perl module acceptable to the maintainers? (paging @SuperSandro2000)

I don't know Perl well enough to know if that's possible 😂