Alex.F
Alex.F
what's the status of this pr
> This is fantastic functionality to have. (Several other CI platforms' "Upload GitHub Release Asset"-type plugins support this functionality.) > > @IAmHughes: Is this something that can be merged as-is?...
How about we treat all codes and templates are written in `typescript` with types or without types? Svelte generates typescript code first, then compiles typescript to js.
Is it a TiKV bug or client-rust's ?
I'd like to try fixing the bug. Any Docs or guide how to do it?
What does primary key means in a tikv transaction?
Should we change the way how primary key is set to be the same as go?
when the input focus is lost, the input box is still visible. I'm on macos with chrome. https://user-images.githubusercontent.com/510012/155938901-16c3f724-d0e0-49aa-8678-19daf6f4eb98.mov
如果使用 beanseye ,就不需要定期使用 sync.py 对数据进行同步了,beanseye 自动做了这个步骤?
使用beanseye管理4个beansdb服务器,设置N=2,beanseye会自动将内容分配到4台beansdb上面,并且保证每一份数据都有2份。那什么时候需要定期运行sync.py?