Menno van der Woude
Menno van der Woude
Actually PR #16 already implements this. Would be great if that PR could be merged and published to nuget!
A small followup. Using this command: dnf -qy module disable postgresql the dependency error will disappear, and timescale can install under CentOS. Nonetheless, it would be better to correct the...
Any hope for a resolution for this issue? It should be an easy fix an will help ease deployment of timescale in RHEL environments, cause RedHat provides support on postges...
Thanks for looking in to this. We looked a bit further and were able to find and fix the issue. It actually lies with the PGDG packages, which ignore version...
Any chance for a follow-up on this one? The provided solution should work as-is.
You can leave out any 'Conflicts:' statements as you see fit; the approach will still be an easy way to allow Timescale to work with both Appstream and PGDG on...
Is there any progress on this? Having the possibility for an interactive legend would be great.
A follow-up: I get the same error when using the lib in a server project. It does however work (server-side only, not with WebAssembly), when I include the BlazorLeaflet project...
A different approach to multi-selection - which is facilitated for example by ListView, might be to have an IsSelected property on the ViewModel, which can be set if the cell...
I've been trying my hand at this a little. I added an attached property on the Cell, in order to set the SortMemberPath property. This works, I am now able...