Details
Joined devRant on 9/13/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@sjwsjwsjw
just pulling the eventHandler up to do the work against variables pulled up, then passed down to child worked
i dont understand and still hate react -
@antigermgerm I don't think the child component is pure at the moment.
It needs to change a parent component variable to unpause the urql query, which would be the data rendered by the child component.
I have a working solution that has the lazy loaded query data which is kicked off by first hover, all together in the child component.
Problem is the stubbing that out for storybook test data, which seems neatly solved with a react useContext, but I was asked if we can work around this. Leading me to my original post. -
possibly this https://github.com/aws/aws-cdk/... idk
-
@feuerherz I did, but it's still the same stack trace being printed which is too long and somewhere earlier up the chain truncated itself
-
I hate trying to type on phones in general
-
why does it work when I specify a default region in AWS config, is this shit not reading or using the region of the profile?
-
@electrineer automate faking an autosave by having it attempt a commit and push every X time units
-
@C0D4 I don't see how I can overwrite the custom env var at the moment to override the default maximum value up or down .
-
i've always regretted being born but it's more intense when this is supposed to be a small & easy ticket
-
@MammaNeedHummus fix bug and add tests , cover up was a poor choice of words on my end
-
@asgs people telling us what is broken, and finding out who owns it or where it's getting used
-
@PaperTrail nah internal, but i have heard that amazon supposedly lies about downtime or incidents for their services, dunno if that got better over
-
@Demolishun not mangled but there's <function name description>-myUsername-<other function name description>
so now I have to shorten my username or find where the other 2 function names are coming from and make them shorter
grokking our codebases did not find either of the 2 other function names yet
i'd think even if it was an AWS config we might have it under source control but alas -
the new key and cer file names also were changed
welp,
but things ran green now but have to test if they were actually working fml -
@iceb principle, distinguished, director, i dont keep up with the word salad as im not good enough to be at that level
-
nobody told me to fuck off, so that's a success
-
fuck u networks
-
why the fuck would spring need me to have an unused import of the DefaultCredentialsProvider for the autowiring of a AwsCredentialsProvider
-
this comic seared itself into my mind years ago https://i-programmer.info/news/...
-
@retoor How do they do the dance of negotiations that require the information of how much time and effort they gotta spend to complete their work, to get paid to put food in the table, is the core of what I'm curious about.
-
@MammaNeedHummus merge request, pull request, synonyms whatever
-
switched browsers, seems to work better?
-
@electrineer no
-
@hitko You've done a better job expressing what I meant. I recently ran into an issue where I was adding to a yaml and I thought my changes were correct but they weren't.
Indenting mattering and I thought it looked correct , but it wasn't. It was a shitty debugging experience. -
To clarify, I've been so used to the jsons I've seen and worked with always being {} wrapped I just assumed that the outermost {} was a requirement. No parser writing or anything fancy.
-
https://youtube.com/watch/...
-
@alexbrooklyn
steps of stuff to do like a recipe for cooking -
@melezorus34 if you mean escape it like search for "\/fubar"
that doesn't work /shrug -
@atheist I try searching for exact text "/fubar"
and i get results including fubar instead of only /fubar which isn't what i'd expect -
bonus points if there are no logs, no steps to reproduce or the steps to reproduce dont reproduce the issue