Thomas M. DuBuisson

Results 38 issues of Thomas M. DuBuisson

The NLP.Chunk package uses defaultTagger in the documentation and thus should export it.

The `__cleanup__` attribute is supported by Clang and GCC. Explained [here](https://echorand.me/site/notes/articles/c_cleanup/cleanup_attribute_c.html) the idea is that a file descriptor is closed when the variable goes out of scope. Yay for resource...

We've been running Pyre on PRs in apache/skywalking-python for over a month now, receiving several `Incompatible variable type`, `Missing argument`, and `Unused ignore` errors. The type messages make good sense...

question
documentation

Using recent gradle, maven, and JDK8 (or 17, either way). I am trying to build the find sec bugs cli (to gain the JDK17 support as a stop gap till...

I'm seeing empty compilation databases from facebook/zstd makefile. It has a pattern of: ``` Foo: $(MAKE) -C lib ``` Meaning if we: ``` compiledb make Foo ``` There are lots...

**Describe the bug** The examples in rules_haskell do not build. **To Reproduce** On my OS-X machine ``` git clone https://github.com/tweag/rules_haskell cd rules_haskell/examples bazel build //cat_hs/exec/cat_hs ``` And observe ``` ERROR:...

good first issue
P3
type: bug
dist:bindist

Version 2.3 (in rubocop.yaml) is no longer supported. [2.4 seems to operate fine](https://console.muse.dev/result/TomMD/stripe-ruby/01EPG0C0YX4Y3BT71JTTDE3T07), so here's a PR.

Perhaps there's a common idiom in Go, but it seems like there are some misused inequalities such as: https://github.com/benbjohnson/litestream/blob/fc897b481fae32be0b3a6e61e64b221a0df89cc5/replica.go#L1193 Which would lead to improper operation. The bug was found by...

I see spotbugs mentioned in the repository and decided to see what else makes sense. Running [muse](https://github.com/apps/muse-dev) it seems infer, errorprone, fsb, semgrep and shellcheck all succeed. Of those at...

It appears SQLite has sufficient functionality for a listen/notify framework (https://www.sqlite.org/c3ref/update_hook.html). Postgresql certainly does (ex. https://www.postgresql.org/docs/9.0/sql-notify.html). What is your thinking about supporting a listen/notify functionality in Selda?

enhancement
postgresql