Zach McCormick

Results 8 issues of Zach McCormick

This should help folks who had to do ``` pyenv install 2.7.18 ln -s "${HOME}/.pyenv/versions/2.7.18/bin/python2.7" "/usr/local/bin/python" ``` to get python2 back on their machine. The plist file needs to be...

``` def finish_trace_cache(payload) # retrieve the tracing context and continue the trace tracing_context = payload.fetch(:tracing_context) span = tracing_context[:dd_cache_span] return unless span && !span.finished? begin # discard parameters from the cache_store...

bug
integrations
community

I may be mistakenly reading the logs/results I'm getting, but it seems like this boots a totally separate server process for each file that it needs to template, meaning that...

We ran across a nasty bug at Braze where a customer was supplying the UTF-8 non-breaking space character in a Liquid template they were providing to us, and it took...

**Is your feature request related to a problem? Please describe.** We often have issues where a particular query or class of queries to a database is either sending or returning...

feature-request
community

Output is: ``` ==> Installing python-2.6 from zachmccormick/pythons ==> Downloading https://www.python.org/ftp/python/2.6.9/Python-2.7.9.tar.xz curl: (22) The requested URL returned error: 404 Error: An exception occurred within a child process: DownloadError: Failed to...

bug
help wanted

Output is: ``` ==> Installing python-2.5 from zachmccormick/pythons ==> Downloading https://www.python.org/ftp/python/2.5.6/Python-2.5.6.tgz ######################################################################## 100.0% Error: An exception occurred within a child process: Utils::InreplaceError: inreplace failed setup.py: expected replacement of "for d_...

bug
help wanted

**Describe the bug** Code blocks embedded in presentations will somewhat frequently for me (Ruby code) cause UnoCSS to malfunction. Here's an example change that I had to make to a...

upstream