Skip to content

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

ToolJet

Trending repository

gondar00
gondar00 commented Jun 17, 2022

Version Information

Lastest

Environment

All

What is the expected behaviour?

Should get a curated list of all the queries with request confirmation with an option to "run all"

What is the current behaviour?

Getting the confirmation pop up only for the last element in the list

How to reproduce the issue?

  1. Create 3 queries
  2. Advanced tab run on page load +
bug good first issue frontend needs discussion
Mastodon logo

Popular topic

Mastodon is a free, decentralized, open-source microblogging network.
Kansas City Developer Conference 2022

Upcoming event recommended by GitHub

Aug
8

Kansas City Developer Conference 2022

August 08, 2022 - August 10, 2022 • Kansas City, MO

The Kansas City Developer Conference is excited to announce our 13th annual event! Our 2022 conference will be held August 8–10, 2022, with both two full conference days, as well as a post-conference workshop day. Once again, the event will be held at the Kansas City Convention Center in downtown Kansas City

Trending repository

App recommended by GitHub

Codiga

Codiga is a code analysis and code review platform

With Codiga, analyze your code, estimate the cost of your technical debt and automate your code reviews. All coding errors are surfaced directly on your GitHub code reviews. Integrate with GitHub actions or third-party tools such as Mergify, CircleCI or Jenkins to check that all production code does not have any issue!

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

Trending repository

LaurenceLiZhixin
LaurenceLiZhixin commented Jun 9, 2022

Add 'init' command for iocli, to help developers generate application template.
The template should have following structure:

.
├── cmd
│   └── main.go
├── conf
│   └── ioc_golang.yaml
└── go.mod

main.go:

package main

import (
	"fmt"
	"github.com/alibaba/ioc-golang"
	"github.com/alibaba/ioc-golang/autowire/singleton"
)

// +ioc:autowire=true
// +ioc:autowire
good first issue

Trending repository

davorpa
davorpa commented Apr 12, 2022

What does this PR do?

Improve repo

For resources

Description

Added a small definition about programming/coding playgrounds for making it understandable to beginners

Why is this valuable (or not)?

Copy the definition merged in #6822 into the rest of CONTRIBUTING files, opening a 3 weeks window to translate it by our comunity

Checklist:

  • Read our [contribu
good first issue help wanted 🗣 translations 🗣 locale:es

Trending repository

eui

Trending repository

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.