|
|
Showing all unanswered quesions lists in between one from 2013
modified 20-Dec-21 9:41am.
|
|
|
|
|
Because it was updated 2 days ago.
|
|
|
|
|
Thanks for the explanation
|
|
|
|
|
To expand on Richard's explanation, "Reputation Point Hunters" and Spammers often target very old questions - probably not realising that adding additional solutions brings that question back into the "Active" list.
You will often see a spate of these around the "big" holidays (Christmas, New Year, Thanksgiving etc) - possibly because the fools believe that no-one will be "watching" - they clearly don't understand Programmers
|
|
|
|
|
Hi,
Gisle Vanem[^] reported that there are problems downloading article code, Download failures[^] :
Quote: Please provide another download location; GitHub?
Trying to download Harlinn.Windows-2021-12-90.zip in Chrome has now failed 4 times.
Try to restart the D/L seems to restart from the beginning. Buggy "Range" support at
Codepoject's HTTP server?
Espen Harlinn
Chief Architect - Seasurveillance AS
The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague.Edsger W.Dijkstra
|
|
|
|
|
I've downloaded the file successfully.
However, this file is huge. 137Mb as we don't support 7z and had to convert it to a zip.
If the user has poor or slow internet, this file will be an issue for them.
Could you possibly package up the project into smaller, logical zip files?
"Time flies like an arrow. Fruit flies like a banana."
|
|
|
|
|
Quote: Could you possibly package up the project into smaller, logical zip files?
The purpose of the solution is to have a general purpose 'runtime' for C and C++ development based on open source for 64-bit Windows development that just works.
Breaking it apart would add significant complexity, and suddenly I would need a package manager to manage the various dependencies.
Quote: If the user has poor or slow internet, this file will be an issue for them
True, but most developers regularly download archives that are way larger.
Espen Harlinn
Chief Architect - Seasurveillance AS
The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague.Edsger W.Dijkstra
|
|
|
|
|
Why don't break the zip in parts instead of the project inside?
Time ago you could ask WinZip to make the multiple packages of the size of a 3-1/4 disquette...
This way you would have 13 files of 10 Mb and 1 of 7 Mb... File 1 of 14, 2 of 14 and so on.
Once extracted the project is still in only one solution folder as it should.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Good idea, done
Espen Harlinn
Chief Architect - Seasurveillance AS
The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague.Edsger W.Dijkstra
|
|
|
|
|
I tried to reformat the (500+ lines) code in the question at Receiving JSON through serial COM port in Python[^]. When I pressed update, the entire code block disappeared. I clicked Improve again and found that it had indeed disappeared. Rolling back to the original the text was restored, so I assumed it was my fault. I tried again taking great care to check what I pressed at each point. The same thing happened, so I cancelled the updates and left the question as originally posted.
Is there a limit on how much text can be formatted at one time?
modified 12-Dec-21 12:30pm.
|
|
|
|
|
I have no idea about this crazy (indentation sensitive) structured language. But if a paste the code into an online python syntax checker (e.g. Python lint (syntax check) online - InfoHeap[^] or http://pep8online.com/checkresult[^] ) it shows a problem on about line 50.
Anyway pasting 550 lines of code is also not a good idea of OP
[Edit]
I added code tags again and now it shows something valid I think.
modified 12-Dec-21 12:15pm.
|
|
|
|
|
0x01AA wrote: and now it shows something valid You are correct, so I think maybe it was finger trouble on my part.
|
|
|
|
|
|
It looks for fine to me. I don’t see any missing images.
"Time flies like an arrow. Fruit flies like a banana."
|
|
|
|
|
Thanks for your reply, Matthew. I've uploaded images to the article once again.
The images are properly displayed at this time. The issue has been resolved. Thanks.
|
|
|
|
|
Hi,
I'm no longer receiving emails from CodeProject.
As far as I can see, the last mail I've received from you, was from 18 November 2021.
Can someone from CodeProject see what is going wrong?
Kind regards,
What I have tried:
I've checked my settings but they seem to be OK.
I've checked my Spam filter but it's empty.
modified 26-Jan-22 4:00am.
|
|
|
|
|
Out of interest, did you get an email response to this?
Are there any recent messages in your notifications? (Little white-on-red number at the top right of the page.)
Have you checked your settings? The "Email" tab controls what can be emailed to you, are they all set?
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
I see the notification (white-on-red number).
Thanks for that.
A day after posting my message here, I started receiving the mails again. So it seems to be fixed.
Thanks to whoever fixed it.
|
|
|
|
|
Here we go again,
I'm no longer receiving emails (newsletters etc.) from codeproject.
The problem is back.
What I have tried (again):
I've checked my settings but they seem to be OK.
I've checked my Spam filter but it's empty.
|
|
|
|
|
Hi,
I was about to create an article, and was unable to upload the accompanying source code archive.
The size of the archive file is just shy of 79 MB, and contains the source code for a single Visual Studio 2022 solution with 437 projects.
120 of those projects are open source C and C++ libraries that have been modified to some extent, allowing them to be compiled with the /std:c++latest and /Zc:__cplusplus compiler options.
Among things included are protocol buffers, gRPC, abseil, skia, angle, spirv-tools, spirv-cross, rocksDB, armadillo, SuperLU, Imgui, implot, boringssl, gdal …
Is it possible to change the limit to 100 MB?
Best regards
Espen Harlinn
Espen Harlinn
Chief Architect - Seasurveillance AS
The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague.Edsger W.Dijkstra
|
|
|
|
|
I would not increase the standard limit, but at least for special cases like this on demand... I would go for it, not sure about how much will the hamsters have to run in the wheel to manage it, though .
Looking forward to have a look, Espen (if you manage / they allow you to upload all)
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
No, we can't change the limit, but we can post something this large manually. Please email submit@codeproject.com and Sean will look after you.
Has everything that can be removed, been removed? eg DLLs that can be recompiled, unneeded .obj or debug pdbs etc?
cheers
Chris Maunder
|
|
|
|
|
Chris Maunder wrote: Please email submit@codeproject.com and Sean will look after you.
Ok, I will do that once the text for the article is ready.
Chris Maunder wrote: Has everything that can be removed, been removed? eg DLLs that can be recompiled, unneeded .obj or debug pdbs etc?
For certes …
Best regards
Espen Harlinn
Espen Harlinn
Chief Architect - Seasurveillance AS
The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague.Edsger W.Dijkstra
|
|
|
|
|