Tamás Balog

Results 16 issues of Tamás Balog

When there are double-byte characters in tables, the formatting runs but it cannot format the tables properly. Is it possible to fix it?

I've been checking the implementation of `AlertImpl` and `AlertAssert` and noticed something. An `AlertImpl` object can be instantiated successfully only when there is an actual alert present on the page,...

bug

Hi, I noticed that the error message in [Reporter#mockedTypeIsInconsistentWithDelegatedInstanceType](https://github.com/mockito/mockito/blob/main/src/main/java/org/mockito/internal/exceptions/Reporter.java#L938) refers to `withSettings().delegatedInstance()` but that method no longer exists on `MockSettings`. If there is a some other API to replace it...

Hi, I've started looking into how the Yaml DSL is implemented, and how Citrus Yaml test resources are loaded and parsed, so that I could create Json/Yaml schema for it....

State: To discuss
Type: Question
Prio: High

There are a few IntelliJ Structural Search inspections at https://github.com/picimako/intellij-inspections/blob/master/inspections/jbehave.md from which probably most could be implemented here as well. I've already started working on some of them, and once...

### Changes - Removed the capability check for `textDocument/publishDiagnostics` for multiple reasons - diagnostics is the fundamental feature of the Rosie Language Server, so integration in a client that doesn't...

### Changes - Updated the `outfile` path in `esbuild-base` script because the client side files are compiled to /out and not /client/out. - Added some entries to .vscodeignore based on...

### Changes - Created the Hungarian translation in README.hu-HU.md. - Added reference to this new readme file in other readme files.

### Description Hi, I've been looking into how [`org.apache.lucene.luke.app.desktop.util.TextAreaPrintStream`](https://github.com/apache/lucene/blob/main/lucene/luke/src/java/org/apache/lucene/luke/app/desktop/util/TextAreaPrintStream.java) is used in Luke, and I think its usage and its implementation may be simplified. - It is used in `OptimizeIndexDialogFactory.ListenerFunctions`...

type:enhancement
module:luke

### Changes - Fixed two small typos in en.js