Feng Jiang

Results 8 comments of Feng Jiang

I am trying to figure out why this happens. I guess it may have something to do with maxColumnHeader. See row 240 in Header.cs: ``` csharp if (updateMaxColumnHeader && maxColumnHeader...

Tested. The above proposed changes fix the problem.

Hi @ccquantspeed , I found a more recent R package for Candle Stick Pattern. See: https://github.com/kochiuyu/CandleStickPattern/

Run the following code: ``` library(data.table) library(fastLink) dt_input = data.table(id = 1:10, name = c("aaa","bbb","aab","bba","aba","bab","baa","abb","baa",NA)) fl_out = fastLink(dfA = dt_input, dfB = dt_input, varnames = "name") dt_matches = as.data.table(getMatches(dfA =...

Thanks for your quick response. I have tried several articles, none of them can work. For example, this one http://dx.doi.org/10.1002/tea.20341 On Tue, Oct 18, 2011 at 1:01 PM, Christoph Lehner...

Log: ! http request rejected ! could not download file 'http://dx.doi.org/10.1002/tea.20341'. ! Content-Type: text/html ! Connection: close ! ServerID: dryad02.wiley.com ! Content-Length: 5712 ! Accept-Ranges: bytes ! ETag: "2c6-1650-4af3671222300" !...

None of the two docker compose files in (https://github.com/mattermost/focalboard/tree/main/docker) uses SQLite. I'd like to mount a SQLite db file (from my home folder to the container) through the "volumes" command,...