Skip to content

Releases: RoCry/git-stargazer

Activity Report 2025-03-13

12 Mar 22:37
f86cdd1

Choose a tag to compare

Recent Activity in Starred Repositories

156 active repos with 603 new commits

agents

fix on diagrams

[FIX] 212: Add clarification on system prompt implementation in Unit 1 tutorial.mdx

clickhouse

Add CLICKHOUSE_SKIP_DISKS and CLICKHOUSE_SKIP_DISK_TYPES config options, to allow skip backup some disk like object disks

e-ink

use latest ESPAsyncWebServer

esp32

  • fix: 退出指令无法识别 (#302)

修复指令text包含标点的情况下,无法正确识别退出指令的问题

  • 优化提示词 (#303)

  • 添加 使用 coze 会话。 (#282)

历史消息在coze 上可配置历史消息的轮次。
同个会话id,coze 上自动带历史上下文。

会话和当前session关联。一次连接一个会话,断开后,重连是新会话无历史消息。

  • update:去除无用代码

Co-authored-by: Jad journey.adc@gmail.com
Co-authored-by: Jiao Haoyang 108573524+XuSenfeng@users.noreply.github.com
Co-authored-by: xu 494462498@qq.com
Co-authored-by: hrz 1710360675@qq.com

ANSI fixes & control-q/tab bugfix

  • feat: add AtomS3R CAM/M12 + Echo Base

  • Update README.md

fix typing


Co-authored-by: Xiaoxia terrence@tenclass.com

  • Create ZigbeeWindSpeedSensor.h

  • Create ZigbeeWindSpeedSensor.cpp

  • Update ZigbeeWindSpeedSensor.cpp

  • Update ZigbeeWindSpeedSensor.cpp

  • Create ZigbeeWindSpeedSensor.ino

  • Update ZigbeeWindSpeedSensor.ino

  • Update ZigbeeWindSpeedSensor.ino

  • Create ci.json

  • Rename ZigbeeWindSpeedSensor.ino to Zigbee_Wind_Speed_Sensor.ino

  • Rename ci.json to ci.json

  • Update CMakeLists.txt

  • Update Zigbee_Wind_Speed_Sensor.ino

  • Update Zigbee_Wind_Speed_Sensor.ino

  • Update Zigbee_Wind_Speed_Sensor.ino

  • Update ZigbeeWindSpeedSensor.cpp

  • Update ZigbeeWindSpeedSensor.cpp

Use ESP_ZB_HA_SIMPLE_SENSOR_DEVICE_ID device id

  • feat(zigbee): Add windspeed sensor endpoint

  • Update Zigbee.h

Add ZigbeeWindSpeedSensor.h

  • update example

  • add missing sdkconfig include

  • add readme

  • ci(pre-commit): Apply automatic fixes

  • Update README.md


Co-authored-by: Jan Procházka 90197375+P-R-O-C-H-Y@users.noreply.github.com
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>

Update T-Watch support (add PMIC support)

golang

fix: comment typo(s)

  • wader/fq 2: Merge pull request #1102 from wader/bump-make-golangci-lint-1.64.7

Update make-golangci-lint to 1.64.7 from 1.64.6

  • davidbyttow/govips 1: Stop implicitly converting BMP files to PNG using golang.org/x/image/bmp (#466)

This BMP library lacks support for BMPv2 (OS/2 1.x format) and all RLE
encoded BMP files.

This patch defers all BMP handling to the caller. Detecting and
converting a BMP file is quite a simple task which does not introduce
any CGo dependencies.

Since libvips does not implement an internal BMP loader, we substitute
the magick loader library for BMP, which can load BMP files, instead of
using the incomplete standard library implementation to convert to PNG

Co-authored-by: John Ford john@johnford.org

javascript

llm

  • BerriAI/litellm 30: Merge pull request #9168 from BerriAI/dependabot/npm_and_yarn/docs/my-website/babel/helpers-7.26.10

Bump @babel/helpers from 7.26.0 to 7.26.10 in /docs/my-website

Bug #107. fix typo in tracing.md

machine-learning

Hopefully fixes error like

Invalid Distribution Metadata: unrecognized or malformed field: 'license-file' 
  • add all option

  • formatting

  • fix comments

  • Refactor jobs queue display logic and improve job listing

Add English Wordnet, 2024 edition

  • Add MIT 6.875 (FA21)

  • Add UMich EECS 373 (FA23/24)

  • Add UCB COGSCI 1 (SU22)

Read more

Activity Report 2025-03-12

11 Mar 22:37
f86cdd1

Choose a tag to compare

Recent Activity in Starred Repositories

159 active repos with 551 new commits

ai

README update based on feedback and Service Bus design

  • bump: testing with future torch 2.6
  • bump typing-extensions
  • TORCHINDUCTOR_CACHE_DIR
  • bitsandbytes
  • Apply suggestions from code review
  • _TORCH_LESS_EQUAL_2_6

Co-authored-by: Luca Antiga luca.antiga@gmail.com
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Luca Antiga luca@lightning.ai

deep-learning

python: prepare for release of 0.6.1-rc2

  • [core] if not all nodes are in ray status, double check after 5s

  • add a comment explaining the situation more

distributed-systems

Signed-off-by: Jean-Louis Leroy jleroy9@bloomberg.net

This commit updates RaftState to track the committed and applied log
IDs using io_state.apply_progress, which is now an
IOProgress<LogId>. This approach aligns the apply progress tracking
with the log I/O progress mechanism.

  • apply_progress.accepted(): Represents the committed log ID (the log
    ID accepted for applying).

  • apply_progress.submitted(): Represents the log ID that has been
    submitted to the state machine for application, or the last log ID of
    a snapshot being installed.

  • apply_progress.flushed(): Represents the log ID that has already
    been applied to the state machine.

  • Refactor: rename io_progress to log_progress to distinguish it
    from the apply_progress.

Upgrade tip:

Replace usages of the RaftState.committed field with the RaftState::committed() method.

e-ink

Add ID header to /api/log call

embedded

Fix build board info

fix desc_end in vendord_open()

The platform update doesn't work. ROM_EXT doesn't select the new side.
This means we don't test native applets with the HWCI.

Fix integer overflow bug

esp32

修复ActionResponse为NOTFOUND时候卡住主线程的bug

  1. 支持 ESP32 系列开发板: DevKitC / NodeMcu-32S / GoouuuESP32 / ESP32 DoIt / ESP-32S
  2. 注意: 非ESP32-C3 / 非ESP32-S3

Co-authored-by: Xiaoxia terrence@tenclass.com

grafana

keyboard-firmware

  • add sofle

  • fix readme

  • zmkfirmware/zmk 2: Update container.mdx for clarity about ZMK repo folder location (#2868)

llm

Update isContentEditable handling to check readonly and disabled attr…

update video wall link

openai

  • BerriAI/litellm 30: fix gemini/gemini-2.0-pro-exp-02-05 on model cost map

  • jina-ai/node-DeepResearch 28: refactor: pull url out

  • CherryHQ/cherry-studio 27: refactor(ChatNavigation): Optimize document element retrieval and remove unnecessary useMemo

  • Remove useMemo for container element

  • Dynamically retrieve container element in each method

  • Simplify scroll and message finding logic

  • Improve performance by avoiding unnecessary memoization

  • Byaidu/PDFMathTranslate 17: Merge pull request #746 from tylzh97/fix-gradio-ui

feat(gui): Support hiding services and their details

rust

  • dora-rs/dora 23: Fix: Set variables outside bash script to prevent injection (#849)

Setting the variables in bash makes them vulnerable to command
injection. I noticed this in
https://github.com/dora-rs/dora/actions/runs/13792318552/job/38575135851
, which is the CI run for this comment:
dora-rs/dora#838 (comment)

The issue is that the ...

Read more

Activity Report 2025-03-11

10 Mar 22:37
f86cdd1

Choose a tag to compare

Recent Activity in Starred Repositories

177 active repos with 487 new commits

3d-printing

Signed-off-by: Pedro Lamas pedrolamas@gmail.com

ai, agents

fix: repository link in Quick Start pointing to evolving-agents-frame…

embedded

  • hathach/tinyusb 3: Merge pull request #3019 from hathach/fix-pico-examples-build

fix(rp2040) set RTOS as cmake cache to fix pico-example build

esp32

IDF release/v5.4 d4aa25a3

  • 优化function call消息处理

  • fix:用户说话重复记录bug

  • 2025-3-10-优化llm intent (#254)

Co-authored-by: 欣南科技 huangrongzhuang@xin-nan.com

  • update:回复上版提示词,无需再二次识别歌曲名

Co-authored-by: 玄凤科技 eric230308@gmail.com
Co-authored-by: hrz 1710360675@qq.com
Co-authored-by: Jiao Haoyang 108573524+XuSenfeng@users.noreply.github.com

  • ESP32S3_KORVO2_V3添加官方开发板屏幕支持

  • 修正笔误

  • Update esp32s3_korvo2_v3_board.cc


Co-authored-by: hbs2001 wangyuchong@yuchong.wang
Co-authored-by: Xiaoxia terrence@tenclass.com

go

  • bits-and-blooms/bitset 3: Merge pull request #200 from bits-and-blooms/dependabot/github_actions/github-actions-dc44e776f6

Bump the github-actions group across 1 directory with 3 updates

llm

update readme

openai

build: Add Makefile for LiteLLM project with test targets

  • Minimize guesses when guesses are compatible.

python

deploying Tulip Web

  • chdb-io/chdb 6: Merge pull request #308 from chdb-io/fixDfArrowTableOutput

Fix df arrow table output

  • aiogram/aiogram 5: Fix handling of default empty string ("") in CallbackData filter (#1493)
  • Update callback_data.py

Allows using a default value in the class which is equal to an empty string ("").

Example:
class MyCallbackData(CallbackData, prefix="MyCallbackData"):
input1: str
input2: str = ""

  • Create 1493.bugfix.rst

  • Update callback_data.py

Fixed an issue that prevented unpacking None values.

  • Added tests for CallbackData

  • Update tests/test_filters/test_callback_data.py

Co-authored-by: Oleg A. t0rr@mail.ru

  • Update test_callback_data.py

  • Update callback_data.py

  • Update 1493.bugfix.rst


Co-authored-by: Oleg A. t0rr@mail.ru

  • Allow a custom parser class when using LightningCLI
  • Update changelog

Fix custom build workflow

link directly to onnx installation matrix page

This is necessary in order for other processing modules (sticky keys,
holdtap, etc.) to see the combo result as a "regular" key event.

  • praw-dev/praw 2: Merge pull request #2055 from praw-dev/update/pre-commit-hooks

Update pre-commit hooks

raft

Signed-off-by: Anatoliy Bilenko anatoliy.bilenko@canonical.com

react, typescript

This is needed to run o1 and o3 mini model.

rust

remove faulty From for Address32 impl

This impl was marked as TODO for removal but was forgotten so we do it now.

Read more

Activity Report 2025-03-10

09 Mar 22:33
f86cdd1

Choose a tag to compare

Recent Activity in Starred Repositories

113 active repos with 347 new commits

3d-printing

  • dw-0/kiauh 6: cicd: add action for fast-forward check and merge (#660)

Signed-off-by: Dominik Willner th33xitus@gmail.com

  • lhndo/LH-Stinger 2: fixing params logic in manual macro and enforcing params type casting

automation, iot

Bump jinja2 from 3.1.5 to 3.1.6

  • Added more data from BMS

  • Updated mcp2515 code

esp32

  • update:增加意图识别、记忆功能

  • update:根据新版本更新教程文档

  • update:更新配置说明


Co-authored-by: hrz 1710360675@qq.com

  • feat(gpio): allows mixing digital and analog read/write operations

  • fix(gpio): simple mistake in calling __pinMode() fnuction

  • fix(gpio): simple mistake in calling __pinMode() fnuction

  • feat(gpio): update the log message to tell the solution for the error.

  • feat(gpio): warn user about digitalRead() used with non GPIO pin

  • fix(gpio): wrong peripheral manager test case

go, golang

Co-authored-by: Oleg Kovalov hey@olegk.dev

gpu

  • update template

  • update

  • no bold

keyboard

  • hrvach/deskhop 3: Merge pull request #227 from rygwdn/macos-screen-switch

fix transition between screens of different sizes on macos.

  • zmkfirmware/zmk 2: docs: Fix wakeup-source property location for composite kscan (#2861)

llm

Improve Code Tool, Sandbox

  • Improve code gen chat actor to output code in inline md code blocks
  • Stop code sandbox on request timeout to allow sandbox process restarts
  • Use tenacity retry decorator to retry executing code in sandbox
  • Add retry logic to code execution and add health check to sandbox container
  • Add E2B as an optional code sandbox provider

Improve Gemini Chat Models

  • Default to non-zero temperature for all queries to Gemini models
  • Default to Gemini 2.0 flash instead of 1.5 flash on setup
  • Set default chat model to KHOJ_CHAT_MODEL env var if set
  • geekan/MetaGPT 9: Merge pull request #1600 from MorpheusI0/feature/support_for_open_webui

Add api key to ollama client to support open webui

Bump version fix

machine-learning, deep-learning

  • Add UCB Data 100 (FA24)

  • Add Caltech CS 155 (WI18/19/20/23)

  • Add UIUC CS 412

macos

markdown

python

Signed-off-by: ~Jhellico KJhellico@users.noreply.github.com
Co-authored-by: Arkadii Yakovets 2201626+arkid15r@users.noreply.github.com

amyboard: start_amy in _boot, fix cv_out.

  • Control point visualization tools

  • Add tests

  • Nicer exception'

  • Some docs

  • Coverage tweaks

  • Fix tests

  • More coverage

  • Update docs

  • Docstring fixes

Co-authored-by: Jeremy Wright wrightjmf@gmail.com

  • Typo fix

  • Adding per item styling to show

  • Refactor styling

  • Mypy fixes

  • Add some tests and fix prop handling

  • Fix alpha handling for non-shapes

  • Test camera position settings

  • Test camera position

  • Coverage tweaks

  • Add some docs

  • Add screenshots

  • Filename typo fix

  • Fix wrong kwarg name

  • Apply suggestions from code review

Co-authored-by: Jeremy Wright wrightjmf@gmail.com

  • Add imprinting

  • Add history

  • Add params

  • Small restructuring

  • Improve speed

  • Add tangents

  • Cut/fuse improvements

  • Fix imprint

  • Restore previous cut/fuse impl

  • Move to BOP

  • Fix failure

  • Test imprint

  • Test setThreads

  • More tests

  • Test multisolid fuse

  • Use more robust version always

  • Cleanup imports

  • Review fixes


Co-authored-by: adam-urbanczyk 13981538+adam-urbanczyk@users.noreply.github.com
Co-authored-by: Jeremy Wright wrightjmf@gmail.com

rust

Fixed using Automated Script

Read more

Activity Report 2025-03-09

08 Mar 22:33
f86cdd1

Choose a tag to compare

Recent Activity in Starred Repositories

105 active repos with 319 new commits

esp32

  • update:docker智控台设置提示

  • 修复启动报错问题 (#247)

修复启动时SyntaxWarning: invalid escape sequence ']'
half_width_punctuations = '!"#$%&'()*+,-./:;<=>?@[]^_`{|}~'的报错问题

  • 2025-3-8-iot状态更新 (#243)

  • 添加 GPTSoVits-V3 TTS (#234)


Co-authored-by: hrz 1710360675@qq.com
Co-authored-by: vonweller 154695311+vonweller@users.noreply.github.com
Co-authored-by: Jiao Haoyang 108573524+XuSenfeng@users.noreply.github.com
Co-authored-by: Echo yowfung@163.com

Co-authored-by: Dennis Marinus dmarinus@apple.com
Co-authored-by: clydebarrow 2366188+clydebarrow@users.noreply.github.com

golang

feat: support quoted reply with media attached

Signed-off-by: CFC4N cfc4n.cs@gmail.com

llm

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update llama.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update llama.py

  • Update _utils.py

  • Update llama.py

  • Update _utils.py

  • Update rl_replacements.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update rl_replacements.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • GRPO optimized

  • Update rl.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Selective Log softmax

  • Fix GRPO bsz

  • Update rl.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Fix TRL

  • Metrics GRPO

  • Update rl_replacements.py

  • Update rl_replacements.py

  • No compile

  • Update rl.py

  • Remove docs

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl_replacements.py

  • Update rl.py

  • Update rl.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • llama-quantize on WINDOWS WSL error fix - edit save.py (gguf saving breaks) (#1649)

  • edit save.py to fix gguf saving breaks.

  • add check for .exe or not exe file extension for linux and windows

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update llama.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update llama.py

  • Update llama.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl.py

  • Update rl.py

  • Update rl_replacements.py

  • Update rl.py

  • Update rl.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • unsloth_num_chunks

  • Update rl.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py (#1754)

Fix typo in comment: know -> now.

This was printed when running the Llama3.1_(8B)-GRPO.ipynb example notebook, so I'd expect others to run into it as well.

  • Optional logits

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl_replacements.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • fix an import error (#1767)

  • fix an import error

  • Delete .gitignore

  • Update loader.py

  • Update save.py


Co-authored-by: Daniel Han danielhanchen@gmail.com

  • SamplingParams

  • Convert mask to float (#1762)

  • [Windows Support] Add latest xformers wheels to pyproject.toml (#1753)

  • Add latest xformers

  • Add a couple of lines to docs

  • vLLMSamplingParams

  • Update init.py

  • default num_chunks == -1

  • Versioning

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update _utils.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update pyproject.toml

  • Update pyproject.toml

  • Export Model to ollama.com (#1648)

  • Ollama Export Model to ollama.com

Signed-off-by: Jyotin Goel b22ai063@iitj.ac.in

  • Check for model_name

Signed-off-by: Jyotin Goel b22ai063@iitj.ac.in

  • subprocess use instead of requests | added check for ollama server

Signed-off-by: Jyotin Goel b22ai063@iitj.ac.in

  • create_ollama_model

Signed-off-by: Jyotin Goel b22ai063@iitj.ac.in

  • create_ollama_model | fix

Signed-off-by: Jyotin Goel b22ai063@iitj.ac.in

  • Push to Ollama

Signed-off-by: Jyotin Goel b22ai063@iitj.ac.in


Signed-off-by: Jyotin Goel b22ai063@iitj.ac.in

  • Update cross_entropy_loss.py

  • torch_cuda_device

  • Update utils.py

  • Update utils.py

  • Update utils.py

  • device

  • device

  • Update loader.py

  • Update llama.py

  • Update README.md

  • Update llama.py

  • Update llama.py

  • Update _utils.py

  • Update utils.py

  • Update utils.py

  • Update utils.py

  • Update utils.py

  • Update utils.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update utils.py

  • Update utils.py

  • Update utils.py

  • Update utils.py

  • version

  • Update rl.py

  • Bug fixes

  • Bug fixes

  • Update llama.py

  • Update _utils.py

  • _wrap_fast_inference

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update _utils.py

  • SFT dataset prepare

  • Update pyproject.toml

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl_replacements.py

  • Update rl.py

  • Update llama.py

  • Update llama.py

  • Update utils.py

  • bug fix

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update llama.py

  • Update init.py

  • Update _utils.py

  • Update _utils.py

  • Update _utils.py

  • Update _utils.py

  • Update _utils.py

  • Update rl.py

  • Update rl.py

  • Update rl.py

  • Update _utils.py

  • Update init.py

  • Update _utils.py

  • Version

  • versioning

  • Update _utils.py

  • Update llama.py

  • Update llama.py

  • Bug fixes

  • FastModel

  • doc

  • Update vision.py

  • Update loader.py

  • Update loader.py

  • Update loader.py

  • version


Signed-off-by: Jyotin Goel b22ai063@iitj.ac.in
Co-authored-by: Gennadii Manzhos 105049664+everythingisc00l@users.noreply.github.com
Co-authored-by: Seth Weidman seth@sethweidman.com
Co-authored-by: Nino Risteski 95188570+NinoRisteski@users.noreply.github.com
Co-authored-by: Edd 68678137+Erland366@users.noreply.github.com
Co-authored-by: Ben 6579034+versipellis@users.noreply.github.com
Co-authored-by: Jyotin Goel 120490013+gjyotin305@users.noreply.github.com

machine-learning

Add support for mixed rules conversion into Chomsky Normal Form

screen-avatar

Read more

Activity Report 2025-03-08

07 Mar 22:35
f86cdd1

Choose a tag to compare

Recent Activity in Starred Repositories

163 active repos with 446 new commits

3d-printing

Signed-off-by: Pedro Lamas pedrolamas@gmail.com

ai

  • khoj-ai/khoj 4: Improve Obsidian Sync for Large Vaults (#1078)

  • Batch sync files by size to try not exceed API request payload size limits

  • Fix force sync of large vaults from Obsidian

  • Add API endpoint to delete all indexed files by file type

  • Fix to also delete file objects when call DELETE content source API

  • thepersonalaicompany/amurex 2: Update README.md

backup

add --delete-source option to watch command

c-plus-plus

The ptx cache key introduced in #1938 didn't include a shader's entry layer name in its cache key. The direct callable function generated during llvm construction includes this layer name, so we could get false positive cache hits when two identical networks with matching group names had different entry layer names. The end result is an optix compilation error. This PR extends the cache key to handle this scenario.

Signed-off-by: Chris Hellmuth chellmuth@gmail.com

deep-learning

  • Add some new Example links.

  • Finetune landing/README.

  • Updates

  • No fork button

  • Add MIT 6.S098 (2022)

  • Add LMU Munich Introduction to ML

  • Add CMU Advanced NLP (FA24)

docs: update bibtex entry to point to ICSE'25 paper

distributed-systems

  • Send StopRequest to Downstreams before Upstreams

Signed-off-by: dorjesinpo 129227380+dorjesinpo@users.noreply.github.com

  • Addressing review

Signed-off-by: dorjesinpo 129227380+dorjesinpo@users.noreply.github.com


Signed-off-by: dorjesinpo 129227380+dorjesinpo@users.noreply.github.com

Signed-off-by: Emmanuel Ferdman emmanuelferdman@gmail.com

esp32

  • update:增加前端设计图

  • 前端代码优化

  • update:底部信息纠正

  • 增加:flyio

  • update:去除org.quartz

  • update:登陆功能

  • aliyunTTS常联token

  • 新增aliyunTTS长期Token方式

  • 获取用户信息和已绑设备

  • update:验证码,登录,注册

  • update:去掉依赖错误代码

  • update:去除验证码重复服务类

  • update:删除重复验证码服务类


Co-authored-by: hrz 1710360675@qq.com
Co-authored-by: CGD 3030332422@qq.com
Co-authored-by: Ken ulxiping@qq.com

  • feat(matter): necessary changes to insights version for esp_matter

  • feat(rainmaker): update RainMaker version to 1.5.2

because bss dram0 overflow (ESP32)

go

  • air-verse/air 2: Add a README for ja (#622)
  • wader/fq 2: Merge pull request #1098 from wader/bump-gomod-golang-x-net-0.37.0

Update gomod-golang-x-net to 0.37.0 from 0.36.0

homelab

  • mkuthan/homelab-public 2: refactor: optimize tailscale device tags resource for improved readability and maintainability
  • rtr7/router7 1: dyndns: fix updating the root record of a zone

(Required for self-hosting gokrazy.org.)

iot

  • ECR6600

  • fix macstr

  • uart, bl0937

  • vbat adc, ota

  • pwm freq

  • static ip, change mac

  • update partitions

llm

Add v0

  • fix: fine allow redefining Function.prototype.toString

  • wip

  • wip

  • wip

  • wip

  • wip

  • wip

  • wip

  • fix: contentType encoding

  • wip

  • fix: error throwing

  • wip

  • fix

  • wip

  • fix

  • fix

  • fix: jsdom

  • wip

  • wip

  • fix: links summary uniqueness

  • wip

  • wip

  • robots-txt catch no robots.txt

  • deps: remove puppeteer-extra-plugin-stealth

  • fix: dont change waring type

  • fix: curl

  • fix: replace firebase-roundtrip-check with blackhole-detector

  • fix: black hole detection

  • sercher: black hole detecting

  • fix: no h2c for searcher

  • fix: bhd

  • fix: search and crawl conflict

  • fix: bhd

  • fix

  • fix: server script

  • canvas: fixed avif issue

  • logging: move some to debug

  • fix

  • fix: pptr declare ready only when page can be created without issues

  • fix: bhd

  • cd: cloud run deploy-health-check cannot complete pptr newPage

  • cd: fix

  • fix: curl body can be null

  • fix

  • fix

  • fix: major fix regarding TC pdfs

  • fix

  • fix

  • deps: fix civkit trie router issue

  • fix

  • boom: total restructure

  • cd: fix docker ctx

  • fix

  • fix: switch to h2c

  • cd: ensure http2

openai

Read more

Activity Report 2025-03-07

06 Mar 22:37
f86cdd1

Choose a tag to compare

Recent Activity in Starred Repositories

145 active repos with 426 new commits

3d-printing

Signed-off-by: Pedro Lamas pedrolamas@gmail.com

automation

  • arendst/Tasmota 5: Berry remove 'Leds.create_matrix' from the standard library waiting for reimplementation (#23114)
  • xlwings/xlwings 2: Added Range.copy_from with server implementation

clickhouse

Signed-off-by: Slach bloodjazman@gmail.com

fix: preserve nil elements in map

distributed-systems

esp32

swapping cv pins

Co-authored-by: hrz 1710360675@qq.com

golang

iot, mqtt, home-assistant

Ensure that connected event is triggered only once.

machine-learning

  • [jobs] fix dashboard for remote API server

  • fix for k8s

  • fix: modify purging ux

  • fix: resolve conflict

  • fix: show error message in toast


Co-authored-by: tribhuwan-kumar tribhuwankumar725275@gmail.com

openai

  • CherryHQ/cherry-studio 26: feat: Improve model group management UI in EditModelsPopup

  • Add dynamic group management button that changes based on group's current state

  • Simplify group add/remove logic with a single button

  • Enhance visual feedback for group-level model management

  • BerriAI/litellm 18: test_e2e_batches_files

  • langgenius/dify 17: Fix: only retrieval plugin-compatible providers when provider_name starts with langgenius (#15133)

  • jina-ai/node-DeepResearch 15: fix: url datetime guessing

  • Byaidu/PDFMathTranslate 10: chore(version): Bump project version to 1.9.4

Update version number in pyproject.toml and init.py to maintain version consistency

python

Translations update from Hosted Weblate

irecv_devices: Add iPhone 16e

This documents how duplicate root field names in copied source pages can be handled.

Add Docker Nvidia CUDA Hardware Acceleration.

  • vacanza/holidays 3: Update Indonesia holidays: 2031-2050 Day of Silence (Nyepi) data, migrate to BalineseSakaCalendarHolidays (#2328)
  • kurtmckee/listparser 1: Merge pull request #121 from kurtmckee/dependabot/pip/requirements/docs/jinja2-3.1.6

Bump jinja2 from 3.1.5 to 3.1.6 in /requirements/docs

Added type hints; made keys round instead of square.

rust

Other

  • espressif/esp-idf 25: Merge branch 'fix/null_pointer_was_dereferenced_in_lc_free_state' into 'master'

fix(bt): fixed some issues in bt controller

Closes IDFGH-14338, BT-3939, BT-3801, and BTQABR2023-443

See merge request espressif/esp-idf!37483

Add credentials auth for Google vertex

Force Overwrite main with PR changes

SIgned-off-by: Eric Callahan arksine.code@gmail.com

Read more

Activity Report 2025-03-06

05 Mar 22:37
f86cdd1

Choose a tag to compare

Recent Activity in Starred Repositories

151 active repos with 483 new commits

3d-printing

Signed-off-by: Pedro Lamas pedrolamas@gmail.com

Translations update

embedded

add adafruit metro rp2350

esp32

Improved modifier reporting finished (started in PR #270)

Co-authored-by: hrz 1710360675@qq.com

  • test(i2c): Add test to scan bus

  • test(i2c): Add scan test with wifi running

  • fix(i2c): Simplify test

golang

  • wader/fq 4: Merge pull request #1095 from wader/bump-gomod-golang-x-net-0.36.0

Update gomod-golang-x-net to 0.36.0 from 0.35.0

  • chromedp/chromedp 1: fix: add page.EventFrameStartedNavigating to ignored events (Google Chrome 134.x)

linux

[feature] STM32G4: Erase pages on flash bank 2

llm

  • new pipe update logic to filter out local pipes

  • new pipe update logic to filter out local pipes

  • returned 5 min check

  • chore: expose 'num' param for search API

  • fix: wrong count value

  • feat: add files api

  • feat: serialize date to ISO string

  • feat: add descriptions to responses

  • feat: accept multipart upload

  • feat: add content disposition header

  • chore: rename file model interface

  • feat: support metadata

  • feat: change buffering to streaming

  • chore: remove unused functions

  • feat: url validation for fileUrl

  • feat: follow more conventions

  • feat: prepare for pagination

  • chore: remove comments

  • chore: remove comments

  • feat: add uuid validation for file id

  • docs: update description and summary

machine-learning

  • Add Stanford CS 224N (SP24)

  • Add Measure Theoretic Probability

  • Add TU Munich IN2375 (SU20)

python

Co-authored-by: arkunzz 4873204@qq.com

Add VT100 ranged scroll

  • pymupdf/PyMuPDF 9: setup.py: avoid build errors with PY_LIMITED_API and Python-3.13.

SWIG-generated code does not currently work with PY_LIMITED_API and
Python-3.13, so we disable PY_LIMITED_API by default.

This does not effect releases because they are all built with Python-3.9 and
PY_LIMITED_API. But this allows standalone builds to work.

tunneld: Fix possible FD leaks during connection establish

rust

Clean up use of v8 internals

  • pykeio/ort 6: fix: make I/O binding synchronize methods take &self, closes #359
  • dora-rs/dora 5: Post dora 0.3.10 release fix (#804)

Very minor item fix after the release that poped up during the release
process.

This PR contains the following updates:

Package Type Update Change
bytes
workspace.dependencies patch 1.10.0 -> 1.10.1

Release Notes

tokio-rs/bytes (bytes)

v1.10.1

Compare
Source

Fixed
  • Fix memory leak when using to_vec with Bytes::from_owner
    (#​773)

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone
America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone
America/Los_Angeles.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update
again.


  • If you want to rebase/retry this PR, check
    this box

This PR has been generated by Renovate
Bot
.

Read more

Activity Report 2025-03-05

04 Mar 22:36
f86cdd1

Choose a tag to compare

Recent Activity in Starred Repositories

155 active repos with 467 new commits

3d-printing

Signed-off-by: Pedro Lamas pedrolamas@gmail.com

awesome, awesome-list

Closes #215

Co-authored-by: Sindre Sorhus sindresorhus@gmail.com

deso

esp32

  • HaoboGu/rmk 13: Merge pull request #271 from drindr/feat/jump-boot

feat(boot): jump to Adafruit Nrf52 bootloader

  • 给magiclick-c3系列板子增加低功耗模式

light-sleep

  • Update magiclick_c3_board.cc
  • update:增加mem0ai包依赖

  • update:文档增加mem0ai的描述


Co-authored-by: hrz 1710360675@qq.com

hid

Signed-off-by: sakumisu 1203593632@qq.com

llm

  • CherryHQ/cherry-studio 15: feat: Enhance image upload and model-specific message handling

  • Add vision model check before image upload in Inputbar

  • Implement flexible message start forcing for specific models

  • Improve provider-level message routing logic

  • BerriAI/litellm 14: Revert "(UI) - Improvements to session handling logic (#8970)"

This reverts commit c015fb34f1e120d4631ab58ebd76879b27c76bd7.

macos

midi

Update footer year and add details to README for clarity

Fix(host) enumeration with 8bitdo devices

onnx

  • janhq/cortex.cpp 4: chore: add validation for numeric input and handle out of range values (#2030)
  • feat: implement input validation to allow only valid numeric selections

  • chore:refactor function name to follow coding conventions


Co-authored-by: vansangpfiev vansangpfiev@gmail.com

python

Add basic VT100 scrolling

fix(high_level): Enhance the reliability of temporary file cleanup

Co-authored-by: Heran Lin heran@lakesail.com

  • Control point visualization tools

  • Add tests

  • Nicer exception'

  • Some docs

  • Coverage tweaks

  • Fix tests

  • More coverage

  • Update docs

  • Docstring fixes

Co-authored-by: Jeremy Wright wrightjmf@gmail.com

  • Typo fix

  • Adding per item styling to show

  • Refactor styling

  • Mypy fixes

  • Add some tests and fix prop handling

  • Fix alpha handling for non-shapes

  • Test camera position settings

  • Test camera position

  • Coverage tweaks

  • Add some docs

  • Add screenshots

  • Filename typo fix

  • Fix wrong kwarg name

  • Apply suggestions from code review

Co-authored-by: Jeremy Wright wrightjmf@gmail.com

  • Better edge styling

  • Apply suggestions


Co-authored-by: adam-urbanczyk 13981538+adam-urbanczyk@users.noreply.github.com
Co-authored-by: Jeremy Wright wrightjmf@gmail.com

[pre-commit.ci] pre-commit autoupdate

robotics

  • Add MIT 6.S184 (2025)

  • Add Johns Hopkins Unsupervised Learning (SP17)

rust

This PR contains the following updates:

| Pa...

Read more

Activity Report 2025-03-04

03 Mar 22:37
f86cdd1

Choose a tag to compare

Recent Activity in Starred Repositories

173 active repos with 438 new commits

backup

Signed-off-by: Slach bloodjazman@gmail.com

esp32

Co-authored-by: hrz 1710360675@qq.com

fix #690

go

  • wader/fq 3: Merge pull request #1092 from wader/bump-make-golangci-lint-1.64.6

Update make-golangci-lint to 1.64.6 from 1.64.5

Docs: add debian and change command to apt

klipper, moonraker

Signed-off-by: Pedro Lamas pedrolamas@gmail.com

Prior to this commit, systemctl stop KlipperScreen would result in
only KlipperScreen-start.sh being killed, leaving the graphical session
running as an abandoned process.

Launching the GUI process with exec lets systemd manage it.

langchain

correct order in thought Act Observe notebook outputs

llm

  • CherryHQ/cherry-studio 14: feat: Add knowledge base file management functionality

  • Implemented useKnowledgeFiles hook for managing knowledge base files

  • Added localization support for knowledge base file management in multiple languages

  • Created UI option to remove all knowledge base files in DataSettings

  • Updated file size formatting utility function

  • Modified ContentView and FilesPage to use file size correctly

  • langgenius/dify 13: fix EXPOSE_PLUGIN_DEBUGGING_HOST not working (#14742)

  • mediar-ai/screenpipe 6: add openapi

  • BerriAI/litellm 5: Fix deepseek 'reasoning_content' error (#8963)

  • fix(streaming_handler.py): fix deepseek reasoning content streaming

Fixes BerriAI/litellm#8939

  • test(test_streaming_handler.py): add unit test to streaming handle 'is_chunk_non_empty' function

ensures 'reasoning_content' is handled correctly

python

Addresses #4336.

Update README_zh-CN.md

Add typing shorthand for display-related types

restore: Add dynamic_ncols to all tranges

  • lemon24/reader 2: Replace BlockingParser with generic Blocking callable utility.
  • microsoft/FLAML 2: Improved error handling in case no scikit present (#1402)
  • Improved error handling in case no scikit present

Currently there is no description for when this error is thrown. Being explicit seems of value.

  • Update histgb.py

Co-authored-by: Li Jiang bnujli@gmail.com

rust

  • feat(template): add array as placeholder type

  • feat(example): add multi-choice to placeholder example

  • feat(cli): add multi select cli prompt code [no ci]

  • feat(template): define array and multi-select as options in toml [no ci]

feat(template): update example template

fix(tempalte): make clippy a little happier

  • fix(template): allow empty selections [no ci]

  • fix(cli): better plural grammer in error for multi_choice

  • feat(tests): add tests for multi choice from CLI and rhai

  • fix(cli): fix typos

  • feat(test): add more multi choice test coverage

  • fix(cli): fix stray todo

  • fix(lint): don't use unnecessary return

  • feat(tests): add tests for extract_toml_string

  • feat(docs): add array and multi_choice to documentation

  • fix(docs): fix typos

  • fix(test): fix test that was excluded

  • feat(test): add more tests \0/

  • feat(test): increase test coverage for wrong types

  • fix(doc): add one clarrifying stence about arrays in rhai extentions

  • fix(template): use LIST_SEP consistently

  • Update guide/src/templates/template_defined_placeholders.md

Co-authored-by: Sven Kanoldt sven@d34dl0ck.me


Co-authored-by: Sven Kanoldt sven@d34dl0ck.me

Kokoro TTS is a very fast TTS and a good replacement for outlets with
less than 1sec inference on macOS.

It is apache 2.0

TODO:

  • Interruption of the audio.
  • sharkdp/fd 5: Merge pull request #1683 from sharkdp/dependabot/cargo/clap-4.5.31

build(deps): bump clap from 4.5.27 to 4.5.31

Read more