Andrew DeLisa

Results 5 issues of Andrew DeLisa

This PR makes the following changes: * Bump bundler to 2.2.x * Bump Rails to 5.2.2 * Use `render plain:` instead of deprecated `Mime::TEXT` * Bump gem version to 0.2.1

## Background ``` serialport 9.2.0 socket.io 4.3.0 ``` ```jsx import { createServer } from 'socket.io'; import SerialPort from 'serialport'; const serialPort = new SerialPort('/dev/ttyUSB0'); const io = createServer(8080); serialPort.on('open', ()...

Currently, there is an issue where the Twitter selenium service cannot init because the AFM selenium service is still running. This PR fixes that, and uses the `webdriver.FirefoxProfile` method of...

# Pull Request Checklist ### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request. **Before submitting, make sure you've...

### Feature request I would like to be able to convert [this model](https://huggingface.co/prithivMLmods/DeepCaption-VLA-V2.0-7B) which is based on Qwen 2.5 VL architecture using optimum. Right now, I get the error: ```...