Nils Schönwald
Nils Schönwald
I published a prebuild version on the docker hub I now use on my repo. This reduced the pull time from ~27s to ~4s Feel free to use my version...
> Guys, I tried to add partialGutter with center mode, but doesn't seem to work for me. > > is there any possible way to create this kind of slider...
@YIZHUANG I'm not entirely sure if my calculation is wrong or the CI checks needs to be updated. Visually it looks good to me. Can you look into it?
I had the problem that flatMap is not supported in my deployment. This is my hacky alternative that worked for me: ``` renderText: text => text.split('\n').map((t, i) => i >...
I think I had the same problem with the linter. Mine also warned about the index in the key: [react/no-array-index-key](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-array-index-key.md) ``` ``` This way the key should be pretty unique...
The date of the original backup shows the date of the last modification of the personal study notes. So I'd expect the date in the merged backup to be the...
Yes, I know what you mean. I'm just thinking when I create a backup in JWLibrary the last modified date is the date when I last changed a note or...
Hi, I'm having the same issue. Even when I dont use my own CI server. https://travis-ci.org/schoenwaldnils/timeline/builds/287505971 https://github.com/schoenwaldnils/timeline/pull/1 The comment is there, but I don't get a failing test.
It works now. I might had to wait until @lighthousebot accepts the collaborator-request.
same here, any suggestions?