Xavier

Results 27 comments of Xavier

~~In my case, I solved this problem by manually moving the app folder from `custom_apps/` to `apps/`. I'm running NC22 php-fpm + nginx frontend.~~ ~~I have to go root in...

I can't run the test case locally due to a lot of importing errors, I looked into some and it's due to my OS (windows10). Can't make it run on...

This is important since use_numpy makes the data fetching process 10+ times quicker. Which in my case consists a large portion of program running time

This is expected behaviour in numpy (https://github.com/numpy/numpy/issues/3878). But somewhat unexpected in clickhouse. Clickhouse has no `raw` or `bytes` type so any custom serialized object will have to use `String` (...

> Looks like your system locale is not consistent with your encoding in R? > > What happens if you use the following: > > ```r > styler::style_file("your-file.R") > ```...

> > Looks like your system locale is not consistent with your encoding in R? > > What happens if you use the following: > > ```r > > styler::style_file("your-file.R")...

> We only support UTF-8 files. It does sound that the R environment that language server is running on has an incorrect locale. Could you report the following > >...

I already have the following lines in my {Documents}/WindowsPowershell/profile.ps1 {Documents}/WindowsPowershell/Microsoft.PowerShell_profile.ps1 {Documents}/WindowsPowershell/Microsoft.VSCode_profile.ps1 ``` $PSDefaultParameterValues['*:Encoding'] = 'utf8' $OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding ``` These have effect on Windows Terminal...

If I remove the `callr_function = NULL` (the targets official way of debugging code), the targets are run normally but no debugging functionality works.