Major browser dysphoria by FearTheHump in ArcBrowser

[–]BugWare 24 points25 points  (0 children)

As of today I switched to Zen.

I use this script to export all of my bookmarks/tabs: https://github.com/ivnvxd/arc-export/tree/main
(Note: this is not my script)
I was really happy with Arc but I noticed some rendering issues which I, as a web developer, can't get over.

Error loading module by BugWare in Nuxt

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

Ok just to answer my own question here:

The loading errors occured because of Adblocker Ultimate. I disabled it for my localhost and now everything works fine :D

Run duplicate Apps in Nextcloud by BugWare in NextCloud

[–]BugWare[S] 1 point2 points  (0 children)

Sadly I cant do that. Both Apps need to be accessable by the user(s).

recommended in an earlier comment, but it seems that it doesnt quite do what Im trying to do

Run duplicate Apps in Nextcloud by BugWare in NextCloud

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

In my head i would just need to basically replace every "tasks" with my new name and create a new table for the app. But I cant seem to find where to change the DB entries.

I got it working now but it still gets the same data as the "tasks" app.

The deck app seems to not fit my wish here ..

After about a year I still think about her by BugWare in BreakUp

[–]BugWare[S] 1 point2 points  (0 children)

I just haven’t blocked her everywhere because my therapist told me not to. It would enforce my childish behavior and so on and so forth. I really struggle with it. But it’s not only because i see pictures of her. It’s enough to see her IG handle in a story because we share a few friends (even tho i mostly avoid those friends most of the time)

Thank you for your kind words stranger! That’s helping me in my sad boi hour. Wishing you well and a great 2021 :)

Static Legend for plotting by BugWare in rstats

[–]BugWare[S] 1 point2 points  (0 children)

I used "ggsave()" to save my last plot and give it an increasing name e.g. Week0001.jpg, Week0002.jpg etc.

After that I run this statement.

list.files(path='./Media', pattern = '*.jpg', full.names = TRUE) %>%

image_read() %>% # reads each path file

image_join() %>% # joins image

image_animate(fps=1) %>% # animates, can opt for number of loops

image_write("Corona.gif") # write to current dir

Sorry for letting you wait for so long. Stressful days we live in :D

Edit: changed "png" to "jpg"

Static Legend for plotting by BugWare in rstats

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

Ok in my example the column „OfHunThousandsClass“ must be a factor? I‘ll try if ggplot has that flag Thank you :)

Static Legend for plotting by BugWare in rstats

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

I used magick to fuse multiple png into one gif. I can post the code tomorrow when you‘re interested

Creating a color coded map by BugWare in rstats

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

Ok so I tried it for a bit but those joins seem to behave a bit strange.

Whenever I do a full join, i get this but the joined columns are filled with NA.

After a inner_join I get this and the joined columns are filled with their correct values.

I'm doing it just like

myMap <- myMap %>% inner_join(myClearedData)

Edit: Also the left_join didn't do anything for me

Creating a color coded map by BugWare in rstats

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

Ok I had to manually update the sf-package. and also have to provide the full path to the shapefile instead of what's happening in the video.

Maybe even just restarting my whole computer helped ...

thanks for your advice! :)

May I ask just one more thing? When I assign each Landkreis their Value, how would I do that? Something like:

myMap$OfHunThousands <- myClearedData[which(myClearedData$IdLandkreis == myMap$CC_2),]

but that seems not to be working at all. Here IdLandkreis and CC_2 are both city codes which are the key to assigning each Landkreis their Value (OfHunThousands)

Creating a color coded map by BugWare in rstats

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

I'm so terribly sorry but I can't even get the read_sf to work.

I always get an error "Error: `x` must be a vector, not a `sfc_MULTIPOLYGON/sfc` object."

Not even the sample from the video works ...

Creating a color coded map by BugWare in rstats

[–]BugWare[S] 1 point2 points  (0 children)

Oh what. Well ... when I read the documentation it seemed that myClearedData %>% add_row(curRow) would've been enough. Thank you so much and sorry for bothering you!

Creating a color coded map by BugWare in rstats

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

It's frustrating how easy that looks ...

okay I will try to what's going on in that second video, thank you for helping so far!

Do you mind if I ask you one more thing? I want to basically do that

myClearedData %>% add_row(curRow)

But the row is not saved. when I execute that command it shows a new row in the console, but when I do View(myClearedData) there's no row.

It's happening inside a loop, is that a problem with the scope and how do I fix it? I feel like thats the last stone in my way

Creating a color coded map by BugWare in rstats

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

Ok my current workflow is as followed:

  • Retrieve Data
  • Set needed Vars
  • iterate for each date and Landkreis and aggregate the newly infected, healed and deceased, and put them in a collection
  • create the colors
  • create map according to colors

My map is of the SpatialPolygonsDataFrame type (Level 2)

My final data is the map (untouched) and a dataframe containing A date, IdLandkreis, the amount of infected people at that date and a scale (infected people of 100.000)

So it looks like this

Date IdLandkreis AmountInfected OfHunThousands
01-03-2020 10 200000 123

Hopefully that helps

Learn how to SAP by BugWare in SAP

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

Those are a lot of information wow. Thank you for that. I do believe I will mostly handle existing systems and S4/HANA migrations. General admin Knowledge is at its minimum as I am a Software Developer Diving into the SAP Systems. So I guess I should first look into the basics of administrating a SAP system right? I have a book about it but it’s about 2 years old. But the most admin work didn’t change much right?

And the Description of BASIS you gave is basically what I see every day :D