Noury Bouraqadi

Results 29 comments of Noury Bouraqadi

What about drawing a polygon and adding a chamfers to some vertices ? ```js Matter.Bodies.polygon(300,300, 4, 50,{chamfer:{radius:[30,30,0,0]}}); ```

I also would like to have this feature. Meanwhile, here is a trick based on the following observations. : - It seems that the render first displays bodies before composites....

Question sent on Discord Pharo Server: >PharoJS depends on Zinc-WebSocket-Core. This zinc package is loaded from https://github.com/svenvc/zinc. But, when we load the zinc the repo in iceberg, it shows as...

Sven's response: > Any project that has a non casual need for HTTP functionality should load the latest Zinc HTTP Components from its origin repository. I would recommend not loading...

By default PharoJS does not include sort: method. Instead, it is the one provided by Javascript that is used. Hence the strange behavior.

When does this issue happens? Would you like provide an example so we can reproduce it?

This issue is related to feature requests by multiple PharoJS users. An example, that hints an alternative way of approaching has been provided by @Ironirc: > I'd like to do...

Here's a possible implementation of the `asyncDo:` method. ```Smalltalk asyncDo: aBlock ```

Indeed, `await` should be inside an `async` function. It is the sender's responsibility to should ensure the `Promise>>#await` message is inside a block sent to `asyncDo:`. I need to check...

Yes. I got the same error. We need to figure out another solution.