AndhikaWB
AndhikaWB
Some SQL engines such as BigQuery provide a way to define temporary user function using the `CREATE TEMP FUNCTION` syntax. It's similar as create temporary table with the `WITH table_name...
Text doesn't show when this library is used together with `ggdark` theme ``` r library(ggdark) data("love_words_small") ggplot(love_words_small, aes(label = word, size = speakers)) + geom_text_wordcloud() + scale_size_area(max_size = 30) +...
First of all, I'm running runme on Windows, but using Git bash as the default shell (added to PATH as well) When I run shell commands in interactive mode, the...
As seen from the image below  Using"Save as..." manually doesn't seem to work either
"Error binding parameter 22: type 'list' is not supported" when adding website using sqlite engine
- Python 3.12 - Windows 11 x64 My requirements.txt: ``` ini streamlit==1.39.0 llmware==0.3.7 # Progress bar ipywidgets==8.1.5 # Web scraping beautifulsoup4==4.12.3 lxml==5.3.0 ``` My sample code: ``` python from llmware.configs...
I'm using VS Code portable so I'm relying on the "vscode" URI. The current version has inconsistent implementation where clicking "Open with VS Code" will always open the vault and...