Isaac Johnston
Isaac Johnston
I cannot reproduce this issue in the example todomvc app, although the last comment on not rendering the first event on startup sounds suspiciously similar to #263
@MawiraIke are you able to reproduce ?
This is because: 1. the browser has default 'user agent' styles for focus like: ``` :focus { outline: -webkit-focus-ring-color auto 1px; } ``` 2. for 'native input' components such as...
If you `info coreutils 'cat invocation'` you'll see > `cat' copies each FILE (`-' means standard input), or standard input if none are given, to standard output. Where FILE can...
@RomainMuller Some interesting thoughts but I respectfully disagree. cat is only a historical name, not the definition of the command. any pragmatic use of a tool that works is "proper"....
@RomainMuller, let me phrase this differently. If one wishes to dump a single file to standard output without any paging, concatenation or unnecessary fluff, what is one command other than...
> can't think of anything else than abusing cat or tee to achieve this agreed. `cat file` or ` why on earth would I be willing to dump that 12MB...
Not yet, but I'll keep this open to consider implementing it when I have time to return to this library. Quality PRs are also welcome.
Thanks for pointing this out @danielcompton, I'll add it once I get back to this project :+1:
Firstly, this library has gone through several iterations and will likely go through more. Its very much subject to changes as its a more an experiment than anything else. So...