Georgios Gkinis

Results 14 comments of Georgios Gkinis

@amlwwalker Did you plot this in Excell or something else?

I currently do it this way : o := techan.Order{ Side: techan.SELL, Security: Symbol, Price: nc.ClosePrice, Amount: big.NewFromInt(amount).Mul(big.ONE.Sub(big.NewDecimal(transactionFeePercent))), ExecutionTime: time.Now(), } On my trading platform there is a transaction fee...

I see no plan for support in the RUM agent? Currently baggage seems to get dropped? https://www.elastic.co/guide/en/apm/agent/rum-js/4.x/opentracing.html#opentracing-baggage We have a use case where we want to know which user-facing services...

Thanks! I will try to add the programmers to the default "bundled" programmers.txt file. By the way, I did manually specify the programmers.txt file to be used for my board...

After messing around a bit i found out that the bundled programmers.txt is indeed bundled. I did : ``` vagrant@linux:/snap/clion/current/lib$ locate programmers.txt /home/vagrant/.arduino15/packages/sandeepmistry/hardware/nRF5/0.6.0/programmers.txt /home/vagrant/.platformio/packages/framework-arduinoespressif32/programmers.txt /home/vagrant/nRF5/arduino-1.8.12/hardware/arduino/avr/programmers.txt ``` **/home/vagrant/.arduino15/packages/sandeepmistry/hardware/nRF5/0.6.0/programmers.txt** is the one...

Hello! Any updates concerning my last comment? Is it possible to use a custom programmers.txt file without the setting being ignored?

We also have teams that implemented their custo JSON outputs with LogbackLogstashEncoder. It would be awesome to use ECS reformatting from the agent and only add the ECS fields along...

Is there any planning to implement this feature?

We also ran against this issue. Please plan in it the roadmap.

@mlucic I see that you already have suggested a fix with MR https://github.com/hashicorp/terraform/pull/34647 Do you still plan on singing the CLA so that it gets a chance to be merged?