-
Hi,
My problem is that ts-alias never replaces any import because it resolves to an invalid path. All paths resolve to /goui/dist/... instead of /goui/dist...
I have this tsconfig:
```
{
…
-
hello,
we freshly installed groupoffice using docker, after initial setup it did some upgrade and after upgrade i see just blank blue screen and can do nothing..
log from groupoffice docker cont…
-
According to https://github.com/gopherjs/gopherjs/wiki/JavaScript-Tips-and-Gotchas there probably are a few imports and good practices I've missed, in particular to bring the size down. This issue is …
-
I've seen it panic once when minimising a window, like so:
```
panic: runtime error: index out of range
goroutine 51 [running]:
github.com/AllenDang/w32.SetDIBitsToDevice(0xfffffffff4013245, 0…
-
- JMAP API
- Written in https://goui.io/
- Integrated with new Projects module
-
i am playing around with go-thrust, and wanted to play around with this code.
1. bad import ?
"github.com/user/gouis/go-thrust/go-thrust-meetup/models"
this is not a valid go get path
2. any oth…
-
I'm getting the following error on running a new application:
```
devserver.Server.Run: build.runDebug: exec: "wasm-opt": executable file not found in $PATH:
```
-
我目前使用的 `speller/delimiter` 是默认的 ` '`,遇到一个场景,比如输入: `jndm'bu'goui` (双拼的「经典不过时」)。
会得到第一候选:「经典不过是」。而我期望在 delimiter 生效情况下面得到第一候选「经典不过时」。
目前的 delimiter 似乎只分割单字,而没有词汇的分割作用。
alswl updated
5 years ago
-
Wormhole William mobile can scan a QR code to receive a file; the complimentary function is to *render* a QR code for a share that another instance of Wormhole William can scan to receive.
-
I found an irregularity on a handful of benchmarks where the duration was 10 times the typical duration, just because the assigned number of warm-up runs led to garbage collection on the timed run (or…