Ilan Biala

Results 30 issues of Ilan Biala

Is there any way to use SQS with a stream so I don't have to set up a timer to check and I can provide a function to handle any...

Post your thoughts here on how to easily handle common directions and specific, numbered directions.

enhancement

instead of using `data-css=""`, currently doesn't work on oval, triangles, trapezoid, chevron

bug
enhancement

Now I realize that it may be a bad idea to force people to use PHP's Composer; however, it allows things to be handled much easier and this is a...

enhancement
question

will create a Contact page and set up a form that will send an email to the admin

enhancement
question

I'm trying to use this library in a project with g++, and it seems that `__STDC_VERSION__` is not defined when compiling C++ (https://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html). This seems like it poses an issue...

enhancement

When I try to compile this library in a C++ project, I get this error: ``` ../libscpi/src/error.c: In function 'scpi_bool_t SCPI_ErrorAddInternal(scpi_t*, int16_t, char*, size_t)': ../libscpi/src/error.c:136:28: error: invalid conversion from 'long...

enhancement

Can a branch be started for gulp-nodemon's new code compatible with Gulp 4.0?

question

When plotting signals using the plot subcommand, often times some signals overlap. It would be nice if `cantools polot` would have better support for this visualization, maybe by doing something...

The tester class is currently useful for testing static messages, but with stateful messages that may have counters or other data it is less useful out of the box because...