Christopher Galpin

Results 9 issues of Christopher Galpin

Edit: Working okay so far today. Apparently you can't easily delete issues so I'll leave this for a day or two and close if I can't repro again today. Edit...

When a user typo's a numeric field in their query: ``` File "C:\Users\Chris\AppData\Local\Python\venv\document-search\Lib\site-packages\whoosh\searching.py", line 931, in correct_query return sqc.correct_query(q, qstring) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Chris\AppData\Local\Python\venv\document-search\Lib\site-packages\whoosh\spelling.py", line 327, in correct_query sugs = c.suggest(token.text,...

Although `DateParserPlugin.__init__` states: ```python :param basedate: a datetime object representing the current time against which to measure relative dates. If you do not supply this argument, the plugin uses ``datetime.utcnow()``....

> File "C:\Users\Chris\AppData\Local\Python\venv\document-search\Lib\site-packages\whoosh\spelling.py", line 327, in correct_query sugs = c.suggest(token.text, prefix=prefix, maxdist=maxdist) File "C:\Users\Chris\AppData\Local\Python\venv\document-search\Lib\site-packages\whoosh\spelling.py", line 73, in suggest sugs = sorted(heap, key=lambda x: (0 - x[0], x[1])) File "C:\Users\Chris\AppData\Local\Python\venv\document-search\Lib\site-packages\whoosh\spelling.py", line...

A malformed query such as: > NOT OR foobar throws `IndexError: list index out of range` in `whoosh\qparser\syntax.py`, line 376 ```python class Wrapper(GroupNode): """Intermediate base class for nodes that wrap...

https://github.com/googlefonts/emoji-metadata/blob/a77a99e5f8950e106e53519a7df15d071914d381/emoji_15_0_ordering.json#L19107 Wing emoji: https://unicode.org/emoji/charts/emoji-list.html#1fabd I assumed this should be: ``` ":wing:", ":fly:" ``` But actually... `:fly:` 🪰 is already in use here: https://github.com/googlefonts/emoji-metadata/blob/a77a99e5f8950e106e53519a7df15d071914d381/emoji_15_0_ordering.json#L19636 So... just `":wing:"`? Or maybe this is...

First of all - absolutely worship your mods. So feel free to close this as not-a-bug. Took me a while to actually track this down, chatting with Fluffy tonight: https://www.twitch.tv/videos/541126699...

I'm in the Discord as `@CodeOptimist`, ping me any time. Tested and appears to work. I tried to copy the existing style, I thought the `Ldc_I4_1` `Or` used by `DrawTrackerTickPatch`...

anomaly

### Is there an existing issue for this problem? - [x] I have searched the existing issues ### OrcaSlicer Version 2.3.1 ### Operating System (OS) Windows ### OS Version Windows...

bug