project-template
Here are 403 public repositories matching this topic...
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?
-
Updated
Sep 17, 2018 - Ruby
What steps will reproduce the problem?
yii migrate
What's expected?
execute the migration successfully
What do you get instead?
Exception 'yii\base\InvalidConfigException' with message 'Failed to instantiate component or class "db".'
Additional info
| Q | A |
|---|---|
| Yii version | This is Yii version 2.0.32. |
| PHP versi |
-
Updated
Jun 11, 2020 - TypeScript
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
/**-
Updated
Jun 21, 2020 - CMake
-
Updated
Jun 5, 2020 - Python
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
descriptionfields should be longer thatsynopsis. - Link to the e
Move to cabal-3.0
Seeing this too everytime I start the REPL while on boot dev
~/D/t/michaelh-sandbox ❯❯❯ boot repl --client master ◼
cli: option vendors: expected optarg, got [str]
cli: option auto-prefix: expected optarg, got #{kw}
Implicit target dir is deprecated, please use the target task instead.
Set BOOT_EMIT_TARGET=no to disable implicit ta
-
Updated
Oct 6, 2017 - Clojure
-
Updated
Apr 20, 2020 - Go
Set includeExamples=n as default for new projects, because it might be confusing to get the examples by default for those not expecting and desiring them. As these examples are hosted on https://www.aemcomponents.dev/ it's not a necessity to have them inside the project.
-
Updated
Apr 9, 2020 - CMake
Ignore directories
This may not be an issue, but is there a way to ignore tokenization in specified directories? I can't find documentation and STProjectMaker.sublime-settings only shows extensions and specific file names
-
Updated
May 24, 2020 - CMake
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
-
Updated
Jun 16, 2020 - Python
-
Updated
Feb 21, 2020 - PHP
-
Updated
Jun 5, 2020 - Python
-
Updated
Apr 30, 2020 - CSS
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?
- Use
esy export-dependencieson the CI and zip it - Fetch the zip
-
Updated
Nov 1, 2018 - JavaScript
-
Updated
Mar 21, 2020 - PHP
RBAC
Насколько я помню, в модуле https://github.com/developeruz/yii2-db-rbac
нельзя проверить на бизнес правила - BizRule.
Например, админ имеет полный доступ к постам, а автор - только к своим. Но оба они имеют доступ к одному экшену.
А из описания следует, что работать не будет
https://github.com/developeruz/yii2-db-rbac
С этого момента, после обработки запроса (событие EVENT_BEFORE_ACTION) прове
-
Updated
Mar 9, 2019 - Elixir
Once the dev setup has stabilized it will be time to reflect the changes back into the dev docs:
CONTRIBUTING.md.
See also: #129 #132
-
Updated
Mar 26, 2019 - API Blueprint
Improve this page
Add a description, image, and links to the project-template topic page so that developers can more easily learn about it.
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."


What is a common approach when building API Server from swagger spec file (usually swagger.yml).
Command
swagger generate server...generates a bunch of .go files. Where those generated .go files should be placed.Is a good approach to put them to /pkg/api/ ?