Tom Pfaffe

Results 5 issues of Tom Pfaffe

Using the keybind `ctrl+/` to generate a new comment block erroneously produces a string of characters (`{%\s*# `) instead of the expected `{% comment %} {% endcomment %}`. I previously...

Listing all the issues I currently have with the liquid auto formatter in the recent update. I can break it down into smaller issues when I get more time in...

Bug
v3.1.0
🚢 Shipping Next Release

Would appreciate an option for it to automatically unsuspend all the tabs when I restart the browser. Often times when reopening back into a previous session after a while I...

enhancement

### Problem On all pages using a specific collection layout template, the profiler always fails with a `This page cannot be profiled` error. This does not happen on any other...

BestBuybot.py, line-108: ``` def getinput(): sku_num=skunumber.get() print(sku_num) return sku_num ``` Nowhere in this file or version of this repository is a variable 'skunumber' declared. I presume this is a holdover...