meredrica

Results 8 issues of meredrica

Hello! I cannot get the amMoment object injected in my angular app (written in timescript). ``` (function () { angular.module('app.config', ['angularMoment']); }()); namespace app.config { angular .module('app.config') .config(AmMomentConfig); AmMomentConfig.$inject=['amMoment']; function...

If the plugin is installed and :FZF the plugin throws 2 errors: `pattern uses more memory than 'maxmempattern'` Removing the plugin also removes the error.

The plugin works fine when the browser reloads the page but when angular partials are used (logout/login again with partials) it does not work.

Hi! I've been trying to figure out this issue on IE11: ```` SCRIPT5022: InvalidStateError ui-cropper.js (1,1) ```` The code I use is this: ```` ```` The error happens the moment...

# Description When quorum queues are used (in this case on a cluster of 3 nodes running in openshift and joined using the k8s plugin) messages cannot be ACK'd via...

not-enough-information

The RSS Icon did not use the base url which leads to issues if the site is not hosted on /

Seems like some command parser fails here. When you run ``nb todo add 'check this out'`` it will open the help for todos. Running ``nb todo add 'try this out'``...

`workspace.asRelativePath` does not exist in the workspace object, i guess it got lost sometime with coc.nvim changes (https://github.com/neoclide/coc.nvim/blob/e3f91b5ed551ae95d1f5c3b75f557f188ad17b52/src/workspace.ts#L51) to reproduce: 1. create a class ``` public class Foo { }...