If you try to declare a SQL macro in a package and make use of it in another function / procedure in the package, you’ll get an error.ORA-62565: The SQL Macro method failed with error(s). ORA-04067: not executed, package body <package body name> does not existWhy and how can you fix it? Example: To show … Continue reading ORA-62565 When Compiling Package Which Both Declares and Calls SQL Macro.| Paulzip's Oracle Blog
Word Processors are everywhere and have some of the most recognizable file formats. Some are very simple in that they just contain plain text, others are more complex. There are formats which allow for images and others which can handle different languages and writing directions.| Obsolete Thor
Github Actions provide the ability to define a build workflow, including the packaging and publishing of a Helm chart. This allows tools like Helm to refer to the URL of the public source project, add it as a remote Helm repository, and then use the packaged chart to deploy a workload to a Kubernetes cluster. ... GitHub: automated publish of Helm chart using GitHub Actions| Fabian Lee : Software Engineer
GitLab Pipelines provide the ability to define a build workflow, including the packaging and publishing of a Helm chart to the GitLab Package Registry. This allows tools like Helm to refer to the public URL of the Gitlab Package Registry, add it as a remote Helm repository, and then use the packaged chart. Pipeline job ... GitLab: pipeline to publish Helm chart to GitLab Package Registry| fabianlee.org
So today I got around to running portmaster again to update to the latest packages.| KBeezie
Below a script permitting to add Package to Distribution Point/Pull DP| Franck RICHARD's Blog
In a previous article, I described how to expose a Github source repo as a public Helm repository by enabling Github Pages and running the chart-releaser utility. In this article, I want to remove the manual invocation of the chart-releaser, and instead place that into an Github Actions workflow that automatically publishes changes to the ... Helm: automated publishing of Helm repo with Github Actions| fabianlee.org
The only requirement for a public Helm chart repository is that it exposes a URL named “index.yaml”. So by adding a file named “index.yaml” to source control and enabling Github Pages to serve the file over HTTPS, you have the minimal basis for a public Helm chart repository. The backing Chart content (.tgz) can also ... Helm: manually publishing Helm repo on Github using chart-releaser| fabianlee.org
Spoiled by being able to access in-built docs in Emacs at fingertips,| A Scripter's Notes