|
Hope you (and Herself) a very quick recovery.
Should be just like a flu.
"In testa che avete, Signor di Ceprano?"
-- Rigoletto
|
|
|
|
|
Wishing you both a speedy recovery.
>64
Some days the dragon wins. Suck it up.
|
|
|
|
|
OriginalGriff wrote: Interestingly, my left arm hurts as well - specifically about where I had my vaccinations ...
There are other possible medical causes for that which presumably are not relevant.
|
|
|
|
|
The evidence says it's probably relevant: it started just before I took the Covid test and it's still there ... if it goes away when my immune system finishes debugging the body, Occam's Razor will be applied.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Structural engineering is the art and science of molding materials we do not fully understand into shapes we cannot precisely analyze to resist forces we cannot accurately predict, all in such a way that the society at large is given no reason to suspect the extent of our ignorance. – Unknown.
Taken from the "The Embedded Muse" news letter.
|
|
|
|
|
Programming is the art and science of using crazy architectures and the latest whizzbang frameworks that we do not fully understand how to use to create code we cannot precisely analyze to meet customer requirements that we cannot accurately predict, all in such a way that the users are given no reason to suspect the extent of our ignorance. – Marc
|
|
|
|
|
I like yours better.
|
|
|
|
|
You've been spending way too much time in QA ...
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
I could not possible agree more with this one. I think it was meant in jest but, I feel like it is dead on.
ed
|
|
|
|
|
Life is the art of living with persons whose behaviour we cannot clearly predict, through circumstances which we cannot fully control, in such a way that society at large is given no reason to suspect that we are not fully happy. - Me.
|
|
|
|
|
While finding an ever-increasing number of places to hide the bodies.
|
|
|
|
|
Eating tacos is the art and science of folding yummy noms noms into corn shell, in which we cannot accurately predict if the ingredients will stay in place, in such as way that will give form to awesomeness upon consumption.
Jeremy Falcon
|
|
|
|
|
Jeremy Falcon wrote: Eating tacos is the art and science of folding yummy noms noms into corn shell, in which we cannot accurately predict if the ingredients will stay in place, in such as way that will give form to awesomeness upon consumption or afterwards. FTFY
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Pay men rue poor Judge (10)
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Remunerate ?
Anagram of men rue and rate (judge)
Pay = remunerate
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
|
|
|
|
|
You are up tomorrow!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
i have searched w/o success for software which outputs trace/logging info for each api call and which then permits playback . may i please inquire of any recommendations . thank you kindly
[EDIT] perhaps i should make clear the api to which i refer is my own i.e. not of OS . e.g. if a user calls my api and finds error he/she should be able to attempt repro w/ logging/tracing switched on in my library so i can then investigate upon playback .
modified 7hrs 15mins ago.
|
|
|
|
|
I suggest two things:
* You can google "rest api recording" or "rest api recording proxy"
* please remove your post and use the Q&A
"If we don't change direction, we'll end up where we're going"
|
|
|
|
|
thank you for recommending the web searches though i wish what i found did not fly over my head but i am not certain what was found fits my request . as for my request apparently offending your kind self i do not understand why that should be so as requesting such minor and brief "technical" advice is not unheard of here on Lounge . i am certainly not the first or only . no doubt there will be more and from others . now they will know what to expect from your kind self . i will gratefully accept your kind advice perhaps for greater elaboration on Q&A but as Lounge is presumably more viewed it seems useful to not delete and perhaps obtain some more brief advice .
|
|
|
|
|
megaadam wrote: please remove your post and use the Q&A
why ? its not a programming question, it s something that other people might also find useful ?
CI/CD = Continuous Impediment/Continuous Despair
|
|
|
|
|
Its totally fine now to post programming questions in the lounge. Members answer programming questions in the Lounge all the time.
However, OP's question was not a "programming question", but who really cares.
|
|
|
|
|
I would suggest using standard logger like Serilog, or Log4Net and dump your jason or whatever you want to log. It will be more flexible and stable compared to some all-around solution. Also, a piece of advice - apart from logging your calls in a file/email, record every API response in the DB, including errors. All of it.
Advertise here – minimum three posts per day are guaranteed.
|
|
|
|
|
It depends what your use case is. If you just want to intercept some API calls and play back to do some local testing, if they are HTTP/HTTPs based, you could always use Postman.
|
|
|
|
|
Are you on the server side or client side?
My latest experience with requesting/consuming data from a restful api has been dreadful.
If you are the provider, it's a pretty simple task to read your webserver logs into a gridview or something for analysis/playback. I know you probably don't want to roll your own, but it does have some real advantages.
"Go forth into the source" - Neal Morse
"Hope is contagious"
|
|
|
|
|
thank you for your kind reply . i know nothing re/ servers or clients or restful's . my library/application has nothing to do w/ websites as i know nothing about internet programming . it is a simple interface to local permanent storage . it seems to my surprise an api-record/playback software does not exist . i am quite willing even happy to write my own as it does not seem particularly difficult and i expect i would find pleasure in its successful implementation . i still do not understand why such does not exist as it seems a useful tool which means a profitable tool which means thousands of superior programmers would have written such prior . -Best
|
|
|
|