Re: Java: Best way to detect true EOF vs malformed input

2024-06-20 Thread Max Ulidtko
Hi Rob, Your (de)serialization protocol is insecure if it must rely on EOF detection for correctness. Sorry to say this to you, but no matter amount of workarounds and hacks, such will break in amusing ways. An important design difference here: Thrift statically knows, at compile / codegen t

Re: nodejs CI produces Validator returned unexpected statuscode: 503

2021-03-17 Thread ulidtko
Hi Jens My first guess is that the html-validator tool [1] talks to an external web service in order to... well, validate html. The 503 suggests an HTTP serverside error in that service. Depending on how long the outage of validator.w3.org lasts: • no action may be required; • disabling the h

Adobe Flash/ActionScript® support -- to retire?..

2021-02-08 Thread ulidtko
Hi list! I've noticed Thrift still has some code dealing with ActionScript (lib/as3) which is the script language at the heart of Adobe Flash. I hope we can agree that Flash is a dead technology by now, presenting only a historic preservation/emulation interest (games) which is outside Thrif

Re: Travis Not Building

2020-10-13 Thread ulidtko
Hi David, DockerHub has recently started ratelimiting image pulls. Read more here: https://www.docker.com/blog/scaling-docker-to-serve-millions-more-developers-network-egress/ https://docs.docker.com/docker-hub/download-rate-limit/ To fix this, create an API token on DockerHub and start authenti

Re: Erlang CI again

2020-09-22 Thread max ulidtko
Hi Jens, I'm quite sure this is caused by rebar2 → rebar3 upgrade (rebar is the "package manager" for Erlang, it also drives unit tests). You could guess from a major version bump, that such an upgrade requires changes to the project files. I have a few tweaks to the erl infra collecting dust in

Re: C++ reviewers for PR 2151 wanted

2020-06-09 Thread max ulidtko
s why I went big, and developed this second patch. I hope you can see why I'd really really really like to get this patch ("Rewrite address resolution") landed in 0.14 — otherwise, the earlier patch may make some havoc. Hope to get some good looks on the patch (with git diff ze

[GitHub] thrift issue #1053: Document ability to add custom tags to thrift structs

2016-11-21 Thread ulidtko
Github user ulidtko commented on the issue: https://github.com/apache/thrift/pull/1053 Please also cover the field tag syntax in the IDL grammar spec [doc/specs/idl.md](/apache/thrift/tree/master/doc/specs/idl.md). Our custom parser built per the grammar chokes on these tags