Hanan Rokach
Hanan Rokach
Still have issues with the inverse scrolling, I copied the example from the main page of this repo and it doesn't work: https://codesandbox.io/s/zealous-hellman-e6ug0 No trigger for fetching more items
> @hanrok you are using an old version of _react-infinite-scroll-component_ (4.1.0) in **CodeSandbox example**, try to upgrade to latest version (it should work after that) 😉 you are right.. shame...
> It's already there > > ``` > volumes: > - ./dkim/config:/etc/exim4/_docker_additional_macros:ro > - ./dkim/domain.key:/etc/exim4/domain.key:ro > ``` > > and: > > ``` > $ cat ./dkim/config > DKIM_DOMAIN =...
hi, for those who ended up here and frustrated. I managed to create a Debian package using this Dockerfile on a Windows machine: ``` FROM arm64v8/ubuntu:18.04 RUN apt update RUN...