OUJABER Mohamed

Results 5 issues of OUJABER Mohamed

Hi, When i start my session, it close unexpectedly, can someone explain me what is the problem, debug lines: ``` Handle message:4 Received ping, sending pong. Steam in buffer size:37...

Hi, how to incluse getters and setters, if I laugh command with `--getset` option, all getters and setters of my models are empty. `php artisan make:oc-models --getset` Thank you.

Hi, the _loas_script() function of MY_controller is loading script at the beginning of file and is not executed.

Hi, I have an application which use two connections: - MySQL for local needs (connection "mysql") - PostgreSQL for getting remote data (connection "psql_tunnel") I use your package to work...

Hi, When I try to instantiate, nothing appears... ``` paperView = PaperView(frame:CGRectZero) paperView.translatesAutoresizingMaskIntoConstraints = false paperView.delegate = self paperView.datasource = self paperView.parentViewController = self paperView.collectionViewController.collectionView?.registerClass(CustomPaperCell.self, forCellWithReuseIdentifier: kReuseID) paperView.addShadow() self.view.addSubview(paperView) NSLayoutConstraint.init(item:paperView.superview!,...