Noah

Results 53 comments of Noah

@istarkov Are you still maintaining this repo? You have not updated the docs as asked by the Dokku developer. If you don't want to maintain it, I can do it.

@istarkov Thanks, can you also share or tell me about `dokku-receive-branch`? The repo is 404 now.

Just sharing a solution I worked out for including a folder called `common` in a monorepo-type setup. This uses `react-app-rewired` along with `customize-cra`. There's some extras here, like decorators, but...

My file is local, but I also get `Failed to load resource: the server responded with a status of 404 (Not Found) http://10.0.1.4/my-project/source/public/none`

I may be having the same issue, but it's closer to around 300 bytes.

There's also `react-native-macos` maintained by Microsoft. Most of their attention seems to be on Windows, and it seems usable only with very old versions of things (`[email protected]`) and not `styled-components/native`...

The fix is to simply add `babel-preset-env`. ```json { "presets": [ "env", "stage-2", "react" ], "plugins": [["flow-runtime"], "transform-decorators-legacy"] } ``` and ``` npm install --dev babel-preset-env ```

Safari 14 was released today and can support the Chrome/Firefox paradigm of extensions.