Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for Ivan Nepomnyashchikh‭

Type On... Excerpt Status Date
Edit Post #291904 Post edited:
5 months ago
Edit Post #291904 Post edited:
5 months ago
Edit Post #291904 Post edited:
5 months ago
Edit Post #291904 Initial revision 5 months ago
Answer A: How to make Box drive have the files prepared for access when I need it?
A probable solution. I suspect, I have identified the culprit. It turns out that Box drive limits the number of characters the full file path can have. Note, not usual limit of 256 characters in the file name, but 256 characters in the entire file path (and 100 characters in the folder path). ...
(more)
5 months ago
Edit Post #291851 Post edited:
5 months ago
Edit Post #291851 Initial revision 5 months ago
Question How to make Box drive have the files prepared for access when I need it?
I have Box drive on Windows. I use it as a regular folder on the computer. I can store images there. When I store a small number of images (on the order of a couple hundreds) and I do not wait long to access them (on the order of a month), I do not have problems accessing them. When I store a larg...
(more)
5 months ago
Comment Post #285870 I see, thank you! It didn't occur to me to look into the Help.
(more)
about 1 year ago
Comment Post #285870 Is there a way this post can be pinned to the top of Meta? It is not easily discoverable currently. Creating a separate tab for the community rules will be even better.
(more)
about 1 year ago
Comment Post #285818 I totally agree. I suspected the Codidact posts are not searchable on the web. I have just tried searching my latest Codidact post using DuckDuckGo on Fireforx and it was not found! I have tried the same with one of my StackExchange posts and it was found immediately. So, what visibility are we ta...
(more)
over 1 year ago
Comment Post #289399 The solution worked. The explanation is clear. Thank you very much @mr Tsjolder !
(more)
over 1 year ago
Edit Post #289386 Post edited:
over 1 year ago
Comment Post #289386 Yes, I know all that. Correct me if I'm wrong, but it looks like you have no experience with Xarray. What you are asking me to do is like asking me to explain why 5+5=10. People with experience in Xarray will understand at once what I mean and won't have problems understanding the inplace operation ...
(more)
over 1 year ago
Edit Post #289386 Initial revision over 1 year ago
Question How to resolve a "ValueError: dimension 't' already exists as a scalar variable" arising when I am using xarray.Dataset.assign_coords()?
I have the following xarray `Dataset`: ``` d: Dimensions: (x: 79, y: 63, t: 1) Coordinates: x (x) float64 0.9412 1.882 2.824 3.765 ... 71.53 72.47 73.41 74.35 y (y) float64 59.29 58.35 57.41 56.47 ... 3.765 2.824 1.882 0.9412 t (t) int32 0 Data variables: ...
(more)
over 1 year ago