Hi @RaananW !
I am trying to add the visualization tests you’ve requested and I’ve just created a PG. I was just about to test it but there is an error after I run:
My repo is up to date.
Can you help me to resolve this error?
Thanks!
Hi @RaananW !
I am trying to add the visualization tests you’ve requested and I’ve just created a PG. I was just about to test it but there is an error after I run:
My repo is up to date.
Can you help me to resolve this error?
Thanks!
npm install
will solve that
Yes!
Thanks!
Ehm, actually it seemed to solve the issue, but after a few seconds I got this:
I wil try to restart.
hmmm…
Let me know if it is solved
The memory leak error is still there… damned…
EDIT: Let me try this on Windows
@RaananW what the heck?
EDIT:
I solved this by:
nvm use 18
npm i
npm i puppeteer // installed recent version of chrome
Sorry - totally missed that. On what system? linux?
that can’t be good… i’ll have to test that
Hey!
I’m on Mac. Now it seems to be working. The memory leak error is still there but it seems to be working, I can code, the playground is up, however sometimes it doesn’t update when the code is updated, I need to restart the build tools and the Monaco editor goes crazy (I don’t know whether it’s related to the memory leak issue) but it shows ridiculously weird errors I’ve never seen before. For example: Javascript is not installed… Believe or not!
well, maybe you should install javascript then!
I don’t use a mac, but i’ll ask on the team and see if anyone else experiences that
Monaco:
It pops up whenever there is an error in the code so I have to quickly fix the error so it doesn’t show up again It’s annoying but increases productivity LOL I type less errors and act more quickly when fixing one
I think there are multiple layers of this error message because I have to click the close icon like ten times to get back to the editor.
I’m working in the TS editor.
You can disable the overlay if it bothers you. To do that set an environment variable (or add it to your .env file). The value: DISABLE_DEV_OVERLAY = true
Can you please review the changes in my PR and merge both the Documentation PR and the library PR? I am almost ready with the next one and this is my last free day, I’d like to do as much as possible on BJS.
Thaaaank youuu!
You mean a system env variable?
yes, or add a .env in the base directory of the repo
May I create a PR which is not fully ready just to have a snapshot created so I can share the progress with someone else?
You can open a draft PR, of course. Not sure what your usecase exactly, but you do know that everything submitted is open to the public
That’s my intention to ask others how would they like to behave some of the features of the non camera facing greased line
Just got a call that I need to go to a business trip abroad… for three days and I leave tonight… So I have to stop coding now to prepare myself.
Thanks, see you soon
Sweet! I will give it a try tonight. I have been doing something with a ton of meshes in need of greasing that should be a great use case test.
I will let you know how it goes.
Happy Travels!