Tim Hilt

Results 15 issues of Tim Hilt

Wrapped Markdown-tables look awful. Is there a way to prevent wrapping, when a table is detected in the input-file?

renderer

I tried to build a minimal, dockerized environment that let's me try out vim-packages without altering my local installation. The Dockerfile basically copies over my `nvim`-configuration and should install my...

Nmslib supports using binary data with HNSW, specifically using Jaccard- or Hamming-distance. I work with ORB-descriptors and would love to be able to use N2 in my work. Without looking...

If I have a Numpy-array of type `uint8` and i would want to use the data with NMSLIB, I would have to call `np.unpackbits` and join the resulting 1s and...

feature request

I have the following config set for `delimitMate`: ``` vimscript let delimitMate_nesting_quotes = ['`'] let delimitMate_expand_cr = 2 let delimitMate_expand_inside_quotes = 1 ``` When I try to type the following...

**Describe the bug** I have four FRITZ!DECT 301 thermostats and want to include all of them in an automation. E.g. "Set all thermostats to 16 degrees at 6:45". However everytime...

bug

**Is your feature request related to a problem? Please describe.** I'm testing an endpoint of my API using the following contract: ``` groovy package contracts.setup_plans import org.springframework.cloud.contract.spec.Contract Contract.make { request...

enhancement

I just started investigating BoW-matchers today and don't have much experience with this technique. I saw that the last commit to this repo was 2 years ago. So my issue...

Hi there! First off: Thanks for this tool! I find it much more useable than sed! As a feature-request: I was looking for a tool that provided a search and...

C-enhancement

ncdu is an ncurses-based disk utility that shows which files/folders use the most space. It starts out in a parent directory and you can basically follow the path of the...