Christophe Vidal
Christophe Vidal
Currently, due to `./` being appended automatically to any file, it's not possible to resolve node_modules for example. Will solve https://github.com/TheLarkInn/angular2-template-loader/issues/31 Could break other projects which are not appending `./`...
For example with `bit checkout ...`  Then when the last selection is hit it looks like this and the selection is blocked:  Under certain circumstances (when coming back...
``` from fastquant import get_yahoo_data, get_bt_news_sentiment from datetime import datetime, timedelta # we get the current date and delta time of 30 days current_date = datetime.now().strftime("%Y-%m-%d") delta_date = (datetime.now() -...
Cross compilation of openssl is [virtually impossible](https://users.rust-lang.org/t/cant-cross-compile-project-with-openssl/70922) Whether `native-tls` or `openssl` is used does not change anything as for example cross compiling from Mac to Linux even with `native-tls` enabled...
I've put some console.log on login and logout and I always get a sequence of 1# get, 2# destroy, #3 set, e.g. for logout ``` POST /api/User/logout? 200 419ms 4b...
form
This would be good to have a support for the standard Form / ngModel.
In the binding event example (http://developer.yahoo.com/cocktails/mojito/docs/code_exs/binding_events.html) in the section "Setting Up this Example" point 8, you should remove line 2 "var API_KEY = '{your_flickr_api_key}';" because it's a duplicate of line...
### Which package has the bugs? The core library ### Issue description I've a well working app which has run fine for over a year so there are things I...
I'm not sure whether it's a feature request or a bug report. I'm using the Area component (which renders a dynamic table) along with some interactive inputs which require a...