Digicrat

Results 8 issues of Digicrat

I've begun using Plantuml within my Doxygen Markdown files, but I'm missing the ability to quickly preview in place that I can get in org-mode. In some cases, content within...

feature request

Compilation fails out of the box with GCC 8.3 ``` src/httplib_error_string.c: In function ‘httplib_error_string’: src/httplib_error_string.c:170:2: error: ignoring return value of ‘strerror_r’, declared with attribute warn_unused_result [-Werror=unused-result] strerror_r( error_code, buf, buf_len...

I'm trying to set the Carousel layout to the lower-half of the screen to toggle between a few sub-views, and another widget on the top. The carousel example includes a...

See #174

duplicate
help wanted
need investigation
review
partially accepted

Attempting to install this module in emacs 24.5.1 gives this error: Compiling file ~/.emacs.d/elpa/cuda-mode-1.0.0/cuda-mode.el at Sun Mar 4 12:30:00 2018 cuda-mode.el:112:1:Error: Symbol's function definition is void: set-difference It looks like...

It would be helpful if the navigation index on the right indicated if a method or member was Static or Async. This information is provided when looking at the definition,...

I just got the RM3 and am having multiple issues setting it up, but starting with the basics, I've joined the RM3 to the network (via broadlink.setup() function since I...

This exports a new function from the Grammar::Trace class, "GrammarTraceMode($mode)", to allow toggling trace output at runtime. Supported options are Always (default, matching existing behavior), Never, or Error. In the...