Xavier
Xavier
Addresses #280 replaces #282
**Describe the bug** As the title says **To Reproduce** ``` {python} client.execute("create table testtable (a String) ENGINE=Log()") client.insert_dataframe( "insert into table testtable values", pd.DataFrame( data={'a':[ b'\x00\x00\x00\x00\x00\x00\x00\x002\xc0\xcf>\x00\x00\x00\x00', b'\x00\x00\x00\x00\x00\x00\x00\x002\xc0\xcf>\x00\x00\x00\x00']}), settings={"use_numpy": True}, )...
I'm using vscode in windows 10, when I format the code, Chinese characters inside the code (including comments) are transformed into -like form. I've tried on another computer and no...
**NOTE:** Before submitting an issue, please make sure to install the latest version of both the vscode extension and the R package. This can usually be achieved by running the...
### Steps to reproduce 1. ./occ notification:test-push --talk {username} ### Expected behaviour notifications should send and no error should raise ### Actual behaviour notification is sent but a funny **info**...
I usually set ssh to listen to different ports than the default 22, so is there a way to specify the port number?
**Describe the issue or bug and how to reproduce** run in R console ``` reticulate::import("rpy2.robjects") ``` will result in the following message being infinitely continuously printed ``` ****found a symbol...
**Is your feature request related to a problem? Please describe.** two approaches to transfer dataframe from python to r and their performances: 1. pandas2ri conversion. Takes 50~60 seconds. 2. `pandasdf.to_parquet()`,...
**Describe the bug** The title is clear enough. **To Reproduce** Steps to reproduce the behavior: 1. command palette -> create r terminal 2. `library(keras)` 3. `aa = layer_input(shape=c(2,3))` 4. the...
I'm trying to use pacproxy to convert shadowsocks pac to simple http proxy, but faced this error. I actually located some `?=`'s in the shadowsocks generated pac file: .... `Filter.elemhideRegExp...