atlasan

Results 76 comments of atlasan

I had to solve another issue with the TIMESTAMP.. in modules\user.php the timestamp columns from sessions table was compared as numeric value and checked against time() to check for token...

Wrapped that block with `if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN'){` and same for the file install.php Ln: 154 Additionally I added `if (isset($_REQUEST["folder"]))` on include\modules\files.php line 26 to solve the...

> > #273 Thanks for the fix The change that caused the issue is my fault, in my browsers the console was not showing that up and I missed it.

Hi @mikeandtherest and @gausszhou! Separating nodes and plugins it's a nice thing to do. They could be shared easily between different projects. Sharing nodes could be amazing. @gausszhou, you are...

Hi there! Why not a node with an input and an output to manage that? On dropping a connection it could connect to that depending on the direction, and could...

You can propably use the 'mode' property, and set it to 'never'. Something like `node.changeMode(LiteGraph.NEVER);`

`this.serialize_widgets = true;` This would solve that issue

Hi @alessiapacca Actually I don't remember exactly the issue, I tried and checked the formula node at the time you pointed that out. I'm not sure if I had changed...

This is a nice feature I would like to have too. My original tough was to code a simple node with one input slot (or dynamic inputs slots growing) and...

I have a good general view of the internals and it's because of this I think it would be better to use a node to do that. Using the links...