Zach Siegel

Results 19 issues of Zach Siegel

When I installed Catalina, I figured I'd migrate from bash to zsh as per the default setting. Zsh sourced my entire `~/.bashrc` with no problems EXCEPT the `autojump.sh`, which caused...

The Facebook Messenger API requires this header for json content. This package wasn't fully functional for me in all cases without this header. The current format may be out of...

I added a viewer in `viewers/chrome.py` that mimics the structure of the `okular` and `evince` viewers. I tried not to use too many weird methods, though I suppose the applescript...

Hi, When you type `\ref{` or `\eqref{`, a dropdown menu comes down giving all valid completions. This is a great feature. You can select an option with ENTER, then you...

enhancement

Hey there, I noticed that `points_within_polygon` (and the foreach-point-callback `boolean_point_in_polygon`) was fairly slow compared to the Shapely package's `shapely.geometry.Polygon.contains` method. As a test, I used a `featureCollection` called `points` consisting...

enhancement

Thank you for maintaining this vital resource!

First, this successfully disabled my external monitors. The following happened when I disabled my internal Macbook Pro (2017, no touchbar, Big Sur 11.2.1) monitor: 1. Internal monitor went black but...

### Description In the image below I've covered the actual text, but the prompt gets cut off and this makes the dashboard unusable for what would otherwise be a wonderful...

Platform Bug

### What version of `drizzle-orm` are you using? 0.29.5 ### What version of `drizzle-kit` are you using? 0.20.17 ### Describe the Bug Drizzle Studio does not display `TIMESTAMP` data with...

bug

Hello, During development, I frequently run Modal applications like this: ```python @app.local_entrypoint() def main(): outputs = some_modal_function.remote() import ipdb; ipdb.set_trace() # fmt: skip # noqa ``` That starts a debugging...