Derock

Results 19 issues of Derock

This PR re-implements the patch done in [ultralytics/yolov5 pr 8067](https://github.com/ultralytics/yolov5/pull/8067) to fix this error when using torch 1.12

I'm using SFMediaStream for a proximity chat mod for Among Us. I ran into an issue when trying to use it. The issues is: ``` sfmediastream@latest:8 Uncaught DOMException: Failed to...

changes: - replaces a lot of margin bottoms with flex and gaps on parent (reduce repeated `mb={...}`) - uses react-query for api requests - redesign stat cards - redesign stat...

also fixes syntax highlighting and adds some caching

## Command ```bash animdl download "Mushoku Tensei II" ``` ## Output See [this paste](https://derock.media/pRolAS.txt) for full logs ``` [... last few lines...] │ │ │ /usr/lib/python3.11/socket.py:962 in getaddrinfo │ │...

- [X] The [FAQ](https://github.com/PrismarineJS/mineflayer/blob/master/docs/FAQ.md) doesn't contain a resolution to my issue ## Versions - mineflayer: 4.17.0 - server: [XCord](https://builtbybit.com/resources/xcord-high-performance-anti-bot.16843/) (Bungeecord fork) (unknown version) - node: 21.4.0 ## Detailed description of...

possible bug
Stage1

I run the command: `sudo ./run_Arducam_Demo` and hit enter, then it's just blank. Nothing appears. ``` pi@raspberry: ~/RaspberryPi/SPI_Camera $ sudo ./run_Arducam_Demo ``` Also will this work as a camera input?...

### What version of `drizzle-orm` are you using? 0.29.3 ### What version of `drizzle-kit` are you using? 0.20.13 ### Describe the Bug I don't have a reproducible demo created, but...

bug
drizzle-kit

### Describe what you want Would love to see support for [deferrable foreign key constraints](), maybe something like: ```js latestGeneration: text("latestGenerationId") .notNull() .references(() => generation.id, { deferrable: true, initially: "immediate",...

enhancement

Fixes #166, #137, #128 Adds a `resolveImageSrc` callback with type: https://github.com/ItzDerock/discord-html-transcripts/blob/cc95e470b8981e86391fb7612476bc381cf0c889/src/downloader/images.ts#L6-L17 Introduces a `TranscriptImageDownloader` builder: ![image](https://github.com/ItzDerock/discord-html-transcripts/assets/14848722/4e594c37-2974-41ad-9613-42066d63fe30) Compression, in my testing, was able to turn a 3.3MB png to a 37KB...