lost22git

Results 47 issues of lost22git

ENVS: - OS: android - Browser: kiwi browser - Surfingkeys: 1.17.3 I got this error when try to toggle `advanced mode` ![Screenshot_20241109-035516__01](https://github.com/user-attachments/assets/56837f69-c722-47db-aea8-1408c8c73794)

``` ; 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...

Bug

```fennel (fn hello [name] "Hello to given name" (print "hello" name)) (hello "fennel") ``` ``` ; -------------------------------------------------------------------------------- ; doc (word): hello "(hello #) #" ```

bug
client-fennel

## 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 |...