BenjaminHorn

Results 11 issues of BenjaminHorn

I try to use some mouse events on select2. Since the component's original element is hidden somewhere deep under the markup - which built up by the jquery plugin -...

My route creates a new records on visit, and on transitions deletes it. ![store](https://cloud.githubusercontent.com/assets/5570232/11238599/07eb4a70-8de7-11e5-9af1-72f6b46e4a66.jpg) But as u can see under model types (4) does not the same record number as...

bug

I have the following models: ``` javascript // model/rule.json { "name": "Rule", ... "postgresql": { "schema": "public", "table": "rule" }, "include": ["Action"], "properties": { ... }, "relations": { ... "actions":...

Úgy vettem észre, hogy teszt és éles környezet között előfordulnak eltérések a QueryTaxpayerRequest eredményében. Pl.: https://api-test.onlineszamla.nav.gov.hu/ ![image](https://user-images.githubusercontent.com/5570232/171826952-e8445720-a87e-49cf-b74c-5219b35e5ec1.png) https://api.onlineszamla.nav.gov.hu/ ![image](https://user-images.githubusercontent.com/5570232/171827039-83194b15-030b-4e75-8d71-44b5fc40b15b.png) Az éles a helyes, mintha a teszt le lenne marad, mert...

question

I don't know if it possible, but it would be great to have a functionality like this. ``` javascript // columns definition columns: [ {name: 'Name', property: 'name'},, {name: 'Salary...

Hi @jmurphyau ! Awesome addon! Do you have a solution to play with it on http://emberjs.jsbin.com/ ?

I want to bind the modal to links to show the content - where the link points - in a modal. The idea, that every time when a route visited...

I benchmarking with your code. I have ``` c++ const int sz1 = 102400, sz2 = 16, nClusters = 10; ``` If i try to increase sz1 to 1024000 im...

The readme suggest 3 ways to run tests: **Via Ember CLI** Run: ember test --server Ember CLI is a CI tool, so it will run tests as you change files....

Maybe I am missing something, but it seems to be a bug ```python hole_cards_1 = [Card.str2card("2♦"), Card.str2card("4♣")] hole_cards_2 = [Card.str2card("5♠"), Card.str2card("T♣")] board = [ Card.str2card("3♦"), Card.str2card("6♦"), Card.str2card("T♦"), Card.str2card("J♦"), Card.str2card("A♦"), ]...