Martin Hradil

Results 29 issues of Martin Hradil

It should be possible to disable writing to specific subfolders, so that you can prevent accidental changes to external libraries.

It seems autosave on windows adds lines ending with CRLF. That's ..unfortunate if the rest of the file uses only LF. Autodetection would be nice but all I really need...

Not sure whether to consider it a bug or not but it definitely bit me while trying to implement an angular wrapper... **nested submenus must be initialized in the outer...

Angular bootstrap switch `controller.$render` explicitly sets `indeterminate` state when `newValue` is `undefined` or `null`. That's usually fine, except when using something like... `ng-true-value="'foobar'" ng-false-value="undefined"`, and actually setting the model to...

``` ``` 3.3.4: switch is in enabled state 3.3.5: switch is in disabled state No errors in the console.

Right now, there is no way to prevent multiple instances of the same notification at the same time, for example if you have an $http responseError interceptor that generates a...

enhancement
Priority 2

When building with webpack (sass-loader), and using the sass variant, the build is failing because external dependencies are not distinguished from relative paths and the loader has no way of...

After upgrading from 3.23 to 3.31, all our selectpickers look disabled :(. non-disabled with placeholder in 3.23: ![localhost_3000_catalog_explorer 2](https://user-images.githubusercontent.com/289743/34044463-f914772c-e19c-11e7-9c7c-35ddc1447241.png) non-disabled with placeholder now: ![localhost_3000_catalog_explorer](https://user-images.githubusercontent.com/289743/34044310-687b1ea0-e19c-11e7-9a71-52264504f6e7.png) disabled: ![localhost_3000_catalog_explorer 1](https://user-images.githubusercontent.com/289743/34044399-b9df2be2-e19c-11e7-8885-908ee6f5cb8a.png) Looks like the...

css

the problem: running as a user with uid=1001 and owning src/, the dev environment doesn't work, failing with error: could not create 'galaxy_ng.egg-info': Permission denied or running egg_info error: [Errno...

Allow providing a list of images to be used in sequence across outputs (iterated over in TL->TR->BL->BR direction)