Trending repository
-
Updated
Jan 6, 2022 - Smali
January 19, 2022 • Virtual
Open source projects built in or receiving significant contributions from India :india:
Create a website or edit the one you have and host it on Github pages.
Hosting is free, without ads, and super fast. The editor is simple and optimized for mobile phones.
Note: static websites are very fast ! Stastic editor plugs into Jekyll websites, wich are natively supported by Github pages. Install Stastic, then add
/adminto the website URL to enter the editor.
As a new iOS user, I'd love to see some "less than apple approved" things going on the iOS platform. Can we get a list going?
PullRequest.edit does not allow a draft attribute:
def edit(
self,
title=github.GithubObject.NotSet,
body=github.GithubObject.NotSet,
state=github.GithubObject.NotSet,
base=github.GithubObject.NotSet,
):GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_mainThis 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
Azure Pipelines offers cloud-hosted pipelines for Linux, macOS, and Windows with 10 free parallel jobs and unlimited minutes for open source projects.
Is your feature request related to a problem? Please describe.
I've set up a new tauri project following docs on tauri.studio, and my newly-generated app had
bundle.identifierset tocom.tauri.dev.For macOS apps (and probably other OSes) this identifier has to be globally unique for every app. It can be problematic when developers forget to customize it. An existing example tauri app