Swaroop

Results 28 comments of Swaroop

@amannaly, I would like to take this issue to fix it. How should I proceed? One simple way is to check for `dbInternal.isClosing()` inside the `delete()` in the `HaloDB` class...

Also, similar to this issue, I've noticed that the `get` operation succeeds on a closed db object for a previously unknown key but fails for a key that was present...

I tried the same with `python3.7` on the same machine. Got a similar error. ``` [test] Building MSI... Compiling application manifest... Compiling application installer... test.wxs test-manifest.wxs Linking application installer... light.exe...

Is this any solution to this problem: https://github.com/wixtoolset/issues/issues/4364

Not sure what is considered *long* but the current path does seem a bit long. The `src/python` directory under the `windows` directory has the following path. `C:\Personal\Projects\Python_Projects\beeware_test\timezonebuddy\windows\Timezone Buddy\src\python\` I will...

So, it was the long paths that was causing the issue. I tried with a couple of different locations and this is what I found: The whole path for the...

@mondaini Do you already have a few places in mind or should I just look around the code base for duplicates?

@ransome1, In my case, no file is created in the directory. It says it moves to `done.txt`. It removes all the completed tasks from the todo.txt file, but no file...

~~Looked at the developer console, but I do not see any errors in the console tab. But there is no log mentioning that a new file is being created, though~~....