LifeIsStrange

Results 246 comments of LifeIsStrange

I would personally vote for the config but it's your codebase, do as you please :) to be clear what you mean is: for the given input ``` json {...

some thoughts: # regarding UTF-8 > One concern regarding Java is the fact that it relies on UTF-16. Actual JSON content on the net is UTF-8. So there is a...

According to [Cl4es blog](https://cl4es.github.io/2021/10/17/Faster-Charset-Encoding.html) > all Strings that can be will be represented internally in a ISO-8859-1 binary format (latin-1). if a string contain >= 1 character that is non-ASCII,...

@cl4es Sure integrating this library or similar code through the Vector API would be easier but *might* require to wait for stabilization. However it's always possible to port the UTF-8...

@DMozhevitin Noob question out of curiosity: (I'm not a Kotlinc contributor BTW) By custom string litteral, do you refer to typescript union of string litterals? https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#literal-types Do you have a...

Just saying that I hope that the [state of the art](https://paperswithcode.com/sota/coreference-resolution-on-conll-2012) will be available eventually. Anyway this is a very welcome improvement that I'm looking forward :)

So the backend is reaching beta with Kotlin 1.4.30 and is encouraged to be used by libraries! It will only become the default with kotlin 1.5. https://youtrack.jetbrains.com/issue/KT-43592 @rachelcarmena

@rachelcarmena unrelated to this issue but I was reading Kotlinc commits and they recently added some plugin documentation for FIR, I thought it might (or not) be useful for arrow-meta...