Yasir Türk
Yasir Türk
__Description__ I am using latest Laravel with sail, so mysql is in docker container. `MYSQL_ROOT_HOST` is `%` which I override using `Configuring` event hook. I also set extra PRIVILEGES (SELECT,...
**Describe the bug** When try to update Unit on price then it creates a duplicate instead of updating it **To Reproduce** Steps to reproduce the behavior: 1. Go to Product...
**Describe the bug** When Unit is deleted but it is attached to product and a procurement, then it results in an inconsistent state. **To Reproduce** Steps to reproduce the behavior:...
## Goals I am trying to insert-update single or multiple objects by providing a JSON dictionary or array using a filter BUT not a primary key ## Expected Results for...
any possibility?
## Feature request It is not possible to pass a value to config file. ## Motivation A very common example is the auth header. The token is generate on the...
`ADDatePicker(frame: .zero)` method is not available as public
I can set the initialDate but after view is loaded i am unable to change the selected date programmatically `datePicker.currentDate = Date().addingTimeInterval(3600*24))`