Daniele Giglio

Results 4 issues of Daniele Giglio

Hi, This is more a request than a bug warn, by the way: if I submit the favourite tracks list url (https://open.spotify.com/collection/tracks) the script cannot manage it. Best regards

enhancement

Hi, Trying to use company-mode for C/C++ i've noticed it doesn't auto complete some preprocessor keywords like `#include` and `#define`. So, after a brief investigation I've discovered that in the...

Try this: ```` =COUNTIF([A1:E1],"A") ```` it works, but this does not: ```` =COUNTIF([A1:E1],"A3") ```` I'm trying different combinations, it always fails if criteria contains a digit, wherever it's in the...

For example here: ```` $tbl_absences[$r++] = array_replace($row, array_combine(array_map(function($vals): int { return date("d", strtotime($vals));}, $absences), array_values(array_column($subresult,'sigla')))); ```` But, since `array_values(...)` is the second `array_map()` parameter, it should be: ```` $tbl_absences[$r++] =...