BenjaminHorn
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.  But as u can see under model types (4) does not the same record number as...
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/  https://api.onlineszamla.nav.gov.hu/  Az éles a helyes, mintha a teszt le lenne marad, mert...
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♦"), ]...