thrift
Here are 336 public repositories matching this topic...
-
Updated
Jun 19, 2020 - C++
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
-
Updated
Jun 17, 2020 - Scala
-
Updated
Dec 9, 2018 - Python
One line summary of the issue here.
Building the scrooge-linter fails because the 19.10.0 version of the util-logging dependency cannot be found. Changing build.sbt to use 19.9.0-SNAPSHOT works fine
Expected behavior
A command like the following should run:
./sbt 'scrooge-linter/runMain com.twitter.scrooge.linter.Main --help'
In this case, this should display the linter's
-
Updated
Mar 16, 2020 - Go
-
Updated
Jan 28, 2020 - C++
They aren't explicitly supported by the Apache compiler, but I don't think they're disallowed, either. They'd be neat. Let's suppose that they should be hex strings.
The change would need to be in the ANTLR grammar first, then in the validation logic in Constant.kt.
-
Updated
Mar 24, 2017 - Java
-
Updated
Feb 2, 2017 - Erlang
-
Updated
Dec 23, 2019 - Go
-
Updated
Jun 17, 2020 - Go
-
Updated
Jun 16, 2020 - Go
While trying to track down a memory leak with my extension, I found there is a race condition.
When running the example and using the -race flag with go run, there is a race condition
C:\Users..\go\src\test\osquery>go run -race main.go \.\pipe\osquery.em
WARNING: DATA RACE
Read at 0x00c0000c6960 by goroutine 10:
git.apache.org/thrift.git/lib/go/thrift.(*TStandardC
Describe the bug
A clear and concise description of what the bug is.
如果打开不同用户的webui 在查看用户执行的sql记录时,会调到其他用户的sql记录
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and
-
Updated
Dec 5, 2019 - Python
-
Updated
Aug 28, 2019 - Python
-
Updated
Jun 8, 2020 - Java
~/go/src/github.com/Workiva/wContent_frugal/idl (rich_text_cell_field)
❯ ls ⏎
wcontent.frugal wcontent_master.frugal
[patkujawa@LS2-00159 Tue Feb 27 16:09:30 MST 2018] ~/go/src/
Improve this page
Add a description, image, and links to the thrift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the thrift topic, visit your repo's landing page and select "manage topics."



Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra