Rouslan Grabar

Results 10 comments of Rouslan Grabar

> @iamruss The ordering matters. I solved my problem by following the exact order as present in the documentation. I am not talking about "ordering" things in a sequence. I...

I could reproduce it just with a tag that starts with letter (uppercase) "Д", e.g. this tag `#Д` gets broken and the results pane shows just: `#` the tag "#АБВГДЕЁЖЗИЙКЛМ_Н_ОПРСТУФХЦЧШЩЪЫЬЭЮЯ"...

Adding `refresh=false` can let "terraform plan" to pass but then apply step will destroy cluster. This is something you might not want to happen.

if you press `ctrl + p` and still do not see the mind map plugin, go to community plugins tab in settings and make sure you have the mind map...

Actually, nevermind. Serializer is using `DateTimeZoneHandling.RoundtripKind` Looks like the client's GetObjectById returns object adjusted to local time. any idea how to better handle this?

ok, solved it by adding custom date converter to all the fields with `Updateable(true)` attribute with `SF Type` set to `date`. ```csharp public class SfDateConverter : JsonConverter { public override...

I could make required changes to the model generator next weekend and submit a PR.