Charl P. Botha

Results 18 issues of Charl P. Botha

I'm calling this experiment DeVIDE 2019. Clone, then at top-level try the following: ```sh conda env update conda activate devide python devide.py ```

In sqlite3's `MULTITHREAD` mode, one has to use a separate database connection for each thread. I've gone through the jester and httpbeast source, but could not find where / how...

In my working webpack setup, I'm using ExtractTextPlugin() to extract a single CSS file corresponding to the bundle javascript. (as per the docs, each constituent javascript file requires the CSS...

type: Feature
hotlist: usability

This is definitely related to https://github.com/djangonauts/djorm-ext-pgfulltext/issues/18 In testing with a bunch of sample documents and converting their contents with `to_tsvector()` into a `VectorField` I saw the following error: ``` OperationalError:...

## Actual Behavior With `#+OPTIONS: broken-links:t` I could still get the 'Unable to resolve link; aborting: "4b133a7a-a81c-44d4-9bea-8e1c72ed5847"' in spite of all the work related to #587 -- if that broken...

This was only handling fuzzy, and not the id-types. See #715

# Pull Request Template ### ⚠️ Before Submitting a PR, read the [Contributing Docs](https://github.com/danny-avila/LibreChat/blob/main/.github/CONTRIBUTING.md) in full! ## Summary Use Mozilla's readability.js to pack the text contents of Google Search results...

### What happened? The Google Search tool sends only tiny fractions of the search result pages. This does not give the LLM much to work with. ### Steps to Reproduce...

enhancement

Lines that start with one or more hashes `#` are markdown headings. Bolding these lines would go a long way towards making notes more readable.

prettification

It looks like the simplenote web-app only has weak support for fenced code blocks. For example, I can't specify the language like I can here on github. Investigate what's possible,...