nottledim

Results 14 comments of nottledim

FWIW Since tab already converts from default to editable I would think that if you delete the value and want to revert to initial again then I'd use a tab...

On 5 May 2020 02:32:05 Steve Herrell wrote: > > To clarify, do you mean "next to; in the configuration file" or "next to; > on the screen"? > You...

Thanks for clarifying, Sorry, I misread your earlier email (customize configuration). On 5 May 2020 21:25:37 Steve Herrell wrote: > > The switch doesn't support the icon option, for now...

It really needs a WiFi.disconnect() in the ```case SYSTEM_EVENT_STA_DISCONNECTED``` block otherwise it continually disconnects and reconnects after a disconnect.

A quick google suggests: Those who are facing problem as: if ( count($articles)){..} in CodeIgniter, they should use: if ( count((array)$articles)){..} as here – fWd82 May 31 '18 at 19:32...

That's a better solution, thanks

Whilst you're fixing that would you consider making error numbers reported by compile_font_file and load_file_font unique. Also perhaps print err as well err_msg in penultimate line of compile_font_file. Thanks.

oh, gosh - yes and no. I got it to work well enough for what I wanted by fiddling about. I don't think you could call it a resolution. If...

No, I bodged a few things to get it to compile but the ulp code didn't work properly. I gave up. I think you're probably right about Core version.

It seems the country field attribute 'c' is the problem. It's the ldap_add call in entry.php which fails but is not reported. The reported error comes when the newly added...