Skip to content
View jeremieflrnt's full-sized avatar

Block or report jeremieflrnt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. homebrew-calcator homebrew-calcator Public

    Personal tap for calcator.app

    Ruby

  2. storybook-snapshot-testing-playwright storybook-snapshot-testing-playwright Public

    Storybook: snapshot testing with Playwright

    TypeScript 6 1

  3. Ultimate regex specific domain Ultimate regex specific domain
    1
    export const getValidUrlRegex = (domainName?: string) => {
    2
      return domainName
    3
        ? RegExp(
    4
            /^(?:https?:\/\/)?(?:www\.)?(?:(?<subdomain>[a-z0-9-]+)\.)?/.source +
    5
              RegExp(domainName).source +
  4. clo-prefix-filename clo-prefix-filename Public

    A VS Code snippet adding the filename as a prefix for the clo snippet

    TypeScript