Jim T
Jim T
I've actually not used this with typescript. The solution looks like something reasonable from your side, but is definitely a hack, the library needs to change. Is it the TS...
Sorry I haven't responded earlier. Yes this isn't really a bug as such, hence why I haven't moved on it. But it is something I saw someone do and be...
This is definitely a feature I want, but I can't give a timeline for it as I don't know of a good approach to take. The main issue is the...
I'm pretty sure we can't actually do 10ms as the resolution of the timers involved is about 16ms in nodejs. I'm interested in what it's actually doing and what you'd...
That's interesting, the only thing that jumps out at me is the bFormat usage. I'm not familiar with that, could it be we're not playing well with that module?
It looks like we're getting the list of files in the directory, going over the files and getting the modified times of them and in the time between the two...
Absolutely this feature. As has been mentioned, it's *the* reason for using/wanting a notepad++ like editor.
Could I point you to: https://www.npmjs.com/package/bunyan-rotating-file-stream I'm starting to get some confidence in this and would really appreciate any feedback. My aim is to make this the definitive file rotation...
@Borkes unfortunately the logging just can't work with more than one process talking to the same path. There's no good solution to this except using different log files for each...
I can second this, same issue, GCC 9.2.0. Anyone found anything for this?