Oleg Artene
Oleg Artene
I have a directory structure that copies api path structure ``` includes: - introduction - v1/users/header - v1/users/list - v1/users/get - v1/users/create - v1/users/delete - v1/posts/header - v1/posts/list - v1/posts/get...
```php class MyController extends AbstractController { const ROUTE_FOO_EXTRA = 'my_foo_extra'; /** * @Route("/foo/extra", name=MyController::ROUTE_FOO_EXTRA) * @Route("/foo", name="my_foo") */ public function showFoo(Request $request) { // use constant to prevent route name...
For example we have the following paths/resources ``` POST /users/register (self registered users) POST /users (admins will create users) GET /users GET /users/{id: .+} ``` We register/publish them in the...
> external project dependencies does add some extra time each time you run make. > https://github.com/jgaa/restc-cpp/commit/261679210a2d26731bf18458562ebd553711947f#diff-f1f2ba7e3d111c581a8491b50429ad82R5 [Here](https://github.com/jgaa/restc-cpp/pull/28) I made the minimal possible cmake config to be easier to understand the...
It will make the output css to be prepended to an existing entry instead of separate file. If this options is set it should ignore `name` and `filename` options.
1. I can't find how to specify in metadata.xml what attributes my SP requires from IdP. When I add my SP metadata xml to my https://samlidp.io/ IdP, I get this...
https://github.com/madler/zlib/blob/cacf7f1d4e3d44d871b605da3b647f07d718623f/CMakeLists.txt#L186-L187 I use zlib as cmake external project ```cmake ExternalProject_Add(external_z PREFIX "/tmp/test-cmake-external-projects" GIT_REPOSITORY "https://github.com/madler/zlib.git" GIT_TAG "v1.2.11" CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=/tmp/test-cmake-external-projects/installed ) ``` I would like an arg `-DBUILD_SHARED_LIB=OFF`
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...
* https://www.boost.org/doc/libs/latest/libs/cobalt/doc/html/index.html#cobaltioread_hpp Section title duplicate * https://www.boost.org/doc/libs/latest/libs/cobalt/doc/html/index.html#custom_executors Broken links