問題タブ [feather]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
macos - Error when running `feathers generate authentication` for `RethinkDB`
I’m having issues when running feathers generate authentication
with selecting rethinkdb
as database.
Environment:
- Mac OS X Sierra
- feathers 2.2.3
- npm 5.1.0
- rethinkdb 2.3.5
Steps to reproduce:
- I have up and running https://github.com/tenzan/feathers-chat.git
feathers generate authentication
- Select
Username + Password (Local)
- What is the name of the user (entity) service? (users) <-- Enter
- What kind of service is it? (Use arrow keys) ❯ RethinkDB <-- Enter
Output:
I had same errors on different Mac PCs with same environment.
python - 文字列を使用したフェザーでの Python から R への互換性
Python セッションから出力されたフェザー オブジェクトを R に読み込むと、エラーが発生します。
パイソンでは:
Rで:
これは、文字列が にオブジェクトとして格納されていることに関連していますpandas.Series
か? ここで何が起こっているかについて何か考えはありますか?
セッション情報:
R
R バージョン 3.3.1 (2016-06-21) プラットフォーム: x86_64-apple-darwin13.4.0 (64 ビット) 実行環境: OS X 10.10.5 (Yosemite)
ロケール: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
付属の基本パッケージ: [1] stats グラフィックス grDevices utils
データセット メソッド baseその他の付属パッケージ: [1] Feather_0.3.0
名前空間を介してロードされた (アタッチされていない): [1] assertthat_0.1 hms_0.2 tools_3.3.1 tibble_1.2 Rcpp_0.12.5
パイソン
'2.7.10 (デフォルト、2015 年 7 月 3 日 12:05:53) \n[GCC 4.2.1 互換の Apple LLVM 6.1.0 (clang-602.0.53)]'
パンダのバージョン: '0.20.3'
Numpy バージョン: '1.13.1'