Quantcast
Channel: User Victor Ronin - Stack Overflow
Browsing all 38 articles
Browse latest View live

Comment by Victor Ronin on Silence logger for just one controller in Rails 6

@max Yes. It's our application controller.

View Article



Comment by Victor Ronin on difference between boot receiver and broadcast...

@MoustafaEL-Saghier I don't have a full example, however you can take a look at this: riptutorial.com/android/example/15019/…

View Article

Comment by Victor Ronin on Is token based authentication for gRPC adds...

Thank you. Special thanks for mentioning HPACK. This resolves in my mind the issue of having it in each call.

View Article

Comment by Victor Ronin on Max Date on PalmOS

OMG. Somebody just upvoted my answer. It's 2021 :-OOOO

View Article

Comment by Victor Ronin on How can I share some value between kubernetes pods?

Perfect. This is exactly what I was looking for.

View Article


Comment by Victor Ronin on How to use authenticated user's identity in...

I know, quite a lot of time passed. However, I wonder whether you got a good solution for this. I pretty much just asked very similar question: stackoverflow.com/questions/70176032/…

View Article

Comment by Victor Ronin on OAuth 2.0 flow to authentication via access token

Interesting. However, my gut feeling that going unauthenticated makes it really vulnerable.

View Article

Comment by Victor Ronin on How to use a static mutable reference in a loop...

@Netwave Thank you. You are absolutelly right. Haven't thought about it. CAn you please post the answer, so I can accept it.

View Article


Comment by Victor Ronin on Tokio select macro conditions and arm evaluation

Thank you @Netwave. This is exactly what I was looking for. I went for a walk and had a similar idea and it was amazing to come back and see you have a complete solution.

View Article


Comment by Victor Ronin on Tokio select macro conditions and arm evaluation

@cdhowie I have never used the old version. However, I agree, that old behavior made way more sense.

View Article

Comment by Victor Ronin on How to serialize/deserialize hyper::Request and...

@ColonelThirtyTwo I meant serializing it into/from bytes.

View Article

Storing a reference to array in swift

I want to pass an array to an object and store a reference to this array. I want to be able to modify this array within this object and make sure that it's modified everywhere else.Here is what I am...

View Article

Is there a way to change default font for your application

As I understand all standard controls use system font by default.Also, API [UIFont systemFontOfSize: ] uses system font too.Is there a way to redefine it for the whole application, instead of setting a...

View Article


How to check whether device is enrolled in MDM

I am looking for an API which will allow me to check whether MDM profile is installed on a device.It won't be submitted to AppStore, so private API are fine with me. However, it should work on jailed...

View Article

Using Amazon KMS service on Heroku

Has anybody tried to use AWS KMS on Heroku?On one hand, Heroku runs on AWS, so presumably it should work.On other hand, I haven't seen any references that it was used in Heroku.My main goal is to be...

View Article


Get the difference between two branches in Git

I did following (I simplified this comparing to a reality):created a branch Branch1, switched to itadded file File1 and modified existing file File2 and commited thisfigured out that I don't need...

View Article

struct with parentheses vs double parentheses in Rust

What is the difference between?struct Test();struct Test(());I understand that a struct can have tuples (unnamed fields). However, I am not sure what does (()) mean in such a case? That it's a struct...

View Article


Is token based authentication for gRPC adds metadata for each call?

I am reading through gRCP authentication and based on what I read, it looks like authentication info (token) is attached as metadata to each call (vs channel).Did I understand it correctly?The reason...

View Article

Is there a place to store per channel user state for gRPC services in .NET

I am playing with .NET gRPC. I implemented a simple gRCP server.I have a channel that will stay for a long time and over this channel. The server will get a lot of calls over this channel.I want to...

View Article

How can I share some value between kubernetes pods?

I have several pods which belong to the same service. I need to share a value between all pods in this service.Per my understanding, the shared volume won't work well, because pods may end up being on...

View Article
Browsing all 38 articles
Browse latest View live




Latest Images