Steffen Van
Steffen Van
## Description As described here: [https://github.com/adobe/aem-project-archetype/issues/1087](https://github.com/adobe/aem-project-archetype/issues/1087), this PR aims to update the default FileVault version to 1.3.2. ## Related Issue The related issue is: [https://github.com/adobe/aem-project-archetype/issues/1087](https://github.com/adobe/aem-project-archetype/issues/1087) ## Motivation and Context Whenever...
Whenever a new CM environment is created, it will use archetype 41. However, there are some issues with using FileVault 1.1.6, which is currently what archetype 41 is using. These...
If there is an error while indexing a binary property, we shouldn't log the data. We should just log the property name. ### Current ``` ERROR o.a.j.o.p.i.l.LuceneDocumentMaker - could not...
Working branch for a Lucene upgrade. Plans to officially upgrade it has been halted. So this can serve as a starting point in the future. Version 5: - [x] 5.5.0...
Attempting to update Lucene to its latest version, which currently stands at 9.7.0. The code contains several TODOs since the refactoring process is a bit complex, and I have added...
Minor correction in the exercise 11 notebook: I think the intended variable name for the variable `$square` is `$double` since we are doubling each value in the sequence rather than...
Hi, Thanks for putting the code from the paper into a file. I'm wondering which value is actually supposed to be reshaped in these [lines](https://github.com/gan3sh500/attention-augmented-conv/blob/master/layer.py#L87-L88). ``` def augmented_conv2d(X, Fout, k,...
Hello professors, I've tried to make use of the code for the sentence similarity, but receive the following error: ``` Traceback (most recent call last): File "sentence-similarity.py", line 236, in...
Reformatted all the code with https://google.github.io/styleguide/javaguide.html without polluting the history. See: https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
## What happened? When I run this formatter with `mvn spotless:check` with this code: ``` ... return switch (object) { case SomeType t when t.hasConditionA() -> processConditionA(x); case SomeOtherType t...