Quantcast
Channel: User Gabriel Arghire - Stack Overflow
Browsing all 45 articles
Browse latest View live

Comment by Gabriel Arghire on Encoded url is not redirecting properly in...

What a simple and great answer!

View Article



Comment by Gabriel Arghire on Next JS: Warn User for Unsaved Form before...

Great answer! Deserves more attention!

View Article

Comment by Gabriel Arghire on Problem with select in redux-saga. Error: call:...

Thank you for your comment! I have added an extra line in my answer to underline that.

View Article

Comment by Gabriel Arghire on Encountering "Error: connect ECONNREFUSED...

Indeed, this was what I missing. In my case I needed 127.0.0.1

View Article

Comment by Gabriel Arghire on Auth0 SMS Passwordless Login receive...

Thank you so much for the docs provided. This one helped me: auth0.com/docs/api/authentication?http#get-code-or-link

View Article


Comment by Gabriel Arghire on Retrieve data from nodeJS buffer object

See this answer: stackoverflow.com/a/34980300/11322237

View Article

Comment by Gabriel Arghire on How to read a cookie with NextJs api?

Awesome answer!

View Article

Comment by Gabriel Arghire on How to set the next/image component to 100% height

More upvotes on this answer 🔝

View Article


Comment by Gabriel Arghire on MongooseError - Operation `users.findOne()`...

Thank you! Updated answer.

View Article


Comment by Gabriel Arghire on generate 18 digit unique number

The documentation of this functions says it is. Generate secure unique ID with custom alphabet.

View Article

Comment by Gabriel Arghire on Using stripe CLI to test webhooks in windows...

You need to use Command Prompt, not Powershell

View Article

Comment by Gabriel Arghire on Next.js: getStaticProps not updating fetch...

You're welcome, my friend 😇

View Article

Comment by Gabriel Arghire on Typescript: This expression is not callable....

Brilliant Fix option 2 : Fix at definition

View Article


Comment by Gabriel Arghire on TypeScript - conditional module import/export

How would you name it? 🤔

View Article

Comment by Gabriel Arghire on Can the MongoDB aggregation framework $group...

This solution is useful on small data, but if data grows the $push array will be too big. You may want to see this solution stackoverflow.com/a/22935461/11322237 or use $facet...

View Article


ng-select change color on disabled state for items in the option list angular

I am trying to style the disabled state for a list of options, using ng-select in Angular.What is the css class of ng-select for disabled state?

View Article

Answer by Gabriel Arghire for ng-select change color on disabled state for...

ng-select-disabledExample of usage:.ng-select-disabled > .ng-select-container { color: red;}Haven't tried, but it may also work just:.ng-select-disabled { color: red;}

View Article


Answer by Gabriel Arghire for Retrieving HTML5 video duration separately from...

Even though this question is tagged for Javascript, these days Typescript is pretty common so I would like to add a Typescript solution with no deprecation warnings or console errors and with a parsed...

View Article

Answer by Gabriel Arghire for Uncaught Error: Invariant Violation: Element...

Make sure you only return one PARENT CHILDThis will work<div><p> Something here </p></div>This won't work<div><p> Something here...

View Article

Answer by Gabriel Arghire for Center image in html button

button { display: grid; align-items: center;}Inspiration: [1]

View Article
Browsing all 45 articles
Browse latest View live




Latest Images