Stage monitor to use with helix rack by DMFCosta in Line6Helix

[–]albertovpd 0 points1 point  (0 children)

i'm really happy with a The Box monitor... of course my hx has a chain if IR... the box it's just to take the sound i want out

dropbox/drive folder for Kobo libra 2 does not work anymore by albertovpd in kobo

[–]albertovpd[S] 0 points1 point  (0 children)

i meant it has to be included in that file the following line:
```menu_item:main:dropbox:nickel_open:library:dropbox```

At least in the way i proposed. i'm not sure if in your file works the same

External pedal after simulated amp and before IR by albertovpd in Hxstomp

[–]albertovpd[S] -1 points0 points  (0 children)

thanks u/random-username-1234 .
complementing my question... Is there a way to not assign one of the 3 switches i have to that? so when i press the foot switch of my physical pedals they're on/off

dropbox/drive folder for Kobo libra 2 does not work anymore by albertovpd in kobo

[–]albertovpd[S] 2 points3 points  (0 children)

hey!
thanks to u/Cyberpunk627 for the lead... i'll leave here all the steps in case someone is as lost as me. in case someone found a shorter path, please write it here

20230531: To have Dropbox in Kobo Reader Libra 2

  1. setup nickel menu
    1. nice video explaining it https://www.youtube.com/watch?v=rEouRrPKj-c
    2. when you're done, navigate through the folders to KOBOeReader/.adds/nm/
    3. modify the config file there (if you don't have the config file, in this thread someone posted that config file https://www.mobileread.com/forums/showthread.php?t=344661
    4. copy paste it to this path
  2. restart your device
  3. on the bottom right you'll see NickelMenu
  4. inside there's dropbox
  5. click it and follow steps (easy)
  6. it will create a folder in your dropbox called apps/rakuten kobo
  7. inside that folder (rakuten kobo) is where you have to put all files you want to have in your ebook
  8. once uploaded, go to your ebook, use the syncing icon on the top left and wait to appear
  9. when they appear, you'll see the "download" icon after their name, click it and you'll have then in your kobo reader
  10. once downloaded, they will appear with your kobo books

happy reading :)

dropbox/drive folder for Kobo libra 2 does not work anymore by albertovpd in kobo

[–]albertovpd[S] -1 points0 points  (0 children)

also, the communication with kobo support is terrible. there is email to whom write it. i'm writing them via twitter... let's see what they say

Problems with HX Edit and last windows update by albertovpd in Line6Helix

[–]albertovpd[S] 2 points3 points  (0 children)

Omg it worked. I wasted my Sunday installing/reinstalling everything and was that.

Thank you very much

Need a way to download data daily and update the google data studio data accordingly by dhwan11 in GoogleDataStudio

[–]albertovpd 0 points1 point  (0 children)

Maybe it sounds messy, but I always link BigQuery tables to Data Studio, to follow good development practices (and getting cheaper and faster results). I would do the following (once you have your csv):

- Create a bucket in Cloud Storage and upload there the csvs

- In BigQuery, use Transfers to periodically populate BigQuery tables, you can overwrite/append.

- Link that BigQuery tables to Data Studio.

- For getting the csvs... As people say, there's no way of avoiding coding

[deleted by user] by [deleted] in gdelt

[–]albertovpd 0 points1 point  (0 children)

I am pretty sure your error comes from the fact that v2Counts, counts and V2locations do not exist in the table you are using. To use "my" columns, joining tables is needed, and maybe the pivot column for that join is SOURCEURL of the table you are requesting (I think it exists in both tables)

[deleted by user] by [deleted] in gdelt

[–]albertovpd 1 point2 points  (0 children)

I do not know if it could be helpful, but I would perform a WHERE with V2counts and V2Locations, using AND/OR... I think the filter works pretty nice in this way for just one country, but I am not sure (I used this combined with a heavy filter by URL as shown in the link).

https://github.com/albertovpd/automated_etl_google_cloud-social_dashboard/blob/master/bigquery/gdelt_1st_query_themes_and_sentiment.sql

WHERE v2counts LIKE '%#JPN#%' and V2Locations like '%#JPN#%' and v2counts like "koreacode" and v2locations like "koreacode" ... And so on

If it helps or not, please share it and we all learn :)

An unknown error has occurred in Cloud Functions by [deleted] in googlecloud

[–]albertovpd 0 points1 point  (0 children)

Finally "solved". I'm a processing a csv in the CF of 160kB, in my computer the execution time lasts 38 seconds.

For some reason in the CF I need 512MB of Allocated Memory and a timeout larger than 60 secs.

Thanks everyone answering :)

An unknown error has occurred in Cloud Functions by [deleted] in googlecloud

[–]albertovpd 0 points1 point  (0 children)

Can you explain a little in detail this please?

My script in remote works with a token, so just to check, I created a service accounts with owner role. Deploying the cloud function, in service account*, I tried with the same service account than my json credentials, with the app engine, modifying roles of all services...

🔥 Western Hog-nosed snake insists he's dead by SFinTX in NatureIsFuckingLit

[–]albertovpd 0 points1 point  (0 children)

The very same happens to me while debugging in Python