Paul

Results 12 comments of Paul

Unvortunately I couldnt fix it. I moved on to transpile the typescript code to javascript and go from there using: `tsc -p tsconfig.json &>/dev/null` You have to lookup the output...

Hi thanks for your input. I have done some small changes to the `variables-stack.sh` https://github.com/paulheg/docker-mailserver/commit/a050ff19cf8450ae09894144de1edfa7dfbd45a7 I also looked into the test suite, I have to say I'm a bit overwhelmed...

Hi @polarathene, thank you for your work :) At the moment im sadly occupied but I still would like to see this feature. I think it still would be a...

Just found a work around: ``` GOPROXY=https://proxy.golang.org/cached-only go mod download github.com/SAP/[email protected] ```

I just checked if its an issue with flux by modifying the `range_test.flux` and it does not seem to be the case. ```flux package universe_test import "testing" import "csv" option...

Hi @philjb, as far as I understand, flux is doing the filtering, I found the go code for that in the flux repository. Looking at the test from my last...

Quick update, I just used the FluxQL to select data between 1820 and 1830 and this works fine.

Hi @philjb, I think I found the issue. My only problem now is that Im unable to build the project because of dependencies from the flux repository. Mainly because the...

I could verify the issue by running the binary on my local machine. I'm not sure as to why this check was done, but it seems to be the cause...

@philjb I was able to build it locally, run it, and verify. > Just found a work around: > > ``` > GOPROXY=https://proxy.golang.org/cached-only go mod download github.com/SAP/[email protected] > ``` I'll...