Michael Born
Michael Born
The "Close" button should allow changing the text via a `closeText: "Skip"` option similar to the `previousText` and `nextText` options.
In stark contrast to the "Next" and "Previous" buttons, the "Close" button is inaccessible. This should be an actual `` element, not a ``. https://github.com/tourjs/tour/blob/a0b0e574736d6f4ba7f933b2c1e649d115726e40/src/defaults.js#L5 Also looks like the npm...
It looks like this `allowpaging` option on the `setcontent` twig method was never implemented in Bolt 5. See PR: https://github.com/bolt/core/pull/303  1. Is there any plan to...
When attempting to develop locally, it is impossible to load a `dev` extension into Bolt without either setting it to a `stable` release (which is obviously not good for a...
Lucee's `getComponentMetaData()` still errors on component names with periods. Hence, this "just won't work"... but we can at least handle the filename better so it's less confusing where the breakdown...
Certain websites, particularly AI-focused ones, evidently do bot detection and blocking by returning the HTTP status code 403. Allow configuring link checker to "accept" these 403 status codes as evidence...
See this markdown from [our docs](https://raw.githubusercontent.com/ortus-boxlang/boxlang-docs/09d67749125ae5bd8a4032f1a030cdd473790e97/boxlang-language/classes/functions.md): ```md ...and no [encapsulation](https://en.wikipedia.org/wiki/Encapsulation\_\(computer\_programming\)). ``` In github's markdown reader, it renders as so: > ...and no [encapsulation](https://en.wikipedia.org/wiki/Encapsulation\_\(computer\_programming\)). but the Link Checker appears to replace...
# Description The BoxLang Core repo relies on the `bx-derby` module to provide a packaged version of Apache Derby for most JDBC tests. This bx-derby version has previously been committed...
This query attempts to update the `Name` column using a passed-in value, but QB seemingly fails to append the binding to the queryExecute call: ```js getInstance( "QueryBuilder@qb" ) .table( "myTable"...