budiljak (Benjamin Udiljak)
- Login: budiljak
- Registered on: 05/04/2024
- Last sign in: 05/04/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
05/05/2024
-
01:37 PM Ruby Bug #20471: Problem creating a file on a windows share and copy it afterwards
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> budiljak (Benjamin Udiljak) wrote:
> ...
Yes. I even tried 5 seconds, but it didn't help neither.
05/04/2024
-
02:59 PM Ruby Bug #20471 (Open): Problem creating a file on a windows share and copy it afterwards
- Hi,
in my Rails application I have the requirement to create a file and copy it to another place on the same windows share. But if I write the file with `File` class and try to copy it with `FileUtils.cp` it hangs indefinitely withou...