syui
syui
src : https://git.pleroma.social/pleroma/pleroma ```sh remote: * Stack heroku-18 remote: * Erlang 21.2 remote: * Elixir 1.7 ``` ```sh $ cat elixir_buildpack.config erlang_version=21.2 elixir_version=1.7 always_rebuild=false runtime_path=/app $ git push heroku master...
support : `react 15.5 -> 16.x` React.PropTypes.func : Uncaught ReferenceError: Component is not defined https://github.com/brigand/babel-plugin-flow-react-proptypes/issues/187 > The biggest change is that we’ve extracted React.PropTypes and React.createClass into their own packages....
> update redux-logger : ^2.x -> ^3.x > Uncaught TypeError: (0 , reduxLogger.createLogger) is not a function ```js - import createLogger from 'redux-logger' + import { createLogger } from 'redux-logger'...
update webpack4
update version 2.x -> ```js Module not found: Error: Can’t resolve ‘react-select/dist/react-select.css’ ```
I was getting posts with `app.bsky.feed.getAuthorFeed`. However, when I reached the 1950th acquisition (limit=50), I noticed that the `cursor` was missing. I'm sure there are posts older than that, but...