Michal Bryxí

Results 78 comments of Michal Bryxí

Chiming in with our use-case: We do a lot of manual stuff, because ... reasons. At one point we figure out that validation errors on all the fields are not...

I _think_ this trick should work around the problem before we have proper support: ```js for (const errKey in this.changeset._errors) { this.changeset.addError(errKey); // no second argument effectively clears the error...

I will put this here so that folks have a chance to Google for this issue: After you install `ember-cli-typescript`, you will get all sorts of warnings when generating components:...

If the guides website is registered as a property in [Google Search Console](https://search.google.com/search-console), then it's possible to [submit](https://support.google.com/webmasters/answer/7474347?hl=en) a sitemap or individual URL for indexing. As far as I can...

Split the issue into two. Second one is: #1488

I'm suggesting sitemap.json simply because (quote [from Google](https://support.google.com/webmasters/answer/156184?hl=en)): > If your site’s pages are properly linked, Google can usually discover most of your site. Even so, a sitemap can improve...

In case anyone bumps into this, custom authenticator that is compatible with `devise-token-auth` gem should be something like: https://gist.github.com/MichalBryxi/c4ecb2896af247cc36c0faa37556b55a Would it make sense to add this as an authenticator directly...

Maybe I'm missing part of the conversation, but: - [my patch on top of your previous patch](https://github.com/MichalBryxi/ember-power-select/commit/54891e1f85b951d6d67a431afd188ed58eeb583d) - [demonstration that it reads the correct item](https://drive.google.com/file/d/1JFQ2XO1y2ELL5mxlX9f9Tl5kPLEJF706/view?usp=sharing) Also I used different *role*....

Just bumped into this myself. Trying to make [GitLab auto devops](https://docs.gitlab.com/ee/topics/autodevops/) work and the [test phase](https://gist.github.com/kurtbrose/32a4e9cc25e009176c8523a3f1508d81#file-gitlab-ci-yml-L66) constantly fails on me, because herokuish code does not know that I need `chrome`...

Just for the documentation if anyone is interrested. A stop-gap solution for my problem described above: https://gitlab.com/gitlab-org/gitlab-ce/issues/53073#note_197564726