AndhikaWB

Results 16 issues of 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...

feature
SQL engine

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 ![image](https://github.com/user-attachments/assets/7363f0d3-ec6a-4939-b8c3-27b89ba27320) Using"Save as..." manually doesn't seem to work either

- 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...