Richard H. Tingstad

Results 10 issues of Richard H. Tingstad

Just a proposal, if you're interested. This commit replaces `@ECHO OFF` on line 2 with a new, silent, first line that effectively does the same for Batch. This makes it...

##### Versions | Sarama | Kafka | Go | |--------|-------|----| | 1.33.0 | 3.0 | 1.18 | ##### Configuration ``` go kafkaConfig := sarama.NewConfig() kafkaConfig.Version = sarama.V2_7_0_0 kafkaConfig.Consumer.Return.Errors = true...

It would be cool to have the possibility to nest properties, like: # {db.#{environment}.username} This is just a quick example showing that it is possible to achieve.

Currently, field name is used as key when @Configuration annotation has no value. A benefit of this is that the key is clearly visible everywhere the field is accessed. It...

Spring [uses](http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.html) `${...}` to reference other properties. Constretto [seems](https://github.com/constretto/constretto-core/blob/constretto-2.2.2/constretto-core/src/test/resources/org/constretto/internal/provider/helper/provider-test.properties) to support use of the (undocumented?) syntax `#{...}` for variable resolving. The organization I currently work at has some .properties files...

Improvement

"MAX(id) FROM words" was used as word_id for INSERT of next word, which will result in duplicate word ids. (Of course, in its current form, the application always runs the...

This PR combines https://github.com/teodorlu/hotload/pull/5 and https://github.com/teodorlu/hotload/pull/6 Read them first. https://github.com/tingstad/hotload/runs/7168717234?check_suite_focus=true - Add shell test https://github.com/teodorlu/hotload/pull/5 - Reload watched (sub)modules automatically https://github.com/teodorlu/hotload/pull/6 - Test refactor: add mymath.py - Test: sub-module reload

I have observed two potential issues: ### 1. reload duplication Sometimes when changing a file I see several lines of `Successfully reloaded`. For example when I run `touch file`. I...

I'm upgrading an app to JUnit 5, and see that jdit migrated from JUnit 4 `DBIRunner` to JUnit 5 `DBIExtension` in 2266d114a7c06f042e7fd15ff52075284088d9ae, but that this has not been released: https://github.com/arteam/jdit/blob/jdit-0.9/src/main/java/com/github/arteam/jdit/DBIRunner.java...