Craig Hughes

Results 15 issues of Craig Hughes

It'd be nice if imapfilter supported MOVE instead of doing COPY/FLAG/EXPUNGE - for operations where bulk moves are happening, COPY/FLAG/EXPUNGE will result in a ton more I/O (and a lot...

The Moment library is deprecated in favor of Luxon. Replace example based on moment with equivalent luxon code. [ref](https://momentjs.com/docs/#/-project-status/)

This PR includes #3782 #3783 #3784 but also completely removes *all* whitespace generation when applying `format=json`. Whitespace is completely unnecessary in JSON - it is optionally acceptable, but can be...

The PR tweaks the JSON grammar to improve use of whitespace (though doesn't remove it entirely); it prevents trailing whitespace on grammatical elements, but does allow whitespace inside of `{}`...

This is a simple PR which allows the `format=json` constraint to generate any valid JSON, not just JSON with an object at the top level. This allows models to generate...

JSON generation is broken, as models can insert control characters inside strings, which violates JSON. For example, with the current JSON grammar, models could generate: ``` { "key": "value broken"...

I fixed two things: 1. Hostname resolution seems to have been broken -- in the sample Browser.py the call self.r.getServiceInfo(type, name) would always return None, basically because the hostname wasn't...

• One cosmetic change to the **repr** for DNSAddress to print nicer, and to handle IPv6 addresses • One change to the default bindaddress if one's not specified, so that...

This patch does a couple things: (1) Implements M3 Max support (at least for the 16 core CPU/40 core GPU version) 128GB version with 400MHz memory bandwidth) - the max...

Goes with https://github.com/ollama/ollama/pull/7219