CodeWithDennis

Results 20 comments of CodeWithDennis

Hi @sitenzo Is this similar to the OCO function in Binance? Im looking to place a order with take-profit and SL trigger

Any news on this? Im looking to place a order with a SL and TP.

> Anybody solve this? I would like to place an OCO order in spot trading with a set TP and SL. Currently I have to create a market order and...

Why does Filament need to put this in their docs? If you want to know about it, just learn how Laravel models and relationships work. https://laravel.com/docs/10.x/eloquent-relationships#main-content

Any plans for Nova 4 support?

I checked with others, and it appears there's a bug in async Alpine. @nocodelab > this is a bug in async alpine. the PR was just merged and released. will...

It looks like the issue isn't solved in the latest Filament release. I'll need to investigate more and might ask for assistance.

> Maybe it's related to the wire:key assignment. I saw here https://github.com/CodeWithDennis/filament-select-tree/blob/3.x/resources/views/select-tree.blade.php that you are assigning a rand() value. How come? Maybe that breaks after the reorder... Yes, this creates...

> Why is the field not reactive/live without setting the `wire:key` to `rand()`? Adding wire:key also makes the field flicker. So, we gotta figure out a better way to fix...

Interesting, could you try and add `->id('someKey')` (different key names) Curious if that works.