Freeman

Results 80 comments of Freeman

Actually it didn't work, needed `libpng16` which wasn't even on Amazon Linux 2 AMI. I gave up and am using quickchart.io

`patch-package` error on CI: macOS patch: ```diff diff --git a/node_modules/@react-native-firebase/messaging/ios/RNFBMessaging/RNFBMessaging+UNUserNotificationCenter.m b/node_modules/@react-native-firebase/messaging/ios/RNFBMessaging/RNFBMessaging+UNUserNotificationCenter.m index 541114d..ef91b68 100644 --- a/node_modules/@react-native-firebase/messaging/ios/RNFBMessaging/RNFBMessaging+UNUserNotificationCenter.m +++ b/node_modules/@react-native-firebase/messaging/ios/RNFBMessaging/RNFBMessaging+UNUserNotificationCenter.m @@ -69,9 +69,9 @@ - (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNot // Don't send an...

I've worked around this by doing `rm -rf node_modules` before each build begins, bypassing the module caching on Codeship. Then the macOS patches successfully apply on the CI. Still not...

Also getting this on our CI (Codeship): ``` Test Suites: 277 passed, 277 total Tests: 1577 passed, 1577 total Snapshots: 206 passed, 206 total Time: 185.986s Ran all test suites....

Got it. I had a couple of these: ``` ReferenceError: You are trying to `import` a file after the Jest environment has been torn down. ``` which are probably down...

I was able to work around this by manually adding the prebuilt v2ray-plugin from the releases tab in the repository linked above. Then I manually disabled the `go get` step...

Here's the nice UI I mentioned (I did some inspect element magic):

Hi, just saw this. I think it's the same problem I described in #241 . @karlismelderis were you using Application Load Balancer by any chance?

Doesn't work for me either, I debugged for a couple of hours and then gave up and just used Gulp after build, before deploy. `gulp-minify-inline` achieved exactly what I wanted

Hey there, a brief update since my last comment for anybody looking... We left Jekyll behind and rebuilt the @lesalonapp site in Hugo, several thousand pages in size, over the...