themoonstone

Results 11 issues of themoonstone

If I do not want to use gorm, just want to use qor, by calling api way to the data CRUD operation, how should we do? It is currently found...

有事件捕获机制吗?比如我想要做两个下拉框的联动,其中一个下拉框选项改变之后,另一个下拉框可以马上捕获到改变,其对应的下拉选项范围也能相应作出改变?

实例如下: ` package main import ( "fmt" "net/http" "github.com/qor/admin" "github.com/jinzhu/gorm" _ "github.com/jinzhu/gorm/dialects/mysql" "github.com/qor/qor" ) // Define a GORM-backend model type addAppMsg struct { gorm.Model Name string Sex string Date string...

在创建resource时、如果选择了Singleton为true、并在对应的action下添加了resource属性、点击action会失效

经过测试,发现用于覆盖select类meta的selectiontemplate没起到作用,下面是代码: `package main import ( "fmt" "net/http" "github.com/qor/admin" "github.com/jinzhu/gorm" _ "github.com/jinzhu/gorm/dialects/mysql" ) // Define a GORM-backend model type User struct { gorm.Model Name string } func main() { // Set...

` if args.LeaderCommit > rf.commitIndex { if args.LeaderCommit < rf.getLastLogIndex() { rf.commitIndex = rf.getLastLogIndex() } else { rf.commitIndex = args.LeaderCommit } } ` 你好,请教一下,这段代码和论文里描述不一样啊,论文里接收者实现说的是“如果 leaderCommit > commitIndex,令 commitIndex 等于 leaderCommit...

**Describe the bug** fatal occured when I built a docker images with Dockerfile **To Reproduce** Steps to reproduce the behavior: 1. the content of my Dockerfile: ```FROM nvidia/cuda:12.2.0-devel-ubuntu20.04 COPY ../byteps...

请问当前master分支支持的cuda和pytorch版本最高是多少?

when I test the wallet in my env, ` eth@ubuntu:~$ eth-cold-wallet send time="2018-11-03T20:49:41-07:00" level=warning Note="all operate is recorded" Time:="Sat Nov 3 20:49:41 2018" time="2018-11-03T20:49:41-07:00" level=info Time:="Sat Nov 3 20:49:41 2018"...

question

Error: unsupported processor. Only Intel(R) processors are supported (Atom(R) and microarchitecture codename Nehalem/Nehalem-EP, Atom(tm), Westmere/Clarkdale, Sandy Bridge, Westmere-EP, Sandy Bridge-EP/Jaketown, Nehalem-EX, Westmere-EX, unknown, Centerton, Baytrail, Ivy Bridge, Haswell, Broadwell, Ivy...