Ghislain B.
Ghislain B.
I seriously have no clue why the admin does not look at this nice addition, but if you can't wait, it's simply 3 lines of code to add... I use...
it's most probably failing because of his original tests that are incorrect, but it seems that this code is not maintained anymore unfortunately.
@lordfriend, I'm not sure if @andrewfam has the same issue as I have but it might be related. So in my case if I use `data-value="option.id"` I lose the entire...
Thanks @lordfriend but the reason that I use `data-value="option.id"` is because I want the select to work with the form object that I pass. If I just use `nya-bs-option="option in...
@lordfriend thanks a lot for the help but I really need a reference to the full object. How can I have the entire object, while still having the selected value...
I actually got this problem with the `Twitter` and `OAuth1.js` and `Koa` (server side). It seems that `Koa` doesn't like the `POST` with missing `Content-Type`, I get the following error...
Not sure what your problem is but I got a working `Aurelia-CLI` sample going. What I use in my `aurelia.json` file is the following: ```javascript "dependencies": [ ... "aurelia-fetch-client", "aurelia-http-client",...
@khuongduybui I know but RethinkDB is still an Open Source Project that will live on (even if the maintenance went down drastically), the company might be dead but the project...
@evak2979 There's couple things that might be worth checking. Does your `aurelia.json` have the following? ```javascript "paths": { "root": "src", "resources": "src/resources", "elements": "src/resources/elements", "attributes": "src/resources/attributes", "valueConverters": "src/resources/value-converters", "bindingBehaviors": "src/resources/binding-behaviors"...
@evak2979 I thought that I copied `AuthenticatedFilterValueConverter` from [aurelia-auth-sample](https://github.com/paulvanbladel/aurelia-auth-sample/tree/master/client/src) but it's actually not there. I might have provided you wrong information about that particular file, it might not be called...