Tristan Hume

Results 28 issues of Tristan Hume

- [x] Filters aren't URL decoded, space is read as `%20` - [x] Filtering time complexity is linear in the length of all titles, can be slower than instant -...

In theory this is slightly better since even if requests are outdated you still see stuff change as you are typing which makes stuff look more responsive. The code is...

Currently for US addresses we don't pass the state on FedEx rate lookups. It seems FedEx has changed their API and now want states but they are doing the transition...

According to FedEx the solution to the issues Shopify has been having with some requests within the UK receive rates but no service types is to upgrade to the "V18...

bug

Currently Active Shipping is **extremely** unfriendly with its error messages when you don't include a required parameter (eg #247 #251). Part of the reason for this is that the `options`...

After #55 fixed most syntax test exposed bugs, there's a few left. Now the syntax tests for almost all languages pass perfectly. The following languages still fail: - [x] ASP:...

bug

I have some ideas on a way of refactoring/rewriting the core of the parsing and grammar representation to likely make parsing much faster. To be clear, I don't think it's...

enhancement

**TL;DR:** `company-clang` could be sped up by pre-filtering clang's output with `grep prefix`. When company-clang calls clang for completions, if there is not enough context clang will output a massive...

This patch switches from slow byte-serial CRC hashing to the much faster wyhash, with a two-level hashing scheme that allows fast scrolling detection and acceleration by finding a rectangle of...

Currently the main tracker algorithm is quite slow, which necessitates the image being scaled down, which reduces accuracy. There is a method proposed by Dr. Timm (creator of the algorithm)...