Mark Jeghers

Results 13 comments of Mark Jeghers

Ported my Ham Radio Callsign Lookup app with Ract/Redux. But I am not sure how to deploy the production code into a Linux system daemon (in CentOS) so that systemd...

Has any more been done with this? I'd really love to have this feature. I need grid items that are well-defined (not dynamically added/removed) but shown/hidden. Also, I am not...

I don't think the layout itself has that capability. In a recent application I just added and removed child components at the app level, so that basically I'm controlling the...

Unfortunately it is proprietary code I am not allowed to share, however it's pretty straightforward. You have a list of child components that go inside the layout. Simply add to...

I mean the list that goes into the layout property. Unless you are separately using the data–grid property on each of the individual child elements, in which case that would...

After about a week of experimenting with this, I cannot seem to see any ordered list diff support happening. On closer inspection, it looks like there are missing pieces, like...

I am trying to use this in a Redux saga, but the callback structure is a showstopper since "yield" won't work inside the callback.

Cool thanks! On Jan 4, 2018 12:17 PM, "Philip Davis" wrote: > Yeah, it's a hassle to not have a synchronous version of parseString. > Thanks @zszszsz for a concise...

That looks good, thanks for the input! On Jan 4, 2018 12:26 PM, "zszszsz" wrote: @PhilipDavis This parseString is itself *synchronous in nature*, it is not a workaround actually. @jeghers...