-
Here is a shortlist of helpful functionality that have been with simulation tests that are worth having for testing:
* [x] did tx succeed?
* [x] what's the error
* [x] what's the log
* [x] lo…
-
Getting Chadwick to work on Linux (and probably Mac) requires setting the `LD_LIBRARY_PATH` environment variable. This process is not well-documented to begin with, and then the use of `system()` to c…
-
the input to `LDA_TS` is in a format that may not be familiar to many folks, especially in ecology, so it will help lower barriers for users if we create some basic functions to convert possible data …
-
`sum(numbers)`
`average(numbers)`
etc
-
Move cbor helper functions from Util.java to CborUtil.java
-
For certain annotation types, I find myself writing a lot of repeated code to convert between formats. For example:
* evaluation format (e.g. mir_eval)
* "analysis" format (e.g. for doing some simpl…
-
https://github.com/stellar/go/blob/master/services/horizon/internal/helpers_test.go
https://github.com/stellar/go/blob/master/services/horizon/internal/httpt_test.go https://github.com/stellar/go/blo…
-
The state system is great. Kudos on the refactor away from dependency libraries. I was looking at extending it with a component to do `addState`/`removeState` based on app state, but I see that much o…
-
Shortcuts for common more verbose go templates.
```Go
ability: |-
{{ range .abilities }}
- {{ .ability.name -}}
{{ end }}
```
vs
```Go
ability: .abilities[*].abili…
-
## 你的想法是否与某个问题有关?请描述
1. 在主题中通过使用插件的方法`Helper::addRoute`添加路由,无法匹配到 自定义Widget的路径问题?
> 尝试这样可以成功添加路由的。
2. 使用$router = Typecho\Router::get('post');查询路由结构,与post路由差不多一致的。
> 那就代表支持这样做的
4. 但是无法像在插…
guugg updated
2 weeks ago