DaTrader

Results 19 issues of DaTrader

## The following are suggestions regarding the candlestick chart input and looks ### Input The following input should be specified at the chart level (not for each candle) 1. Symbol...

Given there are no typespecs accompanying the LiveView function headers (why??) and since there's not a word on it in the documentation, I must ask whether it is safe to...

Note: this is not a bug, but AFAIK a lack of means to properly address this very common use case by using strictly LiveView `JS` commands. The UC: We have...

LiveView version: 0.20.14 (but since nothing of the kind can be found in the 1.0.0rc changelog, I expect it to be there as well) - A `RuntimeException` taking place in...

There's a use case with a pipe of three `JS` structs where the middle one is not known upfront and is supplied as a parameter to the function, ex: ```elixir...

### Environment * Phoenix version (mix deps): 0.20.17 ### Actual behavior The `allow_upload/3` config is external, autoload, max_entries: 1 Once a `:too_many_files` error is issued for trying to upload more...

### Environment * Phoenix LiveView version (mix deps): 0.20.17 ### Actual behavior In my UC uploading a file is just one of the available media sources, others being selecting a...

### Environment * Phoenix version (mix deps): 0.20.17 ### Actual behavior Upload config: external, autoload I couldn't find any documentation on what the `:external` 2-arity function is supposed to return...

### Environment * Phoenix LiveView version (mix deps): LV 0.20.17 ### Actual behavior RE: External upload The `UploadEntry` provided to the external upload progress function has the `client_meta` field reset...