André Luiz
André Luiz
### What's the Problem? in a simple way I would like to open a .json with devtoys.  ### Solution/Idea Add to Open With context menu ### Alternatives Drag and...
### Describe the bug Code: https://play.vlang.io/p/9741f97d05 ```v fn test_stats() { assert false } ``` ### Reproduction Steps [▶️ play.vlang](https://play.vlang.io/p/9741f97d05) ### Expected Behavior ``` ---- Testing... ---------------------------------------------------------------- FAIL 2.025 ms /box/code_test.v...
### Describe the bug When trying to create tables in Postgres, some errors occurred when generating the C code. Errors with option and an "else" placed in the wrong place....
### Describe the bug When trying to upload a file with content type: multipart/form-data it breaks. And it works fine with postman/hoppscotch/thunder client etc... you can test here: [hoppscotch example](https://hopp.sh/r/WuDGzzgj43nB)...
It would be possible to run it in [pyscript](https://pyscript.net/)
### Describe the bug ORM cannot handle nested foreign keys, example: ### Reproduction Steps ```v pub struct Address { id int [primary; sql: serial; nonull] create_at string [default: 'now()'; nonull;...


