Skip to content

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

SpaceVim logo

Popular topic

SpaceVim is a community-driven distribution of the vim editor that allows managing your plugins in layers.

Trending repository

LaurenceLiZhixin
LaurenceLiZhixin commented Jun 21, 2022

Add read from env support marked by ${ENV} for config and tag param

A read-from-env config file example is

autowire:
  normal:
    github.com/alibaba/ioc-golang/extension/normal/mysql.GORMDB:
      dev-mysql:
        param:
          host: ${MYSQL_DB_HOST}
          port: ${MYSQL_DB_PORT}
          username: ${MYSQL_DB_NAME}
          password: ${MYSQL_DB_PASSWORD}
          
good first issue
ToolJet

Trending repository

withshubh
withshubh commented Jun 20, 2022

What is the expected behaviour?

On the popup of Finish ToolJet Installation - the skip button should be visible in dark mode.

What is the current behaviour?

On the popup of Finish ToolJet Installation - the skip button is not visible in dark mode.

How to reproduce the issue?

  1. Do a fresh install of ToolJet or login as a new user
  2. Sign in and switch to dark mode
bug good first issue up-for-grabs
Octogatos Conf22 Call for Papers

Upcoming event recommended by GitHub

Apr
22

Octogatos Conf22 Call for Papers

April 22, 2022 - September 25, 2022 • Virtual

Amplify, promote and empower the voices of Latinx in tech. You belong here! Let’s join forces and share our expertise with other Latinx — let’s shine together.

Trending repository

jfecher
jfecher commented Jun 18, 2022

Right now, mutability is temporarily tied to the ref a type which isn't desirable since it ties mutability to lifetime inference. There are a few open questions and wants as to how mutability should be designed:

  1. Mutation x := y should likely create a mutation effect of some kind (say Mutate t). This effect would need to be percolated up to a functions signature iff x is used as a param
good first issue design
Codacy screenshot

App recommended by GitHub

Codacy

Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.

You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.

Trending repository

dbeal-eth
dbeal-eth commented Jan 26, 2022

It is currently not possible to specify the chain ID for a hardhat network invoked with npx hardhat node through any means other than the config file. This means it is impossible to specify the --chain-id argument in the command line, or execute a chain host pragmatically with hre.run('node', { chainId: 100 }).

Please add the chainId parameter to the node command so it is possible to

good first issue type:feature not-stale
tauri

Trending repository

p32929
p32929 commented Apr 10, 2022

Describe the bug

Hello, first of all, thank you for making and maintaining Tauri.
So, 've been making a test app using Tauri. but it seems, the CTRL/COMMAND + Z keyboard shortcut ( along with many other keyboard shortcuts ) stops working inside the app.

I also have added a menu like this one: https://github.com/windht/watcher/blob/bd929e555319c3e6c4565a2631b63a04918c03fb/src-tauri/src/m

lightning

Trending repository

Keiku
Keiku commented Jun 20, 2022

README.md contains an execution example of the program in mnist_examples, but mnist_examples does not exist. If the code exists in any branch or in the past, recover it.

I wanted to solve the broken link of lightning_lite.rst together with this problem, but the PR Lightning-AI/lightning#13331 of only the fix of the link has been issued.

cc @Borda @rohitgr7

good first issue docs

App recommended by GitHub

Pull Assistant

Every time you create a pull request, Pull Assistant analyses it and provides you all necessary information to perform code reviews faster and with confidence.