Skip to content

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

Sketch logo

Popular topic

Sketch is a vector graphics editor for Apple's macOS, used primarily for user interface and icon design.
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
Check Run Reporter screenshot

App recommended by GitHub

Check Run Reporter

Check Run Reporter takes your JUnit, Checkstyle, and other structured reports and presents their results to you right in the GitHub UI. No more need to dig through your pages of CI logs to find out why your build failed.

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

Trending repository

laanwj
laanwj commented Jun 13, 2022

importaddress (and possibly other legacy-only wallet functions), when used on a descriptor wallet, return a fairly nondescript error:

$ ./bitcoin-cli -regtest importaddress test
error code: -4
error message:
This type of wallet does not support this command

The RPC help of importaddress doesn't mention nor further explain this incompatibility, nor what alternative to use inste

App recommended by GitHub

AccessLint

AccessLint brings automated web accessibility testing into your development workflow. When a pull request is opened, AccessLint reviews the changes and comments with any new accessibility issues, giving you quick, timely, and targeted feedback, before code goes live.