Peter

Results 12 issues of Peter

When having a CAMLQuery that refers to a wrong column name, the error returned is the same as the one if the relationsshipListColumn is wrong: https://github.com/sympmarc/SPServices/blob/491f2d4dc13c5108dbfa1f8bcb775de8038d81e9/src/value-added/SPFilterDropdown.js#L104 Which can lead to...

The value of t4 can be either "am" "pm" or "" (blank) the if statement simple assumes that if it is not am, then it must be pm. In the...

I just finished the prototype Cortana integration (and essentially a channel integration for multiple channels to HABot). https://community.openhab.org/t/cortana-skill-for-habot-testers-needed-and-maintainer-input-requested/60332 However currently that integration uses basic authentication to reach the myopenhab.org server,...

Looking at https://cdnjs.com/libraries/sjcl only the base class is available. However sjcl consists of additional modules (sha1, aescbc, ...) that are not available in the core version. The package scripts should...

The minified version changes the name of the _xor4 function (since it is private) and thus the CBC library imported separately fails. https://github.com/bitwiseshiftleft/sjcl/blob/4fc74ff92fd6b836cc596cc0ee940ef6cc8db7c6/core/bitArray.js#L185 https://github.com/bitwiseshiftleft/sjcl/blob/4fc74ff92fd6b836cc596cc0ee940ef6cc8db7c6/core/cbc.js#L42-L43

I have a Radon EYE RD200, with the Bluetooth binding I can easily connect the device to openHAB, but obviously it does not read the radon level as of yet....

At runtime check if React exports the createContext otherwise fallback to to the createServerContext. Important Notes The ThemeProvider will only provide context to other Server components - the values do...

In some modern themes there is no longer any default jQuery dependency, so there is no need for this plugin to require it sitewide.

Had an error on a MU site / with other plugins where this would be imported twice on the papercite options page.

We have created an addon plugin for papercite that adds the capability to create individual pages for papercite entries. https://github.com/zealofzebras/wordpress-papercite-pages Would it be of interest to put this functionality into...