Mark Bratcher
Mark Bratcher
@aharpervc and @coderjoe thanks for the tip on using `require 'devkit'` in the application. I put it between `require 'rails/all'` and `Bundler.require(*Rails.groups)` in my `config/application.rb` and it seems to work...
@MehdiGol @SlevenCalevra something to try... you can use a PWM output as a nearly 500Hz clock (one of the PWMs is 490Hz by default on some Arduinos, and others get...
> It probably can't detect whether your terminal is true-color after a recent PR that added a check for it. Until it gets fixed, you can add `true-color = true`...
> It's under the editor key: > > ```toml > # ~/.config/helix/config.toml > [editor] > true-color = true > ``` Thank you!
> What does `hx --health | head` say for the "Clipboard provider"? > > Selecting text with the mouse should automatically copy it. If you're using X then `xsel` or...
What version are you using? I tried both `cJSON_HasObjectItem` and `cJSON_GetObjectItem` and they worked fine for me without an escape. An underscore obviously should not require escaping. Can you show...
Are you using the latest version in the master branch, or the latest official version, which is tagged 1.7.15? What platform are you running on? Where did you `json` variable...
My last test I did using my embedded ESP32 use of cJSON. I just tried another test by copying the latest source from this repository and compiling it under Linux....
It probably would be very easy to create a pre-processing function to strip out the comments of a jsonc string buffer and return the json without comments.
@limingjuan00 are you able to construct a simple program that builds a json array using both old and new versions of the code and identifies a difference in the printed...