D A

Results 21 comments of D A

Won't typescript handle this based on your target minimum browser javascript support? Its set to es6 atm.

@kendallroth What approach did you take? I'm suffering from the same issue and at this point, I'm planning to just use ts-node in production.

@MikeyManoguerra I'm not sure if my additions are even applicable with the "Scripts To Rule Them All ". I added an entry for Merges.

@davidby-influx will use the master-1.x branch but how can I build it via docker?

@davidby-influx On ubuntu, I ran - RUN DEBIAN_FRONTEND=noninteractive TZ=“America/New_York” - apt update && apt install -y git bzr tzdata golang-go make build-essential clang pkg-clang protobuf-compiler libprotobuf-dev - go install google.golang.org/protobuf/cmd/[email protected]...

@philjb Thanks for commenting. Tried your command within the latest master-1x and it failed with ``` Package flux not found in the pkg-config search path. Perhaps you should add the...

@philjb Been trying my best to follow it. In my ubuntu container, installed gvm and go1.23.8, mkdir $HOME/gocodez, and export GOPATH=$HOME/gocodez When I ran `go get github.com/influxdata/influxdb` it fails with...

Running tools from `$HOME/gocodez/bin` . I do have a weird conflicted versions error if I run influx_tools directly but building via the commands outlined in pull #25297 overcome it.

@philjb was working. For reliability reasons, wrote a script to set all the variables and dirs. It still builds but influx_tools fails with Flight.proto conflicted versions

@philjb got it working. The tool builds and runs. It’s crashing after a few conversions but I’m debugging it (and learning go lol)