philibe

Results 28 comments of philibe

As @schloerke said in #604 "CORS implementation" (Jul 21, 2020), to enable CORS he recommended the code of the [comment of @shizidushu on Sep 5, 2018 in this current issue](https://github.com/rstudio/plumber/issues/66#issuecomment-418660334)....

Here is a `collapsibleTreeNetwork()` modified after I need recently again to modify my network, and after I read your last comment, and after five years and half :) I left...

For me your `.by_groups` is understood as unknown parameter, and maybe as column, and skipped in the condition below. https://github.com/tidyverse/dplyr/blob/b359331a448a693546d77245b0de4d405bab3886/R/arrange.R#L88 ```R arrange.data.frame

Your example doesn't work. This works: - `transposed_df % data.frame(row.names = names(df))` ```R print(transposed_df) X1 X2 X3 x 1 2 3 y 4 5 6 z 7 8 9 ```...

``` sessionInfo() R version 3.4.4 (2018-03-15) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 16.04.4 LTS Matrix products: default BLAS: /usr/lib/libblas/libblas.so.3.6.0 LAPACK: /usr/lib/lapack/liblapack.so.3.6.0 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 [4] LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8...

- `sql_query_app(conn)` - Effectivement avec DBI `sql_query_app(conn)` fonctionne. :) (*) - il n'y pas de fonctionnalité de complétion - `sql_query(conn)` - la fonctionnalité de complétion `sql_query(conn)` ne fonctionne pas sur...

pvictor : > Oui pour l'instant cela ne fonctionne qu'avec des packages compatibles avec `DBI`, as-tu essayé de te connecter à ta BDD avec le package `odbc` ? moi: >...

If datatables has a V2 version, there is a big risk of breaking changes. A DT2 package would be indeed more appropriate. (I have lot of pages using DT datatables).