Sam Felix

Results 7 comments of Sam Felix

I like it how ng2-translate solves this: ``` @NgModule({ imports: [ BrowserModule, HttpModule, TranslateModule.forRoot({ provide: TranslateLoader, useFactory: (http: Http) => new TranslateStaticLoader(http, '/assets/i18n', '.json'), deps: [Http] }) ], bootstrap: [AppComponent]...

@langley-agm often you want to track behaviour/logging on production system with clients (like real users that don't check the console.log()) and then you want to get those logs to a...

The console.log part should be abstracted into a function which calls another LogBacken service that I can reject/replace. The default one would be the console.log Backend service, and then I...

the goal is to have every separate match shown so you can jump to them separately I started by counting and collecting them

It would be awesome to be able to overwrite "dirsToIgnore" in the user settings.json (instead of some separate GUI by the extension).

I have a patched version here: https://github.com/wingsuitist/cline Here you see how you can overwrite the dirsToIgnore in the user settings json. https://github.com/wingsuitist/cline/blob/46651b16ee638f72c8dc2f38beb1245e893077e3/src/fork/letsboot/example-settings.json#L21 It would be awesome if Cline would write...

I love this feature, thank you so much. Maybe we could go more towards using .clinerules/git-message-prompt.mdc and support this on a User and Project level, as all UI based configuration...