rongyi

Results 19 issues of rongyi

Emacs中已经有go-mode这个package实现了文章中大部分写的函数,并且现在配置Emacs基本上都用use-package这个库了. 所以这块建议改动下,如果这边觉得可以的话我可以提pull request

I've tested the company-flx in _scratch_ with elisp and it worked. But it does not work in go mode. Do I need some configuration in go-mode? # ;; company-flx (use-package...

needs backend work

just start reading your code and I find some unused variables and duplicate imports should be deleted. just type: staticcheck ./...

enhancement

*Describe your issue here.* we want to show mix_hash in block header, but this field seems like not saved in DB ### Environment * Elixir & Erlang/OTP versions (`elixir -version`):...

Everything is fine, only when jump to definition, if jump to std include, it will show no definition found, but works for user defined struct and function. auto completion works...

## Description Support Ontology OEP4 ## How to test the testcase can construct an oep4 token(WingToken) transfer transaction and accepted in Ontology Polaris testnet: https://explorer.ont.io/testnet/tx/710266b8d497e794ecd47e01e269e4aeb6f4ff2b01eaeafc4cd371e062b13757 ## Types of changes Add...

in syn-cookie.c:get_entropy function the beginning loop open root directory for reading but without closing the fp, may be we should add `fclose(fp);` at the end of the loop.

在unicode package中定义了各种字符的range,比如unicode.Han则代表了所有中文字符的range,还有个方法提供判断一个字符是不是落在某个区间。具体可以参考下面的一个示例。 ``` package main import ( "unicode" "fmt" ) func main() { fmt.Println(unicode.In('C', unicode.Han)) fmt.Println(unicode.In('具', unicode.Han)) } ``` output: false true

In the first example in section: hashset-and-btreeset, last output for missing_vec does not print in my shell which is running in emacs, so may be a last println() to force...