Max
Max
@Oupsla nest supports what you are trying to do out of the box. with file based .env.development .env.local .env.test {....} @marcjulian there is actually a problem with the way the...
The crux of the problem seems to be that in Dokan Operations set allocation Size ``` var context = (StreamContext)info.Context; context.Stream = scatterStream; ``` and the content is never copied...
I will check however I should have clarified before I am using the library with the encryption key set to "" which, I understood, would bypass the encryption all together,...
I access the mounted cloud volume via windows Explorer, I am still seeing issues with writes after the changes. I wonder if the proxy file creation could be interfering as...
I was testing with small files.. but in those cases the file save hangs.
Sorry about that. My setup is windows 8.1 and windows 10 I am testing with large txt files and small txt files from notepad as that uses simple file io...
These are tests with small files. 1: So new file saving no longer hangs but the files are written to the disk and then immediately are removed 2: If you...
So I just tested this, the problem of initial writing seems to have been resolved. but if I open a file in notepad, and type some changes and hit save...
**On the file deleting** I understand the concept on a new file creation, the problem, at least from my perspective is that the error that is occurring is nothing more...
I thought about writing a file manager that was responsible for all of the actual io that gave out handles to to the processes as they were accessing the files,...