Skip to content

Here's what's popular on GitHub today...

Trending repository

lukasm91
lukasm91 commented Aug 24, 2019

GTest exports the following targets:

  • GTest::gtest
  • GTest::gtest_main
  • GTest::gmock
  • GTest::gmock_main

This targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.

add_library(GTest::gtest ALIAS 
Clojure logo

Popular topic

Clojure is a dynamic, general-purpose programming language.
nginxconfig.io

Trending repository

RebelliousWhiz
RebelliousWhiz commented Dec 29, 2021

Sorry for not following the template. It's a straightforward question.

By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:

# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
    deny all;
}

However, this disables xmlrpc feature, which disa

enhancement help wanted good first issue hacktoberfest
¡Es Viernes! Episodio 10

Upcoming event recommended by GitHub

May
13

¡Es Viernes! Episodio 10

May 13, 2022 • Online

Acompaña a Bruno y Gwyn en "¡Es Viernes!", una serie de entrevistas con expertos.

Trending repository

iambechitra
iambechitra commented Mar 27, 2022

I want to train paddleOCR for Bengali+English Language. But couldn't find any tutorial or reference to do so. How can i train PaddleOCR for Bangali+English Language Together.

I found a Bengali Vocab Corpora(60000+ words) in the given link bellow
https://raw.githubusercontent.com/JaidedAI/EasyOCR/master/easyocr/dict/bn.txt

also the list of Bengali latter in the given link bellow -
https://

App recommended by GitHub

WakaTime

Productivity metrics, insights, and time tracking automatically generated from your programming activity.

How it Works

  1. Install the open-source plugin for your editor

  2. Write code like you already do

  3. Get a personal or team dashboard with metrics about your programming

Features

  • Fully-automatic project detection
  • Language usage breakdown
  • Private Leaderboards
  • Commit stats
  • Embeddable SVG charts
supabase

Trending repository

fbarthez
fbarthez commented Sep 20, 2021

Feature request

Is your feature request related to a problem? Please describe.

I'm using the SMS OTP feature for a progressive web application to be used on mobiles and would like to use the WebOTP API to automatically handle the SMS. The new templating feature gets me almost there – but only almost since it does not allow newlines (\n).

Describe

enhancement good first issue
bubbletea

Trending repository

transformers

Trending repository

NielsRogge
NielsRogge commented May 12, 2022

Feature request

We currently have ViLT in the library, which, among other tasks, is capable of performing visual question answering (VQA).

It would be great to have a pipeline for this task, with the following API:

from transformers import pipeline

pipe = pipeline("vqa")
pipe("cats.png", "how many cats are there?")
`

Trending repository

whytewolf
whytewolf commented Apr 12, 2022

Description

file.replace with backslash_literal throwing the following traceback.

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/salt/cli/caller.py", line 218, in call
    ret["return"] = self.minion.executors[fname](
  File "/usr/lib/python3/dist-packages/salt/loader/lazy.py", line 149, in __call__
    return self.loader.run(run_func, *args, **kwargs
Bug severity-medium help-wanted needs-triage

Trending repository

javiercn
javiercn commented Apr 18, 2022

Use TryAddScoped here instead of AddScoped

https://github.com/dotnet/aspnetcore/blob/02e7e14782509c11e15cd559e5b07211600572ba/src/Components/Server/src/DependencyInjection/ComponentServiceCollectionExtensions.cs#L82

It's not clear to me why we do this, but I suspect that it is because in the past we might have had a different implementation registered by default inside MVC for rendering

help wanted area-blazor good first issue blazor-server

Trending repository

Sentry screenshot

App recommended by GitHub

Sentry

Sentry provides real-time crash reporting, giving your team insight into errors affecting your customers in production. Sentry supports dozens of languages and frameworks and is trusted by thousands of companies like Pinterest, Uber, Stripe, Dropbox, and Airbnb.

Sentry doesn't just alert you to errors, but integrates into your GitHub development flow by linking errors to the commit and author likely responsible, creating new GitHub Issues, and resolving errors with commit message.