Skip to content

Here's what's popular on GitHub today...

Bot logo

Popular topic

A bot is an application that runs automated tasks over the Internet.
immudb

Trending repository

zaza81
zaza81 commented Oct 19, 2021
  • Missing information on how to create other databases
  • Missing information on how to switch to other databases
  • When using time travel, we don’t know where to get the transaction number from - we should show this to the user after committing data (this may be a missing capability in immudb / tools).
  • The last long query example in the quick start is incorrect (incorrect
Community Powered Security

Upcoming event recommended by GitHub

Jan
7

Community Powered Security

January 07, 2022 • Virtual

Community powered security with OWASP's ZAP led Simon Bennetts

App recommended by GitHub

Pageclip

Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.

Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.

freqtrade

Trending repository

VanessaE
VanessaE commented Dec 21, 2021

Describe your environment

  • Operating system: Debian Bullseye
  • Python Version: 3.9.2
  • CCXT version: 1.62.42
  • Freqtrade Version: develop-56b4457a9

Describe the enhancement

The timing and wording of Freqtrade's Telegram notifications during startup is not really right, regarding when the bot is down versus when it's actually able to trade. In short, the bot tells the u

jina

Trending repository

Stubatiger
Stubatiger commented Nov 29, 2021

ENV

Python 3.9
jina 2.5.0

Describe the bug

If i try to dump an image blob to a io.bytesio object an error is thrown

from jina import Document
import io
d =  Document(uri='steam_data/image_store/8c/5b/8c5b265b9c533636.png')
output = io.BytesIO() 

(
    d
    .load_uri_to_image_blob()
    .dump_ima

Trending repository

prisma

Trending repository

binary64
binary64 commented Aug 2, 2021

Bug description

On windows, I run prisma format and note the unusual file ending. The lines are all LF, but the very last line is CRLF.

This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.

How to reproduce

  1. On windows do prisma format
  2. Open in HxD or similar
  3. See attached:

![image](https://user-images.g

Trending repository

Trending repository

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

  • Updated Dec 22, 2021
  • Java

App recommended by GitHub

Stale

Automatically close stale Issues and Pull Requests that tend to accumulate during a project.

How it works

After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.

If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.

If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.