The Wayback Machine - http://web.archive.org/web/20220125070308/https://github.com/topics/data
Skip to content
#

data

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

sheetjs
thadguidry
thadguidry commented Jan 22, 2022

Proposal

Most applications typically have OK button in dialogs in a lower right corner. This has become nearly an industry norm in application designs.

OpenRefine should have a consistent design of button orders regarding Cancel / OK.

Needed Design Changes in frontend

  • Change OpenRefine's dialogs to have a consistent design of button ordering regarding Cancel / OK.
  • In dialogs
marcosmarxm
marcosmarxm commented Jan 21, 2022

Tell us about the problem you're trying to solve

Add streams not supported to Chargebee connector.

Describe the solution you’d like

A clear and concise description of what you want to see happen, or the change you would like to see

Describe the alternative you’ve considered or used

A clear and concise description of any alternative solutions or features you've considered or are u

altair
andbar-ru
andbar-ru commented Nov 25, 2021

Is your feature request related to a problem? Please describe.
In my opinion, it would be nice to have an option/flag to allow users to turn off line numbers. I am used to launch Altair with in not full-screen mode and have 3 columns: request, result and docs. Line numbers generally is useless and occupy valuable horizontal space.

Describe the solution you'd like
Checkbox "Show line n

jackfiszr
jackfiszr commented Jan 24, 2022

Apparently Faker now works in the Deno runtime. I would suggest indicating this in the readme and possibly on the website:

Deno

import faker from "https://cdn.skypack.dev/@faker-js/faker@v5.5.3?dts";

const randomName = faker.name.findName(); // Rowan Nikolaus
const randomEmail = faker.internet.email(); // Kassandra.Haley@erich.biz
const randomCard = faker.helpers.createCard()

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