-
**Describe the bug**
The SQLiteJDBCLoader class uses a "lock file" to determine when a process is using a SQLite binary library file. The lock file is unreliable, it may leak the lock file, and there…
-
**How to reproduce:**
script1.py:
```
import asyncio
from aiotinydb import AIOTinyDB
async def test():
async with AIOTinyDB('test.json') as db:
await asyncio.sleep(60) # slow ope…
-
**Issue by [thestinger](https://github.com/thestinger)**
_Saturday Sep 06, 2014 at 18:13 GMT_
_For earlier discussion, see https://github.com/rust-lang/rust/issues/17047_
_This issue was labelled w…
-
**Is your feature request related to a problem? Please describe.**
When developing plugins, DesktopMagic needs to be fully closed to overwrite a plugin. This results in a frustrating loop of Make Cha…
-
This implementation has a disadvantage https://github.com/uptrace/bun/blob/master/migrate/migrator.go#L385-L406:
IF pod fails during migration, lock still is active. After pod reboot pod can't contin…
-
## Overview
[TIP]: # ( DO NOT include screenshots of your actual database! )
[NOTE]: # ( Give a BRIEF summary about your problem )
## Steps to Reproduce
[NOTE]: # ( Provide a simple set of st…
-
DefaultCredentialsLoader currently uses a ConcurrentDictionary which will permanently store a string and a SemaphoreSlim for every credential loaded, as it does not clean up after itself.
I am the …
-
## Development Task
The current pitr is pretty slow due to there are too many small files, also putting files via raft protocol make us suffer from write amplification.
If we can merge files as …
-
```
Our lack of file locking is an issue.
Especially for front facing file save operations.
See
http://get-simple.info/forum/topic/4206/failedloginslog-lock/
Specifically failed logins log can be c…
-
### Summary
I want to use the filelock function in nim, but can't found it in nim standard library.
### Description
No filelock function in nim.
### Alternatives
_No response_
### Examples
_No …