Thomas Punt

Results 31 comments of Thomas Punt

@0x0tyy Yes, you can specify 2 or more corners. 2 corners just means a straight line (in any direction).

> How do you still run tasks when the thread has gone? You don't. When you join a thread, any tasks associated with that thread should be considered finished with...

Unfortunately, I just haven't had the time (and still don't have the time) to maintain my open source projects. I hope to come back to them in the near future...

In the projects I have used this extension in, it seems pretty stable. The only thing that is perhaps slightly unstable is the API, since I'm still not 100% sure...

**Edit** Just seen the other issue you opened up - I will look through it now. Same comments still apply to other problems where example code would be useful. >...

Yeah sure. Cyclic references occur when you nest an object (or an array reference) within itself. In normal PHP code, this looks something like the following: ```php $o = new...

@mrle0pold Good catch! When I moved things to line-based drawing, the default border was a thin black line. I've now made a commit (6aa61f8354acaad725cc68e65cb26e43ef8e5999) to allow you to (once again)...

@0x0tyy I assume it is because of the number of points needing to be drawn in order to render such shapes. Would it be possible to render bars instead of...

I've now rebased this branch against the latest master changes (commit: 1760f5a4a82eaded3a06340d4a3ec139c5ab1b38). They have also been applied to my [`boxes-install`](https://github.com/tpunt/lightweight-charts/tree/boxes-install) branch.

> I hope this makes it to prod someday! Either that, or we get a solid plugin system that allows for this and similar things to be implemented elegantly. It's...