-
I'm really rusty on my old code (and IoA seems to be permanently in such state) but I'm wondering if the code made to parse text and replace its default M format couldn't be coded better? My concern i…
-
I'm wanting to look up the terms for a given document, that is `Document -> Field -> Terms`. Something like what term vectors provide in Lucene. (However, I see positions are already [stored a little …
-
Owner : content designer
Validation : Design lead as needed
## Definition of done :
- [ ] Validation of template name, definition, example image are validated
- [ ] Use case as detailed in requi…
-
I wanted to use the delete effect in React, but I can't figure a way to have a starting text.
Option for initial value could be great.
-
I currently have sth. like this:
```
editor.conversion.for( 'upcast' ).add( dispatcher => {
dispatcher.on( 'element', ( evt, data, conversionApi ) => {
const { consumab…
-
If you want I can ask around at co.up if someone is willing to spend a day or so with bh.com. This might cost some money, though.
-
JDBC version : 0.1.48 and JDK 1.8.171
```
ClickHouseProperties properties = new ClickHouseProperties();
properties.setUseServerTimeZone(false);
ClickHouseProperties withCredent…
-
Example:
```java
var factory = XMLOutputFactory.newInstance();
factory.setProperty(WstxOutputProperties.P_OUTPUT_INVALID_CHAR_HANDLER, new ReplacingHandler('�'));
try (var output = Files.newOutp…
-
I'm trying to replace the keywords found in the editor into tag. But for some unknown reasons, there are multiple ⁠ added to the end of my content, making my cursor to move to the next line w…
-
```php
public function generatePresentationAction()
{
$presentation = new PhpPresentation();
$productName = "NewProduct";
$sku = "Test01";
$templatePath…