Nickolay Kulikov

Results 22 comments of Nickolay Kulikov

I've encountered the same behavior with "omit" ` import _ from "lodash"; class A { constructor() { this.b = "asdasd"; this.c = "asdfasdas"; } } const obj = { a:...

My use case was to hide session data before logging it ` const cleanedConfig = _(config).omit(["httpsAgent._sessionCache"]) ` It was super unclear what's going on cause all what I've seen were...

Got the same issue. Unfortunately, it's not enough what @wfendler made for our use case. We have more diversity in our scripts and meta tags, they could be mixed together...

@KraigWalker yes, it's could be dangerous we understand it. We have a multi-tenant app and we've just done with when managers ask as add this or that here.. and you...

Still working on this, almost finished except one broken test, but I guess I can fix it in coming days and present my pull request. By the way, thank you...

Thanks for the explanations! > A code editor would indeed be a cool feature. How do you imagine it would look? I'm wondering if you'd want to use a keyboard...

Ok, the idea will be to navigate to an object with the VR controllers, then press some button and window with the object's source code will pop up. At this...

Thanks for the feedback! >Something to keep in mind is that the Editor locks up a few times when compiling your scripts, which would also lock up VR rendering. Now...

Thanks for the advice! We will definitely try this out)

Hi! @haywirephoenix We (me and another person ;) ) haven't started the implementation yet (We were exploring Unity, took some courses, made some simple games...). But we're going to do...