brazorf

Results 10 issues of brazorf

It's nice to have separate create and update use cases, but i was thinking it would be way better to add the possibility to customize them. To give you an...

This code `` is not updating my ng-model, record.preferredTime is not set. If i remove the directive ng-model starts again. Whats wrong? `` AngularJs 1.6.4 here.

I've basically added the possibility to add your event handlers (for custom medium-editor events) that can be passed along to medium-editor. See d44d388 for sample code.

Just a question here. Since there are lots of possibilities with this module - hence lots of data to be written, i wonder if any cache mechanic is in place...

We can use `$lock->allowed()` to retrieve a list of allowed resources. How can we get the list of any available permission for a given caller?

https://apexcharts.com/angular-chart-demos/column-charts/stacked-columns/ That demo has a sandbox link: https://codesandbox.io/s/apx-column-stacked-hq9vk?from-embed which is not the same as pictured in the docs (missing toolbar). Is it a docs issue, or a bug in that...

I'm trying to fetch a list of all permissions, in order to build a backend. I'm using this query to fetch all available permissions: ``` php $permissions = \DB::table('lock_permissions') ->groupBy('type')...

https://github.com/Kadoba/Advanced-Tiled-Loader/wiki/Tutorial-1 This is what i get using vanilla tutorial code. ![image](https://cloud.githubusercontent.com/assets/3330031/17084471/f2d3caf8-51be-11e6-86e2-9d5e922fd615.png)

Markup: ``` html Toggle image Crop ``` Controller: ``` javascript $scope.selector = {}; $scope.img = {src: "foo/bar.jpg"} $scope.crop = function() { $scope.cropped = $scope.selector.crop(); console.log($scope.cropped); } $scope.toggle = function() {...

Is it possible to have the base64 cropped image in jpg encoding?