Rolf Bjaanes

Results 20 comments of Rolf Bjaanes

@Sigura Thanks, it was not database related, just Google Maps-related - but I got it fixed, see below. @upendrasiripurapu It seems like the key is only read from heroku environment...

@Sigura on that note, the server should read the value of GOOGLE_MAPS_API_KEY each time it is started, not just on build?

Thanks for accepting this. Looking forward to it.

@FinsaasGH was closing this an unintended side effect?

@FinsaasGH This is awesome. Fixed the formatting so it's easier to copy and paste. Thanks. ```yaml - name: Build keychain run: | echo $MACOS_CERTIFICATE | base64 --decode > certificate.p12 security...

@Safihre > why the Keychain password needs to be secret It's a really cheap way to add a layer of security. You could use a random password or a job-specific...

The built-in version of lodash is a subset (just core) and missing a lot. An example is `_.get`, but there are plenty more. The example reproduction script does not use...

@NghiaTranUIT isn't all of the Promise API supported by JavascriptCore by default?

I propose either to remove the Promise object or make Promise.resolve work to avoid confusion. Here's an example snippet you can run and re-run to verify: ```javascript const promise1 =...

I'm not sure, but Promise.resolve is available in my local `jsc` helper so the code example below works. On a Mac you can launch it using this command in the...