clogwog

Results 11 issues of clogwog

The link on https://cicd.serverlessworkshops.io/setup.html to https://cicd.serverlessworkshops.io/javascript/setup/cloud9/ does not work and shows an error like: ``` This XML file does not appear to have any style information associated with it. The...

First of all, thank you ! awesome work .. just one suggestion, when you navigate away from a memory graph that has been collecting for a while, and you quickly...

would it be possible to implement the Google Home interface so i can see the cameras via the Google assistant and/or Google Home Hub as well ? The interface is...

enhancement
feature

## Describe the bug When GPU memory goes up to 1 G it shows it wrongly as 101M for a bit.. Once it gets higher i think I have seen...

bug

when i check the output of a vanilla build it looks like gstd is built with debugging information ``` file /usr/local/bin/gstd /usr/local/bin/gstd: ELF 64-bit LSB shared object, ARM aarch64, version...

would it be possible to store the original pipeline create command that is used inside gstd, and then return that string either in list_pipelines or list_elements ? I'm asking because...

Doesn't **float center_y() { return right + height() / 2; }** look wrong ? I'd expect it to be something like: **float center_y() { return top + height() / 2;...

float center_y() { return right + height() / 2; } just looks wrong

i'm running : ``` #gstd --version GstD version 0.14.0 Copyright (C) 2015-2021 RidgeRun (https://www.ridgerun.com) ``` and i regularly check if the pipeline that i started is still going, before i...

It looks like the name for the c function: [gst_pipeline_get_state](https://github.com/RidgeRun/gstd-1.x/blob/master/libgstc/c/libgstc.c#L532) is different from all the other functions in that same header.. all the other ones start with **gstc_** There may...