Alexander

Results 64 comments of Alexander

unique message for multi-select boxes is now fixed

Can you tell me, which events are affected? This would help me, fixing the error. Anyway: if somebody needs this feature urgent, he can add in package.json: ... "choices.js": "devkral/Choices#feature/add_select_options"...

IE11 requires many workarounds as its html5 implementation is not complete. Also it is discontinued (for edge) and just receives security fixes. So this is not surprising. how you can...

see also: https://github.com/craigk5n/webcalendar/issues/126

there is a much nicer way: ``` module.exports = (env, options) =>({ ... devServer: { port: '8080', devMiddleware: { writeToDisk: true, }, headers: { 'Access-Control-Allow-Origin': '*' }, }, plugins: [...

There must be some checks but such providers can be very handy. E.g. other program which checks references, or a human manually confirm the payment. For example in shops

see: https://github.com/mirumee/django-payments/pull/152 for an implementation.

patterns are HIDDEN_SETTINGS = re.compile('API|TOKEN|KEY|SECRET|PASS|SIGNATURE', flags=re.IGNORECASE)

hm, most probably some broken tests (django 1.11), I have fixed some in my branch: payment_improvements has some very disruptive changes so I won't create a pull request before being...