Skip to content
#

data

Here are 10,914 public repositories matching this topic...

sheetjs
rosnk
rosnk commented May 22, 2022

Describe the bug

has set localized value to "en_CA" and i want city to return based on canada, to be more precise i would love to have city return based on province i have choosen.

Currently i am getting province from canada but city is returning USA cities.

Reproduction

import { faker } from "@faker-js/faker";
faker.setLocale("en_CA");

const province = faker.address.stat

good first issue has workaround p: 1-normal s: accepted
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

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