Vasiliy Faronov

Results 28 comments of Vasiliy Faronov

@lefuturiste Hi. Yes, I have [some branches in my fork](https://github.com/vfaronov/bonfire/branches), but it’s been a long time, I no longer use Bonfire nor Graylog, and I can’t help with any details.

Your struct tag is wrong. As per the readme, it should be `default:"LS0tLS1..."`

@brianblakely It seems like IE’s constraint validation doesn’t care if you set the `value` attribute, only if you set the `value` property, which the polyfill overrides.

@brianblakely I’m not sure (not good at JS) but I don’t think the polyfill sets the native `value` property? Instead it replaces it with its own `value` property. The [jcgertig/date-input-polyfill](https://github.com/jcgertig/date-input-polyfill)...

@brianblakely http://vasiliy.faronov.name/nodep-date-input-polyfill-issue53/ Click the field, pick a date, click *Submit*. You should see an alert saying “true”. But in IE 11, I see an alert saying “false”.

I think HTML constraint validation operates on forms and form inputs, not some random inputs. So this doesn’t seem too bizarre to me.

While squirrel doesn’t have built-in support, you can do this manually: ``` subQText, subQArgs, err := subQ.PlaceholderFormat(squirrel.Question).ToSql() if err != nil { /* ... */ } query = query.Where("table.metric_id IN...

A partial fix [would be](https://github.com/vfaronov/orgmode-parse/commit/dc285f8459ed38eaf2601c75f26101b373ae8b0f) to limit tags to the characters allowed by the [Org syntax draft](https://orgmode.org/worg/dev/org-syntax.html) (alphanumeric and some punctuation). But a headline like this would still be parsed...