The Wayback Machine - https://web.archive.org/web/20200621120433/https://github.com/topics/project-template
Skip to content
#

project-template

Here are 403 public repositories matching this topic...

Templates
VictorioBerra
VictorioBerra commented Jun 12, 2019

Which project template is the issue about?
API
...

Which version of the project template is the issue about?

...

Which version of Visual Studio or the dotnet SDK were you using?
2.2.203
...

If you call the API with a client and you set Accept to application/json it is completely ignored and you will ALWAYS get application/vnd.restful+json back.

Is this desired?

cebe
cebe commented Nov 15, 2019

What steps will reproduce the problem?

For example:

Trying to autocomplete Yii::$app->user->identity-> in an IDE (PHPStorm/Netbeans/etc...) does not show methods and properties of the configured identityClass. This is because the IDE has no knowledge about the Yii specific configuration.

We can add hints for these in a file e.g. config/__autocomplete.php:

<?php

/**
vrom911
vrom911 commented Apr 10, 2020

I imagine the new description in the generated project to look like this:

synopsis:            User description
description:         User description
                     See [README.md](https://github.com/user/repo#repo) for more details.

It could benefit in several ways:

  • No Hackage warning about description fields should be longer that synopsis.
  • Link to the e
jonschlinkert
jonschlinkert commented Jul 1, 2016

We should start adding simple generate questions to stackoverflow that we can answer, to provide users with a way to find searchable help and feedback.

SO actively encourages simple, high quality code questions like this. It would be great if someone could just start asking basic questions for @doowb and I to answer. feel free to link them here if an

prometheansacrifice
prometheansacrifice commented Jan 8, 2020

Pesy sets up the CI for the user's project and the CI is setup such that we create zip of all dependencies so that PRs can re-use previous build artifacts for faster runs.

With a few tweaks, pesy can also implement a feature to pull the zip file and warm up local cache right after we clone the project.

What do we need?

  1. Use esy export-dependencies on the CI and zip it
  2. Fetch the zip
Open

RBAC

3
loveorigami
loveorigami commented Oct 30, 2016

Насколько я помню, в модуле https://github.com/developeruz/yii2-db-rbac
нельзя проверить на бизнес правила - BizRule.
Например, админ имеет полный доступ к постам, а автор - только к своим. Но оба они имеют доступ к одному экшену.

А из описания следует, что работать не будет
https://github.com/developeruz/yii2-db-rbac

С этого момента, после обработки запроса (событие EVENT_BEFORE_ACTION) прове

Improve this page

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

Learn more

You can’t perform that action at this time.