The Wayback Machine - https://web.archive.org/web/20220806081837/https://github.com/topics/interface
Skip to content
#

interface

Here are 1,750 public repositories matching this topic...

sourcebox
sourcebox commented May 31, 2021

I'm working on an application which mainly consists for sliders for parameter control. For better user experience, it would be nice to offer two features: reset to default and fine control.

On VST plugins this is normally done via double-clicks and/or modifier keys. E.g. double-clicking resets the slider to a default (mostly 0), alternatively Ctrl-/Cmd-Klick also does it. For fine control, ofte

feature New feature or request good first issue Good for newcomers widget
tszlek
tszlek commented Aug 17, 2021

Hi, I have discovered issue when using feign.httpclient.ApacheHttpClient.
In some cases Apache client throws ProtocolException which is a checked exception. This happens for example when server returned 303 HTTP code but there was no location header.
In such case Feign proxy throws UndeclaredThrowableException instead of invoking ErrorDecoder.

bug Unexpected or incorrect behavior help wanted Issues we need help with tackling hacktoberfest Support open source and earn a limited edition T-shirt good first issue Issues that are good for first time contributors to tackle
Mittag-tech
Mittag-tech commented Aug 5, 2022

Overview

  • I want to update gradio.Radio with unselected status.
  • But, once selected, this status is not released even if gradio.Radio.update(value=None) is set.
  • To avoid this issue, I wrote like folowing code. If there is another way, let me know.

Code

#!/usr/bin/env python
# -*- coding: utf-8 -*-

import gradio

def main():
    with gradio.Blocks() as front_p
bug Something isn't working good first issue Good for newcomers
agiledragon
agiledragon commented Apr 11, 2021

Who is using gomonkey?

Thanks sincerely for constantly using and supporting gomonkey, I will try my best to make gomonkey better, and keep growing gomonkey community. To attract more developers to use and contribute to gomonkey, please comment in this issue and include the following information:

Your company, school or organization.
Homepage.
You can refer to the following sample answer

good first issue Good for newcomers
mainsail
lixxbox
lixxbox commented Jul 15, 2022

Requested feature:

Check if „Crowsnest.conf“ exists in Klippers config folder and then add a button to webcam settings to edit the file.

Solves the following problem:

You don’t have to switch between filemanager and settings panel to experiment with different settings.

Additional in

good first issue Simple task for new contributors

Improve this page

Add a description, image, and links to the interface topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interface topic, visit your repo's landing page and select "manage topics."

Learn more