Bryan White

Results 17 issues of Bryan White

I suggest that in `arduino-core/src/processing/app/BaseNoGui.java`, that the single line definition ``` public static final String VERSION_NAME = "1.8.17"; ``` be changed to be across two lines, as ``` public static...

Component: IDE
feature request

**Describe the bug** Your commented example is "Sat, 06 Dec 2009 12:34:56 GMT", which is RFC1123. ISO8601 (which has many formats) would be more like "2009-12-06T12:34:56" or "2009-12-06T12:34:56+00:00" or "2009-12-06T12:34:56Z"....

In [https://geany.org/manual/hacking.html](url) (dated 2016-07-26 18:15:59Z) under `[filetypes.* configuration file](https://geany.org/manual/hacking.html#id32)` it mentions `Don't forget to add the newly created filetype file to data/Makefile.am` but I cannot find `Makefile.am` anywhere on my...

Mention millis() ticking every 1.024 mS, skipping a value every 41 or 42, and maybe using micros for short accurate timings.

enhancement

[https://www.arduino.cc/reference/en/language/functions/communication/serial/availableforwrite/](url) does not tell the user about the returned value: - What its datatype is (signed or not, whether 8 or 16 or ... bits) - Where to find out...

bug

On my Nano clone, calling `tone(pin, frequency, duration)` [https://www.arduino.cc/reference/en/language/functions/advanced-io/tone/](url) seems to ignore duration. e.g. changing the [https://www.arduino.cc/en/Tutorial/BuiltInExamples/toneMelody](url) 'loop' to ``` const uint8_t pinTune = 8; void loop() { // slide...

I've been using AceRoutine 1.4.3 for a while (and made a few local tweaks), and considering the upgrade to 1.5.1. TBH I haven't checked your latest code, but reading your...

using NUnit 2.5.3.9345 and CouchDB 0.11.0 at Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(Object value, String parameterName) at Newtonsoft.Json.Linq.Extensions.Value[T,U](IEnumerable`1 value) at Newtonsoft.Json.Linq.Extensions.Value[U](IEnumerable`1 value) at Divan.CouchQueryDocument.ReadJson(JObject obj) in C:\temp\Divan\foretagsplatsen-Divan-bbafde3\src\CouchQueryDocument.cs:line 17 at Divan.CouchGenericViewResult.RowDocuments[T]() in C:\temp\Divan\foretagsplatsen-Divan-bbafde3\src\CouchGenericViewResult.cs:line 193 at Divan.CouchGenericViewResult.RowDocuments()...

Divan.CouchException was unhandled Message="Document with id 077bba1fc8e82eb64d38ebe39b0049f6 was not deleted: \"conflict\": \"Document update conflict.\"" Source="Divan" StackTrace: at Divan.CouchDatabase.DeleteDocuments(ICanJson bulk) in C:\temp\Divan\foretagsplatsen-Divan-bbafde3\src\CouchDatabase.cs:line 745 at Divan.CouchDatabase.DeleteDocuments(IEnumerable`1 documents) in C:\temp\Divan\foretagsplatsen-Divan-bbafde3\src\CouchDatabase.cs:line 728 at Trivial.Program.Main(String[]...

http://github.com/foretagsplatsen/Divan states as dependency "Newtonsoft.JSON (3.5 Beta 4), MIT-licensed fast library for JSON" Your included version has Newtonsoft.Json.Linq.JRaw but not Newtonsoft.Json.JsonRaw I have downloaded Newtonsoft.JSON (3.5 Beta 4) which has...