Artur Drobinskiy
Artur Drobinskiy
We are facing this issue as well. @RicoSuter, I'm ready to pull-request it, but want to double check how it should look like. It could be like in base class...
is there any ETA for that? It seems that all other platforms already have that feature. May be some kind of simpler implementation via strings instead of LINQ could be...
That's what we are actually using since mid-Feb: https://github.com/Shaddix/realm-dotnet The syntax (as well as implementation, actually) was ported from realm-java: https://github.com/Shaddix/realm-dotnet/blob/master/Tests/Tests.Shared/LinkQueryTests.cs It's currently looks like a hack, rather than proper...
For me it's still reproducible using version 7.0.4. My scenario is the same, we have the following in `strings.xml`: ``` Key is set in JS ``` However, when I watch...
btw, Luxon, Moment, DayJs interpret '2022-01-16' in local timezone, so only native js dates are affected (i.e. `TypeScriptDateTimeType.Date`)
I could PR that if you are ok with the idea and could help me with name for setting (in `TypeScriptGeneratorSettings`), that will enable that behavior :)
conflicts are fixed
I'm also very interested in this. The use-case is exactly the same: my postInitiScript asks the user for the input
Regrading PRs/implementation: 1. I assume it's not possible to control the `ora` from postInitScript, since it's impossible to pass the `ora` object across the scripts run via `exec`. 2. If...
@thymikee could you please check if PR created by Jeremy is ok?