Thomas Schaper

Results 14 issues of Thomas Schaper

When trying to create a pattern that checks if a file contains at least four functions semgrep times out/crashes. Reproduction link: https://semgrep.dev/s/Pylz

bug
priority:medium
performance
feature:matching

When I want to create a large poll almost all options are off screen, which means I can't select them.

## Environment ``` # result of evaluating uname -a # see: https://travis-ci.org/libre-man/cl-fixtures/jobs/369839006 ``` ## How to reproduce the probleem Try to install `ccl-bin` on travis as described in the wiki...

I'm trying to create a new frontend for JPLAG for Scala, however I'm having some trouble selecting the right set of tokens to use. It would be nice if there...

enhancement
major
language-frontend

In [streamish.lisp on line 148](https://github.com/orthecreedence/cl-async/blob/dbf7b34fd76d61286d181537fe7c51345da17a40/src/streamish.lisp#L148) the buffer given to `uv-write` is freed immediately after the function returns. However according to the libuv [documention](http://docs.libuv.org/en/v1.x/stream.html#api) this is not correct as the buffer...

It seems like the `.d.ts` file is missing in the 3.1.7 release.

Thanks for wanting to report an issue you've found in redis-py. Please delete this text and fill in the template below. It is of course not always possible to reduce...

In the documentation it says that headers with a `NIL` value are not written, however this does not seem the case. The `loop` that writes the custom headers does not...

A the moment it is impossible to emit booleans using the encode-json functions. It possible to do this using jonathan directly, by supplying the `:false` keyword. This does not working...