M

Results 9 issues of M

Just wondering if there is support if it can be added for GitLab Merge Request Reviews. I use these a lot so that it adds all the MR comments once...

Ability to select a "Laravel" MVC type view in the Project View panel. Similar to how you can use a Rails or Grails view that will show your data models,...

Using the instruction on the jaeger chart here: https://github.com/jaegertracing/helm-charts/tree/master/charts/jaeger During install no values were changed, so the following was deployed: * Jaeger Agent DaemonSet * Jaeger Collector Deployment * Jaeger...

Trying to stream media from an API that requires the header "Authorization: Bearer ". I've used the following to inject the header: ```javascript @Injectable() export class ApiAuthInterceptor implements HttpInterceptor {...

enhancement
help wanted
pull-request-welcome

Add Laravel 5.5+ autoload

- Add Laravel 5.5+ autoload

I noticed if you exchange one of your ViewControllers in your example with a Tab Bar Controller and navigate from that Tab controller to another VC you get a dark...

Testing our your uploader with the following: ```javascript $('#dropTarget').FancyFileUpload({ params: { action: 'http://localhost::8080/media/upload' }, edit : false, maxfilesize : 512000000, fileupload : { maxChunkSize : 1000000 }, added : function(e,...