CharlieFenton

Results 57 comments of CharlieFenton

> The macro __DATE__ and __TIME__ is available, ;) we can simplify use date line for copyright, after cut only last 4 symbols from string. Does that show the date...

According to [this](https://www.cprogramming.com/reference/preprocessor/__DATE__.html) website: > __DATE__ is a preprocessor macro that expands to current date (at compile time) in the form mmm dd yyyy (e.g. "Jan 14 2012"), as a...

@AenBleidd Thank you for the clarification. I was confusing this with PR #5140.

> @CharlieFenton, is this still an issue? No. As I wrote in [this commentt](https://github.com/BOINC/boinc/issues/4879#issuecomment-1211821045), it just requires me (and @davidpanderson) remembering that, in the _versions.inc_ file, we must: > add...

There is no easy way to do a simple timeout from this situation, as the lost RPC can potentially cause significant problems for the BOINC Manager. But if you click...

@wyzwon That is a Windows PC. I only work with Macs. But I can tell you that the _communicating with client_ message is only a symptom indicating that the client...

> I often would like BOINC to be inactive for about 4 hours at a time when I work at home, but then automatically start back up without my intervention....

> Maybe it will be better to add 'Snooze excluding NCI' option but with better caption? Remember that the task bar menu is the same in Simple View as in...

Are some of these checks not also made in the preferences dialog? If so, they should also be done there and the dialog should refuse to be saved until they...

> the client sends the app a message telling it to checkpoint the next time it is able to. When the app has finished checkpointing, it informs the client. Can...