Lukas Vollmer
Lukas Vollmer
Merge, would be nice
Had same problem with nuxt version 3.7.3. Worked after I allowed "Allow access to file URLs": https://github.com/vuejs/devtools/issues/1760#issuecomment-1221319674
Sure @antonmedv, but I think its commonly enough to add it here as well
I think concat() would make more sense here, since append would only add the array as a new entry: **concat:** ``` array1 = [1, 2, 3] array2 = [4, 5,...
Hmm just checked it for go. It seems different here xD ``` package main import ( "fmt" ) func main() { slice1 := []int{1, 2, 3} slice2 := []int{4, 5,...
Ok append it is :) I still think that concat is the better function name, but could be bias.
I also think concat() is the better wording for that.
Hmm, since the date function also accepts the timezone as a string (date("2023-08-14 00:00:00", "2006-01-02 15:04:05", "Europe/Zurich")) it would be cleaner to don't have a separate timezone() function to convert....
Do as you like :-)