Skip to content

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

The 20th anniversary of Ludum Dare!

Game Bytes

Ludum Dare is an online event where games are made from scratch in a weekend. It’s the perfect excuse to build your first game or experiment with a new language / game engine.

Crystal logo

Popular topic

Crystal is a self-hosted, general purpose programming language.
appwrite

Trending repository

ToolJet

Trending repository

OSCA22

Upcoming event recommended by GitHub

Mar
24

OSCA22

March 24, 2022 - March 28, 2022 • Online

Open Source Festival is an annual high profile event,featuring series of talks, workshops, and awareness around open-sourced developer tools.

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.

Trending repository

Since Polisens web queueing solution for getting a passport sucks, and it is more or less impossible to book a time, I wrote this small python script. What it does is that it automates the searching for a bookable time. In the file you just change the constants to your information and away you go. :)

  • Updated Mar 23, 2022
  • Python
CodeEdit

Trending repository

austincondiff
austincondiff commented Mar 22, 2022

Describe the bug
I should be able to click the icons surrounding area to activate it rather than the icon itself. Add pressed state to inactive and active icons.

To Reproduce
Steps to reproduce the behavior:
Notice in the navigator and inspector sidebar docks, I can click the icon but unlike Xcode, not the area around the icon to activate it.

Expected behavior
I should be abl

bug good first issue
meilisearch

Trending repository

curquiza
curquiza commented Mar 21, 2022

To prevent having this kind of issue in the future, we need to add a CI that checks the Meilisearch server can receive documents and well process them.

A basic version of the CI script should

  • Run the Meilisearch server without any argument
  • Add a simple document, ex: [{"id": 1, "name": "toto l'asticot"}]
  • Check the document was
good first issue maintenance
hoppscotch

Trending repository

Gunni
Gunni commented Oct 13, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to realtime
  2. Paste url wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io
  3. Observe connect is disabled
  4. Remove parameter, quickly undo it and click connect (also a bug)
  5. Send { "type": "ris_subscribe" } to the remote server
  6. Observe you receive
bug good first issue

Trending repository

scaro86
scaro86 commented Mar 21, 2022

Hi,
I am currently using your FinRL_PortfolioAllocation_NeurIPS_2020 code and I have some strange behavior at the beginning of training. Sometimes the first episode reward mean value is super high and then drops during the training as shown on the tensorboard plot. This high value is never reached again. Any idea why this is happening ?

Edit: I'm training PPO agent from stablebaselines3 wit

bug good first issue
amplication

Trending repository

Trending repository

robert-zaremba
robert-zaremba commented Feb 17, 2022

Summary

Find a tool / linter which checks that all struct attributes are set. This should be on by default.

Problem Definition

Forgetting an attribute can lead to errors. This is related to objects stored in a state as well events. In some cases we don't need to set all attributes because the default value is the one we want. However it's still good to be explicit. If there are ca

good first issue tooling Type: Dev UX

App recommended by GitHub

Semgrep

Semgrep is a fast, open-source, static analysis tool for modern languages. With 1,000+ existing rules and simple-to-create custom ones, it finds the bugs that matter.

  • Open source, works on 17+ languages
  • Scan with 1,500+ community rules
  • Write rules that look like your code
  • Quickly get results in the terminal, editor, or CI/CD
  • Flag issues moving forward, get results in pull requests, Slack, + more