Pham Nhat Huy

Results 4 issues of Pham Nhat Huy

# Reproduce 1. Create a new project `bud create project` 2. Create a root route **(important)** `bud new controller anything:/ index show` 3. `bud new controller index` or `bud new...

bug
help wanted

When we create a route with a number at the beginning ``` ❯ bud new controller 1 index | 1:9: expected 'IDENT', found 1 ``` The controller is not generated...

bug
needs decision

# Reproduce 1. Create 2 different project `bud create --module=a a` and `bud create --module=b b` 2. `bud run` in project `a`, `bud run --listen 3001` in project `b` 3....

bug
help wanted