Shubham Solanki

Results 7 comments of Shubham Solanki

Hi @iamNoah1 , I'm working on translating the documentation into German. I wanted to confirm whether the content inside tables should also be translated, or only the main body text...

Hi @teolemon, I’m working on resolving #802 by replacing `lang/en/texts/press.html` with a symlink to `lang/en/texts/presskit.html`. Before proceeding, I noticed that `press.html` might have unique content different from `presskit.html`. Could you...

I searched the repository but couldn’t find any file named privacidad.html. In the es/ folder I can only see privacy.html. Could you please confirm if the issue refers to this...

"Hi @teolemon and @yarons, I want to fix this issue. Can you give me manager access on Crowdin to hide the string '[[nutrients-list.html]]'? Or guide me?" #16

Hey @odaysec, great catch on this regex hygiene—those anchors can trip folks up, even if Ruby's defaults play nice here. Dived into thread_safe_attributes.rb (around that 3115c78 commit), and yeah, the...

Hey @logstash-team, circling back on this FR, super relevant for AWS NLB users like the OP. Dived into the logstash-input-syslog code (syslog.rb), and v1's straightforward text parsing ("PROXY " prefix)...

Hey @andsel @robbavey, dusted off this JDK 21 nit while auditing build warnings—smart call to ditch those @SuppressWarnings for cleaner hierarchy init. Skimmed BaseSetting.java and the Coercible interface; the this-escape...