Darkwood.Design
Darkwood.Design
Hi there, I'm trying to show the full list of results on click/focus on the input - even if the input.value is empty. Any ideas how to solve this? I...
The package does not work with flutter 3.0
The segmented button view ignored the german word division which leads into hard to read and bad looking labels. The layout of button label should stick to the word division...
Hi there, I'm looking for a field element which provides some basic behavior to pick a file from the device. For example for uploading a picture. Some nice features: -...
When leaving the fullscreen mode the app crashes. 1. open app in landscape mode 2. start a video 3. click fullscreen button (it looks like this is not working) 3....
Hi there, I'm wondering how do I set a merge policy. I tried this line of code but it's not working: `[[NSManagedObjectContext mainContext] setMergePolicy:NSOverwriteMergePolicy];` Thanks for help. Best, daniel
Hi there, I try to fetch a single object from my database by using this code: `User* user = [User fetchSingleWithPredicate: nil];` But I got the error `No known class...
Hi there, the generated classes do have the NSNumber type for bool an double values. In xcode there is a way to check "Use scalar properties for primitive data types"...
*** Error loading script: depthmap_api.py Traceback (most recent call last): File "/Users/daniel/stable-diffusion-webui/modules/scripts.py", line 469, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "/Users/daniel/stable-diffusion-webui/modules/script_loading.py", line 10, in load_module module_spec.loader.exec_module(module) File "", line 883,...