Adam Faryna

Results 18 comments of Adam Faryna

My apologies for late reply, I thought I did replied already. > You want review delays to change at each review? Yes. The expected behaviour is to set next review...

I use graphql-mode in mmm-mode together with `rjsx-mode`. I have schema file with only 165 lines, but it lags badly on every cursor movement or mouse scroll, while in gql...

> > I'm not finding a way to remove just that check. > > Scratch that, it's possible by overriding `HostnameVerifier` when creating `OkHttpClient` in `WebdavRepo`. A check against user-defined...

> I can reproduce the problem with this: > > ``` > rm -rf public/ resources/ > hugo --minify --ignoreCache --cleanDestinationDir --gc > npm run serve > ``` > >...

@schoettl thanks for the clarification. I understand that long lines may be hard to read, and the current setting helps makes them easier to read as we would have everything...

> > The price tool already has config for mapping of a symbol to a data source and asset-id. > @nanonano I examined the Readme and config file, but I...

I agree with @radry, this is confusing that sync doesn't upload new files in synced folders. As all the files are synced this feature should be named "make available offline"...

@skeeto following your reply I implemented the following script below. Can you please examine if there isn't anything missing? I try to implement background auto feeds fetching every 4h. ```lisp...