sound118

Results 10 comments of sound118

Has anyone solved this issue? I have been struggling with it for a while. Even changed to def is_valid_auth_cookies(values): return True I still face the same error message: [IndexError: list...

> The preferred way to remove stopwords in Scattertext is to pass the full documents into a Corpus factory, and then use the Corpus.remove_terms method to create a corpus free...

@JasonKessler I just uploaded the example that can reproduce the issue, please see https://github.com/sound118/Scatter-text-for-Chinese I used "jieba" package to remove stopwords list and load user-defined dictionary in case of any...

@JasonKessler, thanks for the hint. It works after adding df['text'] = df['text'].apply(chinese_nlp) in the uploaded program. At least, it's still readable after whitespace-tokenized the alternative text field as apposed to...

Thanks for the quick reply. I am still studying DM package, will try the approach you mentioned above. By the way, from the github page, it’s said DM package is...

Hi Krill, The shiny app deployed with "dm_gui" in R Studio server looks awesome. However, I wanna deploy it in another cloud based server (say shinyapps.io). How can I actually...

@moreauchr hi, have you successfully implemented the minimal example using ECS as backend provided on shinyproxy github configuration example? I have been experimenting with this many times, but all failed...

@LEDfan I am actually quite puzzled by the Dockerfile posted in 20.ecs minimal example : FROM openanalytics/shinyproxy-snapshot:3.1.1 COPY application.yml /opt/shinyproxy/ when I implement this dockerfile, it actually did not work...

I actually tried to get openanalytics/shinyproxy-snapshot:3.1.1 docker image from dockerhub, but it said not existing as below: ![image](https://github.com/openanalytics/shinyproxy/assets/38205878/94761131-fdf2-471b-b993-3d494e2ad2cc)

The main issue I encountered is: 2024-06-28T14:54:56.083Z WARN 1 --- [ProxyService-16] e.o.c.backend.ecs.EcsBackend : [user=jack proxyId=c6d684c9-cf19-4296-a379-781e1a2e8771 specId=data_dictionary] Not adding ECS tag "openanalytics.eu/sp-http-headers" because it is contains invalid characters (only a-zA-Z0-9 +-=._:/@...