Benoit Fayolle

Results 10 comments of Benoit Fayolle

gt::as_raw_html() did the job for me !

Looks like it partially works though and it's visually not as pleasing as what you get outside of confluence but hey! - `tab_header()` returns an error for me - `tab_footnote()`...

Looks like Confluence recently fixed CONFCLOUD-68057 !

I think I'm running into a similar issue with a docker build ## Environment * **Airbyte version**: 0.40.30 * **Deployment**: Docker * **Source Connector and version**: Google Sheets 0.2.31 *...

Same thing happening with Salesforce and MySQL source connectors

I believe it comes from the fact that `sessionInfo$running = macOS 10.16` is not parsed correctly by the check_compactability() function. This function expects a ver.major.minor syntax which should be the...

Might be useful for the project, I've created a unloadToS3() function that'll do the first step of this feature. See my fork if interested. The feature I needed was the...

Error originates from empty fields in nested lists of `xdfList`. At least for me.. My quick fix is sapplying a custom function to paste those nested lists with collapse="," (~line...

I'm getting the same error. I just installed the package to test the model on my dataset. ``` train_pool

Worked for me on MacOS with: `devtools::install_url('https://github.com/catboost/catboost/releases/download/v0.24.2/catboost-R-Darwin-0.24.2.tgz', INSTALL_opts = c("--no-multiarch"))` Thanks!