Serghei Iakovlev
Serghei Iakovlev
@IAmHughes Is this output tell me something useful? ``` ##[debug]....=> Object ##[debug]....Evaluating String: ##[debug]....=> 'ref' ##[debug]..=> 'refs/tags/ignore-0.12.16-4' ##[debug]=> 'Release refs/tags/ignore-0.12.16-4' ##[debug]Result: 'Release refs/tags/ignore-0.12.16-4' ##[debug]Loading env ##[debug]Evaluating: secrets.GH_TOKEN ##[debug]Evaluating Index: ##[debug]..Evaluating...
In my case the issue was related due to wrong token ussage (I created yet one in the secrets). You don't need to create your own token.
Yes, we can to introduce a "categories visibility" field.
@sergeysviridenko As you can see the test failed
How about `conanfile.txt` inside tests directory? **CMakeLists.txt** ```cmake if(CLI11_TESTING_INTERNAL) enable_testing() add_subdirectory(tests) endif() ``` **tests/CMakeLists.txt** ```cmake # Conan bootstrap if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake") message( STATUS "Downloading conan.cmake from https://github.com/conan-io/cmake-conan") file(DOWNLOAD "https://github.com/conan-io/cmake-conan/raw/v0.13/conan.cmake" "${CMAKE_BINARY_DIR}/conan.cmake")...
Hello, Not sure if this is the right place, but I'd like to show you my case so that you have more information about the issues that arise. Most of...
@harababurel Could you suggest any old/stable version without these issues?
It seems we can make the headers of our classes cleaner. For example some classes contains similar description: ``` php
I thik we nedd: `Snippet`, `Snippet_Manager`, `Snippet_Writer`, `Snippet_Reader` classes, db support, and some initial config :)