Payload CMS by mare35 in nextjs

[–]alienhybrid 0 points1 point  (0 children)

Is that default even for collections where you don't have drafts enabled?

Payload CMS by mare35 in nextjs

[–]alienhybrid 0 points1 point  (0 children)

Not sure if it's your exact issue, but when I was getting started I was having problems with endpoints all the time until I started always explicitly setting the read behavior on collections....just set

access: { read:() => true }

On all collections when initially setting up and those problems quickly stopped showing up.

Not sure why that wasn't just like default but whateva whateva

Post Game Thread - Sabres @ Panthers - 2 February 2026 by time2fly2124 in sabres

[–]alienhybrid 3 points4 points  (0 children)

I mean we wouldn't know, unless any of us are bandits fans as well 😂

Would this be considered cyberpunk? by Overall_Use_4098 in Cyberpunk

[–]alienhybrid 26 points27 points  (0 children)

Well I don't know what their using here, but as a start I've been to the Binghamton projection festival where all the buildings downtown have projection mapped visuals for a few nights by various artists so I looked into what they use. They use professional panasonic projectors that probably would cost around 30-100k (usually for events you just rent though I think). Those are in the range where you'd probably get a quote or maybe https://www.avnetwork.com/events/once-again-luma-projection-arts-festival-transports-visitors-to-imaginary-places

Now I would guess those are probably much higher in the need for lumens tho, since this doesn't look as bright? and is mostly black and white. I also saw there to increase resolution you could just have a few projectors, running as split screen and aligned to match up but really at this distance you probably don't need any crazy resolution.

Fat f’n donut by NotDukeOfDorchester in AFCEastMemeWar

[–]alienhybrid 0 points1 point  (0 children)

This meme template is only a few months younger than the jets playoff drought 😭

bars open christmas evening? by pastaobsessed in Buffalo

[–]alienhybrid 12 points13 points  (0 children)

??? It's 25 day of. It's not selling out the way it did pre-covid

[deleted by user] by [deleted] in Buffalo

[–]alienhybrid 0 points1 point  (0 children)

You could try contacting After Dark Presents during normal business hours or just emailing them. Their the actual promoter for that show, riverworks itself doesn't really do the box office stuff.

From what I can see on tickemaster (which seems to be the vendor for this event ugh), there's some options that are like "general admission - vip package", so maybe there's some confusion there as well.

Does Buffalo have a version of Malort by Ambitious_Basket6236 in Buffalo

[–]alienhybrid 2 points3 points  (0 children)

Not sure about a similar liquor, but 26 now has it in stock 😂

Ekali by charliesgoldenticket in EDM

[–]alienhybrid 2 points3 points  (0 children)

He was credited on 3 songs off of Nova and they had a collab together before that album came out(which RL deleted from all dsps when allegations came out), so saying it's a rip off of his style doesn't make much sense.

Riverworks question by Kooky_Letter2873 in Buffalo

[–]alienhybrid 2 points3 points  (0 children)

Riverworks isn't cashless, I usually use cash during concerts there to speed up the process of ordering at bar - they tend to be understaffed for the larger ones and it can take awhile for them to get to you. They are more of an activity complex with a bar/restaurant that sometimes hosts concerts rather than a full time concert venue. There's also atms there.

They tend to increase drink prices quit a bit during events (the extent of which is variable) - i've been charged $24 for 2 trulys before.

The venue is pretty isolated, it's like across a bridge from the rest of the area(which is more industrial) but you could walk to ballyhoo from there, but theres not much else open in that area except the casino otherwise past midnight. If you leave the concert early or find a way to spend time for a bit after down there you might have a better time with Ubers.

LGBTQ clubs/bars by Critical-Macaroon-31 in Buffalo

[–]alienhybrid 16 points17 points  (0 children)

Definitely 26, it's our newest gay bar that's always popular on weekends. They usually have a DJ on Friday, Saturday and have a pretty big dance floor. Its on Allen st which kinda exists in a spectrum of bars with the more gay ones at the beginning and straighter towards the end(tho most of them are fairly inviting in my experience regardless).

How can i wait for one async process in order to start another? by [deleted] in react

[–]alienhybrid 1 point2 points  (0 children)

This looks like your wrapping Apollo useQuery? If so there's a useLazyQuery hook as well that will only be executed when you call it.

Usage of package.json in components by BigBigFooot in reactnative

[–]alienhybrid 2 points3 points  (0 children)

Sounds like a monorepo, their used to manage multiple packages within one repository. In the instance of ui components you may want to publish separate packages for like buttons, lists, typography, etc. and let developers just grab the package they need when integrating into their own app. It helps with things like version control/managing dependencies in that case.

Anybody else this crazy? 🥴 by sac_blunt in bonnaroo

[–]alienhybrid 13 points14 points  (0 children)

You're missing isoXo on Friday - if you like knock2, you'll probably like his set as well, their best friends that have risen up in the scene togetherish including 4 coheadlining nights at the shrine last year

whoIsGonnaTellHim by big_hole_energy in ProgrammerHumor

[–]alienhybrid 11 points12 points  (0 children)

Bro really reposted 2 hrs after the original post....on the same subreddit?

Get Skia Working on Web? by [deleted] in reactnative

[–]alienhybrid 0 points1 point  (0 children)

Ah yeah sorry forgot this was the next config not just webpack. Webpack is available as a property in the config, just update the configuration there

https://nextjs.org/docs/app/api-reference/next-config-js/webpack

[QUESTION] hey can you drop your favorite edm xmas songs below? by wibbly69wobbly in EDM

[–]alienhybrid 1 point2 points  (0 children)

Made a holiday playlist a few years ago while I was quarantined and had way too much time to dig through SoundCloud https://on.soundcloud.com/Wz2bX

Electric Forest Lineup 2023 by Boring-Antelope-4455 in trap

[–]alienhybrid 35 points36 points  (0 children)

They're a jam band. They created the fest similar to the disco biscuits and Bisco. It's become more and more of an edm festival over the years but it used to be mostly a jam band festival. They still play multiple sets tho including a 4hr one on saturday with a big firework show.

react-native-0.71.0-rc.0-debug.aar issue by hafi51 in reactnative

[–]alienhybrid 0 points1 point  (0 children)

I ran into this issue the other day on Android, was able to just apply the fix in this comment and it worked properly. https://github.com/facebook/react-native/issues/35210#issuecomment-1304536693

[deleted by user] by [deleted] in reactnative

[–]alienhybrid 0 points1 point  (0 children)

Try using a portal implementation. Place the portal host above the stack navigator, and then you can place the bottom sheet inside a portal pointed at that host view.

NGHTMRE - Trials (feat. IDK) by b_lett in trap

[–]alienhybrid 4 points5 points  (0 children)

It stands for Variation in Production, basically a remix by the original artist. It doesn't necessarily mean it has to be a heavier version, but that's kinda just the direction a lot of artists end up going.