pulquero

Results 35 issues of pulquero

The setup info windows displays a table comparing the bf config from two different logs. It would be nice if rows that had a difference were highlighted/emphasised in some way....

### Problem description Currently, there exists SPARQLRepository.setAdditionalHTTPHeaders() to deal with custom headers required for interacting with certain stores. But, there is no equivalent for query parameters, and there is no...

📶 enhancement

### Problem description Currently, the custom aggregate function API makes it hard to implement functions like mean, std dev, etc where the final value is calculated/derived as there is no...

📶 enhancement

Optional.orElseGet(...) expects a functional Supplier. The .orElse(...) method should be used when we want to specify the value instead of using a Supplier. ### Current Behavior public static String getLabel(Optional...

🐞 bug

### Current Behavior Queries containing IRIs/literals that include unicode characters are not correctly sent. ### Expected Behavior I can run queries that have international characters. ### Steps To Reproduce _No...

🐞 bug

### Current Behavior select * { VALUES ?x {1 2 3 4} } produces 1, 2, 3, 4 if x=1 is passed as a binding, eg programmatically/via query params. ###...

⏩ performance

### Current Behavior The IEO factors out common expression from both sides of a union. But, it doesnt update the scope change so that the common expression is now in...

🐞 bug

### Current Behavior Queries appear to hang. ### Expected Behavior Queries can be executed. ### Steps To Reproduce The situation is as follows. RepositoryManager.getRepository() grabs a lock, the socketRead never...

🐞 bug
📦 workbench

### Current Behavior I spotted this code ``` @Override public boolean equals(Object o) { if (this == o) { return true; } if (o != null) { if (o instanceof...

🐞 bug

This config in combination with https://github.com/john30/ebusd/pull/1213 does not cause any issues for my setup. Highlights: - messages ordered by ID - consistent naming convention, useful for filtering - removed non-applicable...