max.rodionov
max.rodionov
I just use this pull request in my setup with webpack2... It seems working :)
Hi guys. Nice tool and nice feature request. My suggestion is similar to https://github.com/zakhenry/embedme/issues/48#issuecomment-570348249 but even more compact ``` // @embedmeStart#myTag ...code lines // @embedmeEnd ``` My suggestion is based...
Hi guys, I vote for this feature... my case: segments: ``` "base" "base.foo" "base.bar.baz" ``` in controller of the "base": ``` javascript $scope.$on('routeSegmentChange', function() { $scope.activeSegment = $routeSegment.name; }) ```...
I vote for this feature too. It is very uncomfortable to work with function properties. I always have to remove the brackets.
At First thanks to the author for the plugin, very useful for me @erwstout workaround `Typing any key after a CTRL+L clears the terminal` works but it would be nice...
Above workaround fixed paths inside `dist/` folder But even corrected paths like `../../../dist/*` break TS when we publish our modules due to on client app side we have no`dist` folder...
confirm the problem. Right now we use `type alias` as workaround ```ts // my-config.ts export interface MyConfig {...} // :tada: export type MyConfigPartial = Partial export const MY_CONFIG = new...