xiusin

Results 10 issues of xiusin

go version: go version go1.14.3 darwin/amd64 macos: 10.15.7 hook_run [1270]: Failed to create event port! Failed to create apple event port.

``` [BUG] [PPZ] 连接失败 Error: Knex: run $ npm install sqlite3 --save Cannot find module '/root/.local/share/code-server/extensions/ppz.ppz-0.3.1/node_modules/sqlite3/lib/binding/napi-v6-linux-glibc-x64/node_sqlite3.node' Require stack: - /root/.local/share/code-server/extensions/ppz.ppz-0.3.1/node_modules/sqlite3/lib/sqlite3-binding.js - /root/.local/share/code-server/extensions/ppz.ppz-0.3.1/node_modules/sqlite3/lib/sqlite3.js - /root/.local/share/code-server/extensions/ppz.ppz-0.3.1/node_modules/knex/lib/dialects/sqlite3/index.js - /root/.local/share/code-server/extensions/ppz.ppz-0.3.1/node_modules/knex/lib/dialects/index.js - /root/.local/share/code-server/extensions/ppz.ppz-0.3.1/node_modules/knex/lib/knex-builder/internal/config-resolver.js - /root/.local/share/code-server/extensions/ppz.ppz-0.3.1/node_modules/knex/lib/knex-builder/Knex.js...

**V version:** V 0.3.1 f7f0e0b **OS:** macos 12.16 **What did you do?** ```v module main import orm import sqlite pub struct DBF { pub mut: db orm.Connection // Want to...

Bug

### Describe the bug ```vlang module testv const ok_flag = "ok" fn concat_suffix (flag string) string { return 'test_' + flag } fn main() { concat_suffix(ok_flag) // intellij -> concat(.ok_flag)...

Bug
Feedback

### Describe the bug > For the second question, I want to not use the field token when reading with ORM, but use token when outputting Json ### Expected Behavior...

Bug

### Describe the bug ```vlang module tests struct Name { mut: addd int } pub fn aaa() { println('this is method aaa') } fn exec[T](mut ct T) { $for method...

Bug

### Describe the bug 1. In `net.http.server` at `https://github.com/vlang/v/blob/3e5f2541f2578bc147474d7a6aded98f5da867ec/vlib/net/http/server.v#L138`, if a single link is used, the request content can be obtained normally. However, when switching between different links multiple times,...

Bug
Unit: veb

### Describe the bug like : ```vlang mut db := sqlite.connect(':memory:')! result := db.exec('select max(id) as max_id from db')! ``` How do I know the max_id in the field list?

Feature Request

### Describe the bug ``` module cache [heap] struct Test { mut: created_at time.Time } fn test_map() { mut b := benchmark.start() fn [mut b] () { mut m :=...

Bug
Type: Optimization
Unit: vlib
Status: Confirmed

![image](https://github.com/geek-fun/dockit/assets/36065131/b6ee6e58-64ed-489e-a369-eeb48797d1e4)

bug