lost22git
lost22git
ENVS: - OS: android - Browser: kiwi browser - Surfingkeys: 1.17.3 I got this error when try to toggle `advanced mode` 
``` ; nim -v Nim Compiler Version 2.2.4 [Android: arm64] Compiled at 2025-04-22 Copyright (c) 2006-2025 by Andreas Rumpf git hash: f7145dd26efeeeb6eeae6fff649db244d81b212d active boot switches: -d:release -d:danger ``` ``` import...
### Describe the bug ```sh ; cat demo.v | v fmt V panic: tos(): nil string v hash: 36bef92 ``` ### Reproduction Steps N/A ### Expected Behavior N/A ### Current...
```fennel (fn hello [name] "Hello to given name" (print "hello" name)) (hello "fennel") ``` ``` ; -------------------------------------------------------------------------------- ; doc (word): hello "(hello #) #" ```
## Code ```clojure (import '[java.nio.file Files]) (import '[java.nio.file.attribute FileAttribute]) (println "java.io.tmpdir:" (System/getProperty "java.io.tmpdir")) (println "TMPDIR:" (System/getenv "TMPDIR")) (println "createTempDirectory:" (Files/createTempDirectory "bb" (into-array FileAttribute []))) ``` ## Error Messages: ``` java.io.tmpdir:...
ran `make` then got the following errors: ``` CC runtime/domain.b.o runtime/domain.c:2229:13: error: call to undeclared function 'pthread_cancel'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 2229 |...