Murat Tasan

Results 32 comments of Murat Tasan

@OrenHg How exactly do you configure that in VSCode? Do you mean you add those objects to the Camel Case Navigation `settings.json` doc?

I'm curious if over the years there's been a coalescence towards a 'standard' (or 'recommended') way to handle this type of scenario with {jsonlite}. I love working with {jsonlite}, _except_...

+1 to @s-fleck's question. I recently discovered this, too. That a subclass with `cloneable = FALSE` inherits its parent's `clone()` method is surprising to me. My default assumption would be...

A lot of the examples of cloning challenges with nested R6 objects have used the relatively simple `o1 -> o2 -> o1` reference cycle (e.g. the `copy` solutions provided in...

Yup, totally aware that `length(NULL) == 0`. I was mostly just curious if this behavior is 'officially' intended/supported moving-forward for NULLs . The wording on the man page raises the...

I guess this is simply a risk with reference classes (and similars), but I wonder if there's a way to detect these unintended/unexpected consequences of some how some functions are...

@wch Yeah, happy to create an issue in the Shiny repo simply to document this behavior, at least. I did eventually come to that realization that the observer's newly-created function...

@wch aaaahhhh that makes sense, I I also assume, then, that something like this (swapping the delay & timeout values in your example) would be an anti-pattern preventing execution: ```R...

I've just started using Beekeeper and immediately ran into this issue; came to this GH Issue because I wasn't sure if this was somehow 'expected' behavior. I'm on v4.1.13 (Mac...

@daattali, > This should not be supported ... I assume that's a typo and it actually should be, "This should _now_ be supported"; correct? (It's a shame that two dramatically...