monotykamary

Results 10 issues of monotykamary

#WIP #### What's this PR do? - [x] Creates entry to link to database design for double-entry accounting - [ ] Add example models with diagrams (mermaid or img) -...

#### What's this PR do? - [x] Label old and new Blockchain brainery entries - [x] Create basic MOC for Blockchain topics

#### What's this PR do? - [x] Adds entry on SQL query execution order - [ ] Compare between planner/optimizer and execution steps

printf works: ``` C #include int main() { printf("Insert an integer: "); } ``` ![printf](http://puu.sh/kspSz/4c520631a5.png) printf + scanf doesn't work so well and printf only appears after an input: ```...

enhancement

#### What's this PR do? - [x] Add new routes for user - [x] Add instruction for using docker-compose #### What are the relevant Git tickets? // Put in link...

#### What's this PR do? - [x] add post on local search engine on memo

# Pull Request Template Docker Image: https://github.com/monotykamary/LibreChat/pkgs/container/librechat-dev/269444282?tag=b42c8bf93959f5cb151e32972ad865a261ebb320 https://github.com/user-attachments/assets/de701ec0-6cce-4d0c-99ce-6b8dcf1fb154 ## Summary This PR adds the artifacts UI to the shared link page and resolves #3938. The changes include: - Adding the...

### What features would you like to see added? Add support for Claude-style artifacts in LibreChat's existing link sharing feature. When a user shares a conversation link, include any artifacts...

enhancement

## Description This PR introduces a crude implementation of LLM Monitoring with LangChainrb integration to the Sentry Ruby SDK. The changes include: 1. Addition of a new `monitoring.rb` file in...

### Description This PR introduces the ability to use workspace-relative paths in MCP server configurations. It adds a `replacePathVariables` function that replaces `${workspaceFolder}` and `${workspaceFolderBasename}` variables in the `command` and...