About 50 results
Open links in new tab
  1. Is it possible to hide pages from an Azure DevOps Wiki?

    Apr 11, 2019 · Hide pages from an Azure DevOps Wiki. Yes. We could do this a number of ways, e.g., clone the underlying Git repository and work/edit locally until you are ready to share it.

  2. Hidden features of C - Stack Overflow

    In general hidden features or language tricks are discouraged as you are running on the razor edge of whichever C standard (s) your compiler uses. Many such tricks do not work from one compiler to …

  3. Azure devops wiki - Why my image isn't visible for everyone?

    Oct 5, 2022 · Before giving the solution, I'll start by explaining the makeup of a wiki. Every DevOps project has a hidden repository, which named ' <Project Name>.wiki ', this repository can't be access …

  4. How to make "spoiler" text in github wiki pages? - Stack Overflow

    Sep 28, 2015 · This also works in Azure DevOps Wiki, useful for hiding information, similar to the spoiler quote support in Stack overflow.

  5. Replace an Azure DevOps Project wiki with an existing Code wiki

    Feb 26, 2024 · I have a published code wiki in my azure devops project and I need to replace the existing Project wiki with the code wiki we already have. how can I do that? Appreciate your help I …

  6. What happened to the GitHub Wikis when I turned my repo to Private ...

    Dec 13, 2022 · While the repo is private, the wiki may be hidden, but it still lives in the secondary Git repo GitHub maintains for the wiki. To recover the contents on your own machine, all you need to do …

  7. Hidden features of Windows batch files - Stack Overflow

    What are some of the lesser know, but important and useful features of Windows batch files? Guidelines: One feature per answer Give both a short description of the feature and an example, not …

  8. Hidden features of Python - Stack Overflow

    What are the lesser-known but useful features of the Python programming language? Try to limit answers to Python core. One feature per answer. Give an example and short description of the …

  9. c# - "InvalidOperationException: IDX20803: Unable to obtain ...

    System.InvalidOperationException: IDX20803: Unable to obtain configuration from: '[PII is hidden]'. at Microsoft.IdentityModel.Protocols.ConfigurationManager`1 ...

  10. What is the '-->' operator in C/C++? - Stack Overflow

    After reading Hidden Features and Dark Corners of C++/STL on comp.lang.c++.moderated, I was completely surprised that the following snippet compiled and worked in both Visual Studio 2008 and …