-
### What happened?
`import os
os.environ['FASTDUP_PRODUCTION'] = '1'
import fastdup
fd = fastdup.create(work_dir='work_dir', input_dir='img_cache_folder')
fd.run(ccthreshold=0.97, d=960, overwr…
-
How can I specify which GPU to use? Especially when GPU 0 is already occupied and unavailable?
-
![image](https://github.com/user-attachments/assets/4e7a17cb-2bab-4a7b-bfe1-76e542946fa3)
-
Hi, I’d like to request a feature where the app can fetch .lrc lyric files from a custom folder (e.g., a dedicated "Lyrics" folder) instead of requiring the lyrics to be in the same folder as the audi…
-
In the Developer Guide, the tags attached to the entries are not illustrated.
[original: nus-cs2113-AY2425S1/pe-interim#164] [original labels: type.DocumentationBug severity.VeryLow]
-
Add some kind of variable for `NewLayerShellSettings` to have ability declare output.
Example scenario: App starts with `StartMode::Background` and subscribes for some kind of event and needs to be s…
-
### Description
I'd like my external load balancer to handle the load balancing.
### Expected Use Cases
Override the value for `externalTrafficPolicy` for the main and extra service definitions
##…
-
In the wild, PCM can be in little endian or big endian. Because most of the time they come from RIFF files and RIFF files are little endian, implementations (certainly Firefox, probably Chrome?) have …
-
Specify a namespace in the module's build file. this issue occurred from 'gradle-8.5', 'build:gradle:8.3.0'.
-
I have my config provider like the following:
```ts
import { Configuration, Value } from "@itgorillaz/configify";
@Configuration()
export class DatabaseConfig {
@Value("DATABASE_HOST")
hos…