Never here about this but does anything think that the 15+ weapon path will make a return
πŸ‘︎ 38
πŸ’¬︎
πŸ“…︎ Jan 20 2022
🚨︎ report
I cant seem to understand why it says "not all code paths return a value".

tulostavalikko means enumeration and I need to work after inputing number 0 and number 2. But the error blocks me

https://paste.ofcode.org/ELK4hSgHiXDXfHaYFpkZnA

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/ToolyHD
πŸ“…︎ Jan 25 2022
🚨︎ report
Would everyone want to see V make a return in DMC6 but inside of Vergil's conscience? He can be the human voice of reason to Vergil, helping him choose the right path in redemption. Appear beside him as a spirit.
πŸ‘︎ 77
πŸ’¬︎
πŸ‘€︎ u/revice2100
πŸ“…︎ Dec 26 2021
🚨︎ report
This comic is dedicated to my friend who beat every radiant boss, the path of pain, and everything the pantheon had to offer, who advised that I swallow my pride and return to watchers spire after I had at least the channeled nail. Needless to say, I should’ve listened to her πŸ˜…
πŸ‘︎ 154
πŸ’¬︎
πŸ‘€︎ u/pufl8645
πŸ“…︎ Jan 17 2022
🚨︎ report
Enormous mausoleum at the main entrance to Oakwood Cemetery: Syracuse New York. This Cemetery is a maze of history and art. I shall return to find the real hidden gems hiding deep off the main paths. Hungry kids ruined my fun early. πŸ˜’
πŸ‘︎ 136
πŸ’¬︎
πŸ“…︎ Dec 29 2021
🚨︎ report
Error code "non-void function does not return a value in all control paths"

Can anybody help with this error code... Cant really seem to understand what i am doing wrong...

https://preview.redd.it/5jecfi6vftc81.png?width=1048&format=png&auto=webp&s=d53a7f9f0b4a49791f0f2072861d46c1bbb8af9c

https://preview.redd.it/212ccuuzftc81.png?width=1618&format=png&auto=webp&s=c6f0f5beaadf051be071b50e12be59f7f8a8c327

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Far-Pin-5535
πŸ“…︎ Jan 20 2022
🚨︎ report
Is email header "FROM" and "Return-Path" block spoofing possible?

I know the sender can spoof the email so that it looks like it was sent from somebody you may know, however, I thought that the email header information shows the actual sender information? Is it possible that the sender was able to forge the email header "FROM" and "Return-Path" blocks as well? As they are reflecting the actual spoofed email in the email header fields.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Unknown_Mando
πŸ“…︎ Jan 18 2022
🚨︎ report
Sincerity Fest returns. Abnegation reunion w/ Advent, Architect, Racetraitor, Path to Misery and Human Animal
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/mrsaucytrousers
πŸ“…︎ Jan 03 2022
🚨︎ report
How to return a file path as a URL under the wwwroot directory using .NET 6 minimal API?

Using .net 6 minimal API, what' the best way to programmatically get the wwwroot URL? So that I can transform a path like: wwwroot/audio/recording1.mp3 into a string like http://localhost:5000/audio/recording1.mp3 then return as json so that a user can access?

Something like:

var wwwrootURL = Environment.wwwrootURL;
var mp3URL  = $"{wwwrootURL}/audio/recording1.mp3"),

My code:

API in Program.cs

        app.MapGet("/SearchSynonyms", SearchSynonyms);
       IResult SearchSynonyms()
      {
        var service = new WordService();
        var result = service.SearchSynonyms();
        return Results.Json(result);
    
    }

WordService.cs (Returns a list of SynonymWOrds)

public record SynonymWord(string Term, string Sentence, string RecordingURL);

 public List<SynonymWord> SearchSynonyms()
    {
        
        List<SynonymWord> synonyms = new List<SynonymWord>
        {
            new SynonymWord("Detwi", "Tanpèt la pase, li detwi mezi kay nan katye a", "wwwroot/audio/detwi.ogg"),
           
            new SynonymWord("Depatcha", "Ti gason a telman dezΓ²d, li depatcha radyo a. ", "~/audio/depatchya.ogg"),
            new SynonymWord("Demachwele", "Yo pase li yon kalΓ²t, yo manke demachwele li", "~/audio/deplimen.ogg"),
        };
  
            return synonyms
    }

Expected result:

 {
    "term": "Deplimen",
    "sentence": "Anvan ou kwit poul la, fΓ²k ou deplimen li",
    "recordingURL": "http://localhost:5000/audio/deplimen.mp3"
  },
  {
    "term": "Dechalbore",
    "sentence": "Ti pyebwa koumanse grandi epi kabrit la finn dechalbore li",
    "recordingURL": "http://localhost:5000/audiodechalbore.mp3"
  }

Thanks

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/windamo
πŸ“…︎ Jan 13 2022
🚨︎ report
Return path to files containing string in any subdirectory

I have a directory of files and directories.

I would like to return a list of paths to files anywhere in that filesystem containing a string.

How would I do this?

Thank you

πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/jssmith42
πŸ“…︎ Dec 30 2021
🚨︎ report
In electrical engineering, ground or earth is a reference point in an electrical circuit from which voltages are measured, a common return path for electric current, or a direct physical connection to the earth.
πŸ‘︎ 50
πŸ’¬︎
πŸ‘€︎ u/Glork11
πŸ“…︎ Dec 29 2021
🚨︎ report
First time etching a PCB. Any pointers or advice from the pros? Also, there are send and return paths - not sure what to do with those - jump them together? Board is Tight Metal from effectslayouts. reddit.com/gallery/s4rrgs
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/jason955
πŸ“…︎ Jan 15 2022
🚨︎ report
LF: Tornadus Dynamax Adventure Path | FT: Pick Max of 10 of Bred Aprimons Below OR 1 of Thundurus, Zekrom, Kyogre Path in return OR 2 requests of aprimon/Sport/Safari mon caught ad hoc in SoulSilver, Platinum, FireRed, LeafGreen, Emerald Traded Up to SWSH

EDIT: Hi all, I did manage to find the path from randoms through absolute luck! Will leave this post open to now serve as free giveaway for those who are interested. Will edit to close it out eventually. I guess you can't edit post titles...

Please select one of these groups for the giveaway:

  • 10 Bred Aprimons
  • 2 Requests of Aprimons/Sport/Safari mons caught ad hoc in SoulSilver, Platinum, FireRed, LeafGreen, Emerald traded up to SWSH
  • 1 Dynamax Adventure path in return: Thundurus, Zekrom, Kyogre

For the 2 ad hoc requests, full disclosure the DS I am using to migrate Gen III mons to Gen IV only work half the time so FireRed, LeafGreen, Emerald requests may not 100% go through.

How the giveaway will work:

  • I will comment the code once trading details have been established.
  • We will be trading in Pokemon Sword or Shield

Below are a list of Aprimons I have collected and can breed for giveaway. Please select a maximum of 10 from list below. I will need time to breed them, and we can arrange the trade after.

Sport Ball

  • Caterpie
  • Combee
  • Nincada
  • Venipede
  • Joltik
  • Larvesta
  • Grubbin
  • Heracross

Safari Ball

  • Bulbasaur
  • Sandshrew
  • Nidoran(F/M)
  • Oddish
  • Diglett(Kantonian,Alolan)
  • Machop
  • Onix
  • Exeggutor(Kantonian,Alolan)
  • Cubone
  • Rhyhorn
  • Chansey
  • Tangela
  • Kangaskhan
  • Wooper
  • Larvitar
  • Treecko
  • Seedot
  • Carvanha
  • Trapinch
  • Hippopotas
  • Skorupi
  • Croagunk

Dream Ball

  • Jigglypuff/Igglybuff
  • Exeggcute
  • Koffing
  • Staryu
  • Mr. Mime/Mime Jr.
  • Jynx/Smoochum
  • Dratini
  • Zubat
  • Slowpoke (Galarian)
  • Eevee
  • Sneasel
  • Ralts
  • Sableye
  • Swablu
  • Snorunt
  • Spiritomb
  • Swinub
  • Munna
  • Dwebble
  • Sigilyph
  • Elgyem
  • Cutiefly
  • Hatenna

Love Ball

  • Caterpie
  • Abra
  • Eevee
  • Wynaut
  • Dunsparce
  • Heracross
  • Delibird
  • Shellos(Pink)
  • Buneary
  • Woobat
  • Frillish
  • Cutiefly
  • Fomantis
  • Stufful
  • Milcery

Moon Ball

  • Nidoran(F/M)
  • Clefairy / Cleffa
  • Vulpix
  • Jigglypuff / Igglytuff
  • Zubat
  • Ponyta (Galarian)
  • Gastly
  • Koffing
  • Dratini
  • Eevee
  • Wynaut
  • Sneasel
  • Nincada (Unless Shedinja can't breed which is likely)
  • Lunatone
  • Feebas
  • Absol
  • Stunky
  • Purrloin
  • Vullaby
  • Phantump
  • Dreepy

Level Ball / Fast Ball / Friend Ball / Lure Ball / Heavy Ball / Beast Ball

  • Got tired of listing them, please ask, I might have. Especially if the ball design fits the Pokemon's aesthetic
πŸ‘︎ 2
πŸ’¬︎
πŸ“…︎ Dec 24 2021
🚨︎ report
"The path of no return, they said."
πŸ‘︎ 51
πŸ’¬︎
πŸ“…︎ Dec 27 2021
🚨︎ report
From living rooms to landfills, some holiday shopping returns take a 'very sad path' npr.org/2022/01/12/107206…
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/Hrmbee
πŸ“…︎ Jan 14 2022
🚨︎ report
β€œFrom living rooms to landfills, some holiday shopping returns take a β€˜very sad path’” npr.org/2022/01/12/107206…
πŸ‘︎ 15
πŸ’¬︎
πŸ‘€︎ u/Ok-Grapefruit8338
πŸ“…︎ Jan 13 2022
🚨︎ report
Was anyone else hoping that we’d get more path options this time around? I at least expected to get the return to jp paths but ig not, it just gets kinda uncreative when your only options are grey and orange. For example look how great this path mod looks from Demansia
πŸ‘︎ 111
πŸ’¬︎
πŸ‘€︎ u/JR9199
πŸ“…︎ Nov 18 2021
🚨︎ report
Currently on the path to affiliation, will follow for a follow, if you can spare a bit of time I will also return the favour
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/initialword
πŸ“…︎ Nov 28 2021
🚨︎ report
From living rooms to landfills, some holiday shopping returns take a 'very sad path' npr.org/2022/01/12/107206…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/dipperdog
πŸ“…︎ Jan 14 2022
🚨︎ report
Daigo's KEMONOMICHI 4 ("THE PATH OF THE BEAST") is now Live. Highest level competitive exhibitions of Super Street Fighter 2, Puyo Puyo Tetris, Bullet Hell Shoot Em Ups, and Street Fighter 5! (For SF5, Tokido returns to Kemonomichi to face Kawano) twitch.tv/daigothebeastv
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/Emezie
πŸ“…︎ Dec 30 2021
🚨︎ report
With what is know so far, is it more likely the future of Covid-19 will take the path of the seasonal flu and return with a slightly different strain annually or more like the common cold with many different strains existing simultaneously and constantly mutating to adapt?
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/SC-DeFlorio
πŸ“…︎ Dec 10 2021
🚨︎ report
Jen Psaki points out "vaccinated people want to return to some version of normal" -- Masks and vaccination are the quickest paths back to "normal." boingboing.net/2021/09/09…
πŸ‘︎ 48
πŸ’¬︎
πŸ‘€︎ u/memoriesofcold
πŸ“…︎ Sep 10 2021
🚨︎ report
Currently self-employed, but struggle with asserting myself and staying committed both in professional and personal matters. History of depression/anxiety/trauma and mind-body illness. Diagnosed ADHD. Since my Saturn return began, feeling unable to see any clear paths forward or identify strengths.
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/stubbornpine
πŸ“…︎ Dec 08 2021
🚨︎ report
In the return of the jedi, at the beginning when Luke enters jabba's palace, there are 2 guards that block his path. It appears that luke force chokes them, but I thought force choking was a dark side power. Does luke flirt with the dark side of the force or is there something else he is doing?
πŸ‘︎ 25
πŸ’¬︎
πŸ‘€︎ u/enorman81
πŸ“…︎ Oct 03 2021
🚨︎ report
[97.3 The Fan] "Everything is sounding positive. I saw him and thought there was significant improvement. I feel if we can continue this pace, I'm really confident we're on a path for him to return to play." Tingler on Tatis Jr twitter.com/973thefansd/s…
πŸ‘︎ 207
πŸ’¬︎
πŸ‘€︎ u/Fernando2756
πŸ“…︎ Aug 06 2021
🚨︎ report
Return to the circle undone new path question (SPOILERS)

To all those who have done some runs through RTTCU, how have you found getting access to the witches coven?

I just played my first blind run of the first scenario 2 handed with Norman and Rita, and was surprised to see the win condition of the new act 4 card which allows you spend 2 per investigator clues if there are MORE THAN 1 per investigator exhausted witches at the witches circle.

Now, to be fair if I'd known this going in I could have easily fulfilled that requirement because I had 2 witches on Rita, but i killed one of them with her evade ability just before advancing to act 4. I then dragged one with me to the location and then spent a few turns just evading them and Anette and hoping to draw a third witch to evade. It never happened and I had to just grab the clues and advance as normal not least of which because of the extra doom that builds on agenda 2.

obviously had I got prior knowledge I'd have known not to kill the one witch, so that's fair ebough. Now I'm not sure if I missed something that makes it easier to draw enemies? There are only 5 witches including Anette in the whole scenario, and even if you've avoided killing them, it's still very possible to never draw enough witches to get a chance at the witches path. And this is literally scenario 1. Maybe that's to give you chance to just easily restart and try again, but it felt a tiny bit bad to (presumably) get locked out of the new path immediately and it seems super hard to ever even start the new path in future playthroughs too.

Have I just totally overlooked something here or is it really this hard to access the new content?

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/Renzokuken1987
πŸ“…︎ Oct 26 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.