DaTrader

Results 26 comments of DaTrader

UPDATE: When submitting this issue I didn't realize there were issues with static files in the demo project when migrating to esbuild. Those issues have been fixed and the now...

@chrismccord Btw, is there a chance that the very order in which the elements are added to the DOM is not always necessarily top-down (down the descendants line)?

Here's the catch. I was encoding a part of the Level2Component id so that it also contained HTML id-unsupported characters. That was my oversight. However, when this is the case,...

I have to reopen this issue for it seems it is quite real after all and it's not as harmless as initially thought. The problem with ids and the order...

Ok, here's the repo link: https://github.com/DaTrader/cards_demo URL: localhost:4000/dealing When installed, take a look at the DeckLive.build_dom_map/1 function. In there there's a list-based and a MapSet-based comprehension alternatives. With the MapSet...

I'd like to expand further on this for I've just noticed another related problem while using LiveView together with a responsive framework in my app. This other framework is setting...

Cool. So who's gonna do it (the scale thing)? You or me?

@mindok Take a look at this. Not bad for a start.. ![image](https://github.com/mindok/contex/assets/30151179/b99623c1-a561-4b2d-914d-cc9af2f42a32) Need to introduce "steps" in the time axis to show every nth tick. Btw, turns out there's 0...

> Looking very nice @DaTrader! With the ticks, have you looked at changing the interval count for the time scale? The actual interval is calculated by looking up the nearest...