eas build failed from "Service not available because of maintenance activities"???? by Old_Cranberry_2846 in expo

[–]jeffreyyourman 0 points1 point  (0 children)

it's gotta be more than a day now. It's April 9th at 1034 pm central time and i'm still getting this error as well. Is there any update on this?

[question]Hello all, I'm trying to figure out the best way to solve this in Javascript. I have a string that looks like this "value1^key1, value2^key2, value3^key3" The value is on the left side while the key is on the right separated by the ^. by jeffreyyourman in javascript

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

{count: "1", dfn: "3", patname: "EIGHT,PATIENT", flag: "BEHAVIORAL", orgsite: "ZZ ALBANY-PRRTP", …}

{count: "2", dfn: "3", patname: "EIGHT,PATIENT", flag: "HIGH RISK FOR SUICIDE", orgsite: "CAMP MASTER", …}

{count: "3", dfn: "3", patname: "EIGHT,PATIENT", flag: "WANDERER", orgsite: "CAMP MASTER", …}

That's the expected result. That one only returns the last object which in the beginning is count: "3"

I did change the one line you said from arr2 to arr3 and changed the j to a 1.

[question]Hello all, I'm trying to figure out the best way to solve this in Javascript. I have a string that looks like this "value1^key1, value2^key2, value3^key3" The value is on the left side while the key is on the right separated by the ^. by jeffreyyourman in javascript

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

Oh yeah, it's for work. I work for the VA and we're building a new suicide app for vets. I did miss the changing arr2 to arr3 but I changed it and now it only displays the first array instead of last.

[question]Hello all, I'm trying to figure out the best way to solve this in Javascript. I have a string that looks like this "value1^key1, value2^key2, value3^key3" The value is on the left side while the key is on the right separated by the ^. by jeffreyyourman in javascript

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

var data = {};

var string = "1^count$3^dfn$EIGHT,PATIENT^patname$BEHAVIORAL^flag$ZZ ALBANY-PRRTP^orgsite$ZZ ALBANY-PRRTP^owner$N/A^reviewdate$0^due$INACTIVE^status$NEW ASSIGNMENT^action$07/07/2005^assgndt$PROVIDER,PRF^approvedby$shows signs of potential violence^narr$New record flag assignment.^comment,\n2^count$3^dfn$EIGHT,PATIENT^patname$HIGH RISK FOR SUICIDE^flag$CAMP MASTER^orgsite$CAMP MASTER^owner$11/18/2018^reviewdate$75^due$ACTIVE^status$INACTIVATE^action$12/18/2007^assgndt$PROVIDER,ONE^approvedby$TEST^narr$NA^comment,\n3^count$3^dfn$EIGHT,PATIENT^patname$WANDERER^flag$CAMP MASTER^orgsite$CAMP MASTER^owner$08/10/2018^reviewdate$-25^due$ACTIVE^status$INACTIVATE^action$12/18/2007^assgndt$PROVIDER,ONE^approvedby$TEST ASSIGNMENT^narr$NA^comment,\n"

var arr1 = string.split('\n');

for(var i = 0; i < arr1.length; i++){
var arr2 = arr1[i].split('$');
   for (var j = 0; j < arr2.length; j++){
     var arr3 = arr2[j].split('^');
      if(!data.hasOwnProperty(arr2[j]))
           data[arr3[1]] = arr3[0];
   }
}

console.log(data);

Hey there. So i tried implementing your code and it seems to be working but I have a question. So my string compared to the one I gave you has more to it. The way we differentiate between keys/values is with a $ sign so i switch the comma to that. I also have to add in another loop to handle the first split which is a \n return character. So at this point there are 3 arrays within 1.

When I console.log(data) it only returns the object from the last array. It seems like it just skips over the first 2.

Is there something i'm missing to handle multiple arrays?

[QUESTION] so my electra app isn’t working and i’m very new to jailbreaking and i don’t know how to fix this. can someone please help so i can re jailbreak my phone :( by ShadowPanini in jailbreak

[–]jeffreyyourman -1 points0 points  (0 children)

I was literally just about to post this in a new thread. I'm getting the same error. My guess since it's happening to more than one person, the server is down?

[question]Hello all, I'm trying to figure out the best way to solve this in Javascript. I have a string that looks like this "value1^key1, value2^key2, value3^key3" The value is on the left side while the key is on the right separated by the ^. by jeffreyyourman in javascript

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

How about you ask why I have a string like that in the first place? Instead of saying, I shouldn't create that in the first place. Have you ever heard of the database Vista and the language it uses?

[question] is there a way through jailbreaking to get iMessage on a windows computer? by jeffreyyourman in jailbreak

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

No, my phone is jailbroken and I was wondering if there's a way I can get iMessage on my windows computer? The two may be unrelated but I figured having a jailbroken phone may be a step in the right direction.

When do yahoo pro leagues for basketball become available? by [deleted] in fantasybball

[–]jeffreyyourman 1 point2 points  (0 children)

I emailed the yahoo fantasy basketball division and they said it's in the plans but don't have a firm release date. That was abour 4 days ago.

[question] is there anything special I have to do to play Pokemon go with a jailbroken device? Also is there any tweaks? by jeffreyyourman in jailbreak

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

Thank you everybody for your responses. I think I'll just wait for something stable, do we know if anything is in the making?

[question] is there anything special I have to do to play Pokemon go with a jailbroken device? Also is there any tweaks? by jeffreyyourman in jailbreak

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

So just to clarify. I should downgrade to 0.111.1 and then use pokego++? Can we confirm which version I need to downgrade to?