Denis

Results 9 issues of Denis

I tried to invite existed user. When I sent invite instruction and follow link in email it redirects me to sign up page. And when I try to sign in...

Here is an example of what I'm talking about https://monosnap.com/file/RlCBVesSFsBHEaJP7KaHzzS4aNeavp#embed I'm expecting to see constant layer without any changes even on zoom or scroll. Am I missing something?

Что то вдруг перестал запускаться home assistant, полез в логи и нашел вот что Есть какие то идеи?

bug

I see validation rules in `/src/validations/users` and directive for createUser mutation. So why I'm able to create a user with empty fields? ![Снимок экрана 2021-02-10 в 00 39 57](https://user-images.githubusercontent.com/735194/107432095-81813000-6b38-11eb-8e7c-bc911746e2c0.png)

```javascript model(params){ return Ember.RSVP.hash({ realEstate: this.store.findRecord('realEstate', params.id, { reload: true }), residentialComplexes: this.store.findAll('residentialComplex'), }); }, ``` ```handlebars {{#x-select value=model.realEstate.residentialComplexId as |xs|}} {{#each model.residentialComplexes as |option|}} {{#xs.option value=option.id}}{{option.name}}{{/xs.option}} {{/each}} {{/x-select}} ```...

**Describe the bug** When I'm using `` in my Head FA css won't load even with config.autoAddCss = false|true; **Reproducible test case** I'm using next.js as a framework. Everything works...

Live example: I have ajax request after page load ``` pruneCluster = new PruneClusterForLeaflet() $.getJSON $('#real_estate_search').attr('action') + ".json?" + $('#real_estate_search').serialize(), (response) -> pruneCluster.RemoveMarkers() map.removeLayer pruneCluster $.each response, (key, estate) ->...

When switch happens there is a ~2 sec freeze of whole OS. No delays when I exit from the program. MacBook Pro 16" 2019, OS 11.4

Most of rails projects handled by nginx. Internally, all urls in rails app comes http-only. Nginx does other job to provide https links. So now, I can't force https protocol...