Melvin Valster

Results 16 issues of Melvin Valster

Is there any support for a DynamoDB datastore? How would one go about hooking up Lux to DynamoDB? Thanks!

question

For a variety of implementations it's necessary to attach annotations to Pods ([kube2iam](https://github.com/jtblin/kube2iam), k8s alpha features e.g. [Node Affinity/Anti-Affinity](https://kubernetes.io/docs/user-guide/node-selection/), etc.). Normally one would add the annotation to the Deployment's `.spec.template.metadata.annotations`,...

enhancement
help wanted

My html markup looks like this: ``` ... ``` And my javascript constructor: ``` $('.mediaColumns').magnificPopup({ delegate: 'a.img', type: 'image', tLoading: 'Loading image #%curr%...', mainClass: 'mfp-img-mobile', gallery: { enabled: true, navigateByImgClick:...

Currently it'll always try to `app.import` the Raven JS library, even in FastBoot (server side). This results in the below error for every request: ``` Error: Raven has already been...

enhancement

Hey there, Currently we can already add a CSS opening animation through the likes of: ```css .ember-modal-dialog { animation: modal-open-animation 1s; } @keyframes modal-open-animation { from { transform: scale(.5); opacity:...

Feature request

Running node version 6.2.2 ``` ☁ testreactwebpack [master] npm start > [email protected] start /Users/mirague/Projects/testreactwebpack > node index server running at localhost:3001, go refresh and see magic webpack dev server listening...

When running `npm install` a lot of warnings for packages with security vulnerabilities/deprecations come up: ``` npm WARN deprecated [email protected]: cross-spawn no longer requires a build toolchain, use it instead!...

My SVG was inlined correctly like this: ``` {{#link-to "games.index"}} {{inline-svg "/images/app-logo.svg"}} {{/link-to}} ``` However, once I configured SVGs to be fingerprinted, it stopped working. Now it renders nothing. Is...

Building the iOS app for Mac Catalyst currently fails because of usage of the deprecated Open GL library: https://developer.apple.com/documentation/opengles/eaglcontext Are there any plans to replace the deprecated use, so that...

enhancement

It depends on 1.3.x, any plans on making it work with 1.4?