brainbytes42
brainbytes42
Ah, I see - that makes sense... From a usability / "discoverability" view, I'd prefer the latter, as I'd then come from an existing object and have all my methods...
Hi, really cool tool - and maybe it's already possible, but I didn't find it: How can I make may complete record null-safe without annotation each and every single parameter...
A lasso selection would be very useful - seems related to this topic. For me this is crucial, as I need to select data from a scatter plot to export...
Hi, thanks for the input, but on Eclipse 4.5.2 I didn't manage to get Beagle run, even with clean-option. Too bad, as the Plugin looks really nice.
Although this is an old issue, or maybe I miss something - but I can't manage to get sources and/or javadoc into IntelliJ for [EdwardRaff/JSAT](https://github.com/EdwardRaff/JSAT), for example - even though...
> It isnt exactly as described , but have you looked into https://github.com/lightbend/config?tab=readme-ov-file#uses-of-substitutions. AFAIK this isn't possible in TOML, isn't it? The substitutions are for HOCON-Format... Maybe I'll have to...
Hi, I've chosen to migrate my config-format to HOCON, which provides the substitution/extension-mechanism. Thanks for the hint - I thought about that before, but had started with TOML... ;-) So...
Thanks for the quick reply. My problem is: where would I put this setting? Maybe I'm missing something obvious, but as I have only my on-demand sql-object DAO-interface with its...
Hi, I can extend to this issue the following observations: With this snippet from the docs (which behaves the same as the longer snippet the OP used), I a) have...