Asaf Zamir
Asaf Zamir
It seems that [adding TypeScript support](https://svelte.dev/blog/svelte-and-typescript#Adding_TypeScript_to_an_existing_project) is pretty straightforward. If we don't want to change the current boilerplate, perhaps a short mention/guide in the Readme about how to enable TypeScript...
When trying to connect to a PostgreSQL the following error occurs (on `yarn run setup`): `error: no pg_hba.conf entry for host "HOSTNAME", user "USERNAME", database "PASSWORD", SSL off` This is...
I'm getting an error when running `yarn run setup` `node-pre-gyp ERR! stack Error: Failed to execute '~/.nvm/versions/node/v12.4.0/bin/node ~/.nvm/versions/node/v12.4.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=~/dev/proj/node_modules/bcrypt/lib/binding/bcrypt_lib.node --module_name=bcrypt_lib --module_path=~/dev/proj/node_modules/bcrypt/lib/binding --napi_version=4 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1)`
I've been having trouble with Authorization (API Gateway) because of the password field. Diving a little deeper I've looked into the COGNITO_IDENTITY_POOL_ID variables that were added. Since this boilerplate doesn't...
Hey, I've been working with this boilerplate on and off, but it feels incomplete. Now that API Gateway allows [Authorization via Cognito User Pools](http://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-integrate-with-cognito.html), I feel like there should be...
Is adding SalesForce in the future? KissMetrics is quite similar in a way...
When trying to run `jekyll serve` I'm getting: ``` cleaner.rb:76:in 'caller': stack level too deep from C:/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-3.0.0/lib/jekyll/cleaner.rb:76:in `parent_dirs' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-3.0.0/lib/jekyll/cleaner.rb:78:in `parent_dirs' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-3.0.0/lib/jekyll/cleaner.rb:78:in `parent_dirs' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-3.0.0/lib/jekyll/cleaner.rb:78:in `parent_dirs' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-3.0.0/lib/jekyll/cleaner.rb:78:in `parent_dirs'...
With a -d / --delete flag, any episode that exists locally and is marked as read should be deleted.
Fixing BigInt mixing type error: "TypeError: Cannot mix BigInt and other types, use explicit conversions"
I'm trying to use Local Secondary Indexes by adding: `index: 'secondary'` To one of my fields (type 'integer'), unfortunately I'm getting the following error: ``Error creating tables: { [ResourceNotFoundException: Requested...