Alix Lourme
Alix Lourme
In Febrary 2020 ([#1022](https://github.com/docsifyjs/docsify/pull/1022)), docsify has switch [its CDN](https://docsify.js.org/#/cdn) from `unpkg.com` to `cdn.jsdelivr.net`. As a good plugin to use, it would be nice if *docsify-toc* can be hosted on `cdn.jsdelivr.net`...
### Overview of the Feature / Motivation for or Use Case When GitHub Enterprise Server is deployed on-premise on an intranet network with security network constraints (like DMZ from internet...
PR proposal for fixing #1218. ---- As first minor review, perhaps `https_proxy` could be renamed `HTTPS_PROXY` for coherence in environment variables naming (even if proxy variables is generally named in...
**Feature** GHES provides today **[Runners at enterprise level](https://docs.github.com/en/enterprise-server/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-enterprise)**. Having some pool usable by organizations (if enabled by orga owner in [settings](https://github.company.com/organizations/ORGA/settings/actions)) can be helpful (project teams don't have to manage...
Hi, When you are using the client (here v2.3.2), some error could occurs, like permissions (bad login/password, user not authorized to write in repo/path, ...). In this case, with this...
Update download link, due to: - *TeamCity Kubernetes Plugin* [Build Ids](https://teamcity.jetbrains.com/project.html?projectId=TeamCityPluginsByJetBrains_TeamCityKubernetesPlugin&branch_TeamCityPluginsByJetBrains_TeamCityKubernetesPlugin=%3Cdefault%3E) has change => use the last (2017 quite old) - ZIP name has changed ([TW-64673](https://youtrack.jetbrains.com/issue/TW-64673)) - Plugin will be...
For some iRules which interact with multiple events (`HTTP_REQUEST` -> `HTTP_REQUEST_RELEASE` -> `HTTP_RESPONSE`), some variables can be set (sample: to store some states) and reused in events coming after the...
As documented for [getfield](https://clouddocs.f5.com/api/irules/getfield.html), it splits a string on a character **or string**. Currently the TesTcl implementation does the split only on character because [split](https://www.tcl.tk/man/tcl8.4/TclCmd/split.html) is only on *chars*: https://github.com/landro/TesTcl/blob/bd55ca92353b08cd02782458af378f074243984a/src/global.tcl#L123-L127
First of all, thanks for your work. TesTcl is wonderful for accelerating & testing F5 iRules 😍. A common practice in CI pipelines is to fail build when tests are...