Skip to content
#

data

Here are 9,004 public repositories matching this topic...

sheetjs
wetneb
wetneb commented Sep 10, 2021

The "Import schema" dialog from the Wikibase extension has two issues:

  • the Cancel button does not have a proper label
  • importing the schema should close the dialog (currently one has to click the Cancel button afterwards, which is counter-intuitive since we do not want to cancel the import)

To Reproduce

Steps to reproduce the behavior:

  1. First, open the dialog
  2. See the improper l
airbyte-jenny
airbyte-jenny commented Aug 17, 2021

Java and Python provide logging frameworks for recording errors and stack traces. Logging can be configured to format those messages, such as by removing newlines from stack traces, adding timestamps, and putting a log level (INFO, WARN, ERROR) on the message. In the future, it may also include json structured logging. Using the logging framew

jto
jto commented Mar 25, 2021

The problem

The current implementation of processElement

  1. Check if cache existence for input
  2. If the cache returns value return it
  3. otherwise, aquire a semaphore
  4. call asyncLookup and pass it input. It return a future: F
  5. Maintain a list of the currently executing futures
  6. release a semaphore at the end each future execution
  7. make sure all the future are com

Improve this page

Add a description, image, and links to the data 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 data topic, visit your repo's landing page and select "manage topics."

Learn more