Skip to content
#

hacktoberfest2021

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

ezkemboi
ezkemboi commented Oct 8, 2021

I would like to give this to the people who are new and would like to start contributing to validator.js.

The current version in isMobilePhone validation, we have less than 195 phone validations i.e

In the code https://github.com/validatorjs/validator.js/blob/master/src/lib/isMobilePhone.js, the validations exist from line 5 to line 119, which means we have probably 119 - 5 countries phone

pnpm
boenrobot
boenrobot commented Jan 6, 2020

I have a project that is in a monorepo and uses yarn right now.

I'm considering migrating to pnpm for the monorepo, as well as all other projects I contribute to, as I have a small SSD as local storage (and with Windows...). However, it would be ideal if there was compatibility between yarn's workspaces and pnpm, so that we don't have to jump "all in" to it.

To this end, yarn allows packages

appwrite
cosmos
blitz
flybayer
flybayer commented Oct 8, 2021

What do you want and why?

Currently to generate all code you have to run blitz codegen && blitz prisma generate. We should make blitz codegen also run prisma migrate if prisma is installed.

Possible implementation(s)

howtheysre
earthly
navi7
navi7 commented Sep 24, 2021

Enable importing of UDC's by relative import from current Earthfile.

Description
Let's say we have the following organization:

 ├── Earthfile  (root)
 ├── service1
 │   ├── Earthfile (A)
 └── service2
     ├── Earthfile (B)

And we would define an UDC in root Earthfile, for example:

TAG_SERVICE:
    COMMAND
    LOCALLY
    ARG service
    RUN docker tag $serv
ferret
ngirard
ngirard commented Mar 31, 2021

Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).

As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte

ZoranPandovski
ZoranPandovski commented Oct 9, 2021

When MindsDB creates a new MySQL datasource we get information for row counts by fetching all datasources. The problem here is that if datasource is big it takes a lot of time. We need a new get_row_count method to return the number of rows per datasource. The PR should include this method inside the PostgreSQL class .

Steps 🕵️‍♂️ 🕵️‍♀️

ToolJet

Improve this page

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

Learn more