Dmitry Molotkov

Results 29 issues of Dmitry Molotkov

When i want to send an html only message without a text part, django mailgun send the whole message as text, not as html. I fixed it in my fork,...

How to set a currently selected value from controller? I tried to change the value of the model, but it does nothing for select. And i didnt find any other...

Basically in js card library you can skip specification of width. Like its done on demo page https://jessepollak.github.io/card/ `var card = new Card({ form: '.active form', container: '.card-wrapper' })` this...

On login it will just throw error. Because UserDashboardModule expect user to be integer and only integer. https://github.com/geex-arts/django-jet/blob/dev/jet/dashboard/models.py#L14 So it tries to make integer from uuid and fails with outofrange...

**Describe the bug** Invalid json in json field not handled properly **To Reproduce** ``` type Consultancy { id: ID! @id rates: Json } ``` ``` const { prisma } =...

bug/2-confirmed
area/server
kind/bug

When the width is set and card opened on mobile device in interactive mode the card image take a LOT of space. Basically https://github.com/jessepollak/card/blob/2b20e8b2514f3084c476fc54ac4a8bc18412291a/src/coffee/card.coffee#L133 @options.width / baseWidth when baseWidth e.g....

bug

fixes #26

enhancement

for use in typescript projects :)

help wanted
good first issue
Hacktoberfest

E.g. i click field then click other field and the first field now has a error although i didnt enter anything yet Is it possible to display error only when...

When using with https://www.npmjs.com/package/card-react it behave pretty strange. For example for card number starting from second quarter it start to delete number as you type. See video: https://www.dropbox.com/s/x87zwaxwqf2ju6x/2017-07-19_02-02-10.mp4?dl=0 But if...