Domantas Petrauskas
Domantas Petrauskas
Are there any plans to implement this feature? Or an idea on how to go about it? I would think that it is quite critical for the proper use in...
Hey @julienrf, I had not heard about scala-cli before and after a quick glance it does seem to have the features I need, many thanks!
Whoa, that is a really cool idea! I already implemented this in a hackish way by using separate hidden form control for previous value and updating it on `pickerSelectedDateChange`, doing...
Is there any work being done on this? Are there any blockers?
16GB of heap was not enough 😄
I did not have enough memory in my machine to successfully run it. I remember successfully running `dependencyBrowseTree` on a smaller module of the same project, but had to bump...
Writing a file is the last step once model is generated, so if the model generation throws OOM, I get no file.
Yeah, it ain't pretty 😅
Another issue is that even if JSON data is generated, browsers can easily go out of memory when displaying the tree - I can see that with a JSON of...
@eed3si9n I did encounter the issue on the private codebase, so it is not that I can share exactly how I replicated it, but I guess I could try creating...