Results 69 issues of Brian

There was some change to how Obsidian handles properties... I can't edit the name field anymore from the interface ![image](https://github.com/vbeskrovnov/obsidian-contacts/assets/827793/470a34bf-1e64-4415-8adc-da8e0d66b16d) Plus I think its a bit annoying to have to...

bug

Just discovered that if I added `@` to `telegram: thinkerer` like `telegram: @thinkerer` the contact plugin will not add the contact in... looks like a bug Below is the minimum...

bug

### Describe the feature you'd like Created a code generator found in https://github.com/mofosyne/iana-headers/tree/main/cbor which would generate https://github.com/mofosyne/iana-headers/blob/main/c/src/cbor-constants.h Considering if we can add this capability to this project as well. Code...

Continuation of https://github.com/ggerganov/llama.cpp/pull/7096 somewhat to address cases where a person may just want to run a single test. Also discovered that the test binaries expects to be run in the...

script
review complexity : low

https://github.com/ggerganov/ggml/issues/820 This PR is based on outfile default name generation in https://github.com/ggerganov/llama.cpp/pull/4858, copied from there but removed historical references and justification to why it was designed that way. Feedback and...

Merged in https://github.com/ggerganov/llama.cpp/issues/7165 in llama.cpp which also includes changes to how default filenames are generated. However I wasn't too sure where to place the proposed "GGUF Naming Convention". I think...

…erride default special token handling behavior Possible approach to address @HanClinto idea for a flag https://github.com/ggerganov/llama.cpp/pull/6923 Investigated using --conversation flag, but it touching multiple other logic so has much different...

This online web app has already done a geofence notification if a geohash point is nearby. It's simple and effective via email notifications. Might be good to at least point...

This looks handy if it would allow for server persistent notes that allows for internal notes relating to an email chain. Just wondering if that's a feature that this plugin...

Have a look at https://stackoverflow.com/questions/10239235/are-there-any-languages-that-compile-to-bash and consider adding some comparison table regarding the difference between older and newer compile to bash languages to your main website. Its interesting to see...