Alexandre Fonseca
Alexandre Fonseca
Created 2 versions of the Dark Solarized theme for CLion: https://gist.github.com/AlexJF/b4530f0df83a312e4bac - Java based: Tried to keep true to the Java version by jkaving (yellow keywords, orange numbers, green escapes)....
> The logic about varint length encoded messages belongs into the protobuf library more than into this plugin and it would only exits here to make up for deficits of...
You're painting the TCP input worse than it really is. The code you point at is used for parsing proxy information in case proxy_protocol is being used (and it was...
If you check the file permissions of the contents of 1.20.0 vs 1.21.0 gems you see that 1.21.0 seems to be missing world readable permissions on all files: ``` alexandre.fonseca...
Manually adding the missing world readable permission works fine as a hotfix: * Dockerfile ``` FROM ruby:3.3 ARG ddtrace_version WORKDIR /app RUN echo "source 'https://rubygems.org'\n\ngem 'ddtrace', '$ddtrace_version'" >> gems.rb RUN...