Cristian Popescu

Results 21 comments of Cristian Popescu

After a short research I found out that `curl` is the problem here, not the `Volta` installer. You can find the details in this answer: [here](https://askubuntu.com/a/1387286/1686587) To save you the...

I found a small article documenting the `curl` release on the `snap` store [here](https://curl.se/mail/archive-2021-04/0048.html). It says that because of the snap store restrictions: > Currently write access is only possible...

I suggest adding the possibility to override the default values via build flags, it might fix part of the issue for @robsworld ``` #ifndef PING_DEFAULT_COUNT #define PING_DEFAULT_COUNT 10 #endif #ifndef...

@robsworld You can check the latest version which contains the customizable parameters. Cheers!

Hi @johnerrington this looks like an easy task as we have all the necessary functionality in place. This discussion **can be moved in another issue** as a feature request as...

Hi @johnerrington, **I moved the discussion about your request in #34 so we don't pollute this thread with discussions about converting time units to milliseconds.** #34 is not necessarily something...

Is there a plan to fully support this for Angular? I wanted to use this with tailwind but cannot actually go on with partial compatibility. Thanks!

A hideous workaround for me was to manually set the label on each **de**selection of an element but also on `onChange` event to update the label. ```typescript // in app.component.ts...

Is this fixed or looked into in the v16.7.2 or later?

After updating to the latest version, the little hack is no longer working. The main reason for this is the removal of the `updateLabel()` method. Now, also the `valuesAsString` was...