William Entriken
William Entriken
In [Bootstrap documentation](https://getbootstrap.com/), the recommended code to link using CDN is: ```html ``` However the same code on [Bootstrap Icons documentation](https://icons.getbootstrap.com/#cdn) is: ```html ``` --- Please update the latter to...
# Background While editing a file, sometimes you want to refer to a different heading in that same file. Example: > # Build instructions > > Buildy build build... >...
The build instructions have changed from 4.0.3 to 4.0.4. See #51. And the new build is not accepted in brew. See: https://github.com/Homebrew/homebrew-cask/actions/runs/14981212133/job/42085580794 --- We will need to change [the brew...
### Clear and concise description of the problem I am looking at https://vue3.examples.histoire.dev/story/src-components-introduction-story-vue?variantId=_default and fail to understand if this will be good for my project. ### Suggested solution Use this...
### Describe the bug I opened the StackBlitz example and nothing happenend when I clicked most anything on the page  The only thing that produced any result is when...
### Describe the bug In this example, the button appears to not be working. It is indistinguishable from a .png screenshot of a button. Is it disabled? I was expecting...
### Describe the bug In this page, clicking the button does not fire an event. I was expecting an event to show.  ### Reproduction Load https://vue3.examples.histoire.dev/story/src-components-basebutton-story-vue?variantId=src-components-basebutton-story-vue-0&tab=events Click events pane...
### Describe the bug This example uses white-on-white text which is difficult to read.  ### Reproduction Enable dark mode on computer. Access https://vue3.examples.histoire.dev/story/src-components-eventbutton-story-vue?variantId=_default ### System Info ```shell N/A. Using...
This PR tries to implement a best practice documented here https://github.com/fulldecent/moodle-local_plugin_template/blob/main/.github/workflows/ci.yml --- We would like to automatically test this plug-in every month by automatically looking for the latest stable version...
Allow to access certificates using a secure URL. This will allow a student to generate a URL for a certificate that they can share with anybody. Those other people do...