Michael Schwartz
Michael Schwartz
PR here: https://github.com/philburk/pforth/pull/134
I didn’t test on windows - no development environment. Don’t have any non posix platforms with dev tools either. Though I have done some SoC programming myself. if you’re assuming...
No unistd on windows, so we need to add #if for windows, too.
I just pushed the fixed pf_main.c with checks for embedded and WIN32 (is that still a thing?) to avoid the new getopt() logic if those are set. Built and tests...
https://nodejs.org/api/process.html#process_process_title process.title# Added in: v0.1.104 The process.title property returns the current process title (i.e. returns the current value of ps). Assigning a new value to process.title modifies the current value...
That's where I probably found out about the new API. That said, I'm not much of a fan of any of the existing solutions like HA. In fact, that this...
Looking at the API and their cli example, I don’t see how it’s feasible for the MQTT bridge. There’s no notification or event API, no EventSource or WebSocket. The cli...
Yeah, I saw that already. The problem is I don't want to open an HTTP port on my home LAN to support the web hooks. This is one of the...
How about we pick one? BSD or MIT or Apache or LGPL. Any preference? Sent from my iPhone On Dec 28, 2011, at 11:18 PM, Mark [email protected] wrote: > Looks...
My concern is to allow people to freely use and even sell the software. I'll start with the choose one. On Thu, Dec 29, 2011 at 6:15 AM, Mark Constable...