Lars Marius Garshol

Results 294 comments of Lars Marius Garshol

The biggest issue is the conceptual one, of expanding the set of values to suddenly include functions. What happens if you try to `+` functions, or use `.foo` on them,...

I'm still on the fence about this, to be honest. It's possible to solve the technical issues, but I'm not sure it's worth the complexity. The use case you describe...

> It would also be nice if we would not need to address a "local" property with a full path name. The problem with this is that to make it...

This is an interesting idea, but I wonder a little about the value of it. I can see the value of using Docker for complicated tools consisting of several different...

I think @igor-starostenko's rationale makes sense, and if more people are interested then I think we should just do it. I'm not using Docker, so I'm not the person to...

Interestingly, Python gives the same result: ``` Python 2.7.15 (default, Jan 12 2019, 22:20:12) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin Type "help", "copyright", "credits" or "license" for...

Yes, I'm not very eager to start using BigDecimal, which is why I thought it would be useful to understand the actual use case and underlying problem. Once we know...

I originally started this branch because it seemed Schibsted needed a non-Jackson JSLT, and it seemed like a good idea anyway. Schibsted then expressed skepticism about this approach (see @biochimia...

@RahulKesharwani353 The API will work the exact same way inside Spring boot as it does outside Spring boot. `FileSystemResourceResolver` will load from files on the file system. Tbh, I'm not...

You need to explain what you're doing. Otherwise nobody can tell what is wrong.