Morya
Morya
add support for sqlite3 database 私以为syncd如果用了sqlite3,会给安装和使用提供极大的便利性, 大多数情况下,小公司的项目,并不需要mysql来管理。 IMHO, `syncd` would benefit from sqlite database. It's small and lightweight, don't need extra setup. In most cases, small project would not need...
`go-model` won't copy filed with the same type name, following are the reproduce code. ```go package main import ( "encoding/json" "log" "golang.org/x/oauth2" go_model "gopkg.in/jeevatkm/go-model.v1" ) type Endpoint struct { AuthURL...
网站挂了
"编辑"->"参数"->"文档"->"设置文档语法高亮" 不工作 "Edit" -> "Preferences" -> "Document" -> "Setup Document Syntax highlight" won't work
### Describe the bug `space-cli setup` installed a gateway with missing image spaceuptech/gateway:0.21.5 ### Expected behavior the image `spaceuptech/gateway:0.21.5` and `spaceuptech/runner:0.21.5` don't exist. ### Steps to reproduce just run `space-cli...
**Is your feature request related to a problem? Please describe.** `presence` > It works well (for channels with reasonably small number of active subscribers though) but, it has a natual...
IMHO Container shouldn't require additional `yarn install` called from `bin/start` with `rails assets:precompile` perhaps, we should pre-build this from a docker built image? like this in `/Dockerfile` ``` RUN yarn...
### Describe the bug With same code here https://github.com/morya/fastapi-sample-code - [x] reload is working inside linux(Debian 6.1.85-1), - [ ] reload not working inside Apple M1 Pro and ORBStack Version...
gocent verison: `v3.3.0` centrifugo version: `v4 / v5` , `v3 maybe?` `github.com/centrifugal/gocent/v3 v3.3.0` is not working when using with these codes: ```go func doServerSubscribe(client string) { cc := gocent.New(gocent.Config{ Addr:...