Hans Raaf
Hans Raaf
> So what you're saying is, if you don't have those audio libraries installed, your go code won't compile? I say that my magefile then does not compile.
I actuallly wonder how this is "single dependency" with all the other modules needed :)
With that hint from #234 I actually got my problem solved like in this example and be fine with it: ``` ```dataviewjs var images=this.app.vault.getFiles("SD Content").filter(t=>t.name.substring(0,13)=="Artists-Grid-"); images.sort(function (l,u) { return l.name.toLowerCase().localeCompare(u.name.toLowerCase());...
This breaks our application because we suddenly get currency symbols in some columns. Is there a way to not get modifications to the values? We tried ``` colCells, err =...
[auk_ksg.xlsx](https://github.com/qax-os/excelize/files/12587411/auk_ksg.xlsx) The marked fields (of the second sheet) were reported without the € in past versions of excelize.
We used the lastest release (2.8.0) and go 1.21.1. I let a college check with your master branch, she will report here.
@xuri I also want to thank you for the swift reply and the very useful package!
As we deploy the apps with docker there is usually no need to embed the "web" folder for us, but I was interested in this anyway. I think it is...
Actually, this is what go-app itself does. You render everything again and again (but you may decide what to update in the model data for that) and go-app decides what...
Well, just add them using the Raw Headers? And what about the body? All I ever needed is possible with: https://github.com/maxence-charriere/go-app/pull/665