André Werlang

Results 45 comments of André Werlang

> * user _somehow_ modifies files in `$(bat --config-dir)/syntax` (e.g.: removes source files, or adds some source files but then decides to not run `bat cache --build`) > > *...

> You mean bat should check the timestamp of each custom theme and custom syntax, and then compare that with the timestamp of the built custom assets (a.k.a. "the cache"),...

For single device setups: I find scrub is still helpful for detecting bitrot as soon as possible, then restore from a backup.

I was referring how it is helpful. It is not needed in a sense that no other linux native FS provides that. But it's a feature that has its worth....

Make sure your form is in $pristine state while it is loading data. Perhaps a specific control your are using is setting your form as $dirty. It may help to...

I think I do not need to care about unsaved-changes-warning in my e2e tests, that should be covered in another suite. I think a module/service that could be mocked would...

@trnelson That's strange. When unspecified, default value for `button[type]` is `submit`. There's must be a bug somewhere else. I always use `type=button`. How are you handling form submission?

@jakebailey can you rebase this PR?

I used bower-installer to copy deps assets to a dist folder. Is that what you're doing? Perhaps bower already features this capability now. Either way you've to override this in...

I used https://github.com/rquadling/bower-installer on top of bower. It takes the package `main` files and copies them wherever I want. If I don't want the exact set of files from a...