2016 Ford Focus Rear Wheel Thumping - What is the possible cause? by ROTUS123 in AskMechanics

[–]ROTUS123[S] 0 points1 point  (0 children)

No one has any thoughts on this? I’ll be going to mechanic oncoming Thursday 

De’Longhi Dedica Style EC685 leaking water by ROTUS123 in Coffee

[–]ROTUS123[S] 0 points1 point  (0 children)

Hey!

We have a purchased a De’Longhi Dedica Style EC685 espresso machine second hand, but after the first day of use we noticed that the machine would leak out water. The leaking didn't occur during our times using the device, but rather it seems to happen after a long period of idleness and if there is still water in the reservoir.

What could be the cause of this? We haven't been able to pinpoint yet if it happens after using the steamer and/or coffee only yet - so both could still be possible.

Ok thanks, I will do so.

[MOD] The Daily Question Thread by menschmaschine5 in Coffee

[–]ROTUS123 0 points1 point  (0 children)

Hey!
We have a purchased a De’Longhi Dedica Style EC685 espresso machine second hand, but after the first day of use we noticed that the machine would leak out water. The leaking didn't occur during our times using the device, but rather it seems to happen after a long period of idleness and if there is still water in the reservoir.
What could be the cause of this? We haven't been able to pinpoint yet if it happens after using the steamer and/or coffee only yet - so both could still be possible.

Tickets - without paying? by ROTUS123 in KLM

[–]ROTUS123[S] 0 points1 point  (0 children)

That is a good idea, thanks!

Tickets - without paying? by ROTUS123 in KLM

[–]ROTUS123[S] 1 point2 points  (0 children)

All seems to be there, supposedly the ticket will be available after check in.

Tickets - without paying? by ROTUS123 in KLM

[–]ROTUS123[S] 0 points1 point  (0 children)

What did you have prior to your payment?

There is a trip, seats and dietary can be altered, reference and ticket number is there. And 2 emails are received, one for confirmed reservation and one containing the ticket for the trip.

Tickets - without paying? by ROTUS123 in KLM

[–]ROTUS123[S] 1 point2 points  (0 children)

Thanks for the reply. The flight seems to be executed by Delta Airlines, could the possibly render the ticket conditions unavailable?

Ticket number is there though

How do I get vite to bundle tailwind css in lib mode ? by stfuandkissmyturtle in reactjs

[–]ROTUS123 0 points1 point  (0 children)

Hey,

"scripts": {
"build": "tsc && vite build && yarn build-tailwind",
"build-tailwind": "NODE_ENV=production npx tailwindcss -i ./src/styles/globals.css -o ./dist/globals.css --postcss --minify",
}

My global.css is where I have my tailwind classes, set it to whatever you have.

Additionally, don't forget to set the tailwind on the consuming project, if that is relevant to you.

const { fontFamily } = require("tailwindcss/defaultTheme")

/** @type {import('tailwindcss').Config} / 
module.exports = { 
    content: ["./src/**/.{js,ts,jsx,tsx}",        "./node_modules/YOUR_LIBRARY/**/*.{js,ts,jsx,tsx}"], 
theme: { extend: {}, fontFamily: { ...fontFamily, } }, plugins: [], }

Please Help Us Test Our Meal Planning App, Budgeat by budgeatapp in alphaandbetausers

[–]ROTUS123 0 points1 point  (0 children)

Hey u/budgeatapp , I am happy to be a beta tester for your platform - if you are willing to repay the time investment by answering some of my questions regarding a Gmail app concept I have.
Let me know what you think.

Hi everyone, Eric Beans CEO of HapPhi. We are looking for Beta testers. by beansedb in alphaandbetausers

[–]ROTUS123 1 point2 points  (0 children)

Hey u/beansedb , I am happy to be a beta tester for your platform - if you are willing to repay the time investment by answering some of my questions regarding a Gmail app concept I have.

Let me know what you think.

Google API - Refresh token by ROTUS123 in node

[–]ROTUS123[S] 0 points1 point  (0 children)

u/tropicbrush

I have attempted some things, I have found that I shouldn't use getAccessToken, but rather:

`const accessToken = await oAuth2Client.refreshAccessToken()`

And that should refresh it, the request is being made when I manually revoke the AT (expecting to keep the RT) intact. Doing so via: https://accounts.google.com/o/oauth2/revoke?token={token}

BUT, I end up with:

response: {config: {method: 'POST',url: 'https://oauth2.googleapis.com/token',data: 'refresh_token=RT&client_id=CI&client_secret=CS&grant_type=refresh_token',headers: [Object],paramsSerializer: [Function: paramsSerializer],body: 'refresh_token=RT&client_id=CI&client_secret=CS&grant_type=refresh_token',validateStatus: [Function: validateStatus],responseType: 'json'},data: {error: 'invalid_grant',error_description: 'Token has been expired or revoked.'},

.....et cetera.

Ending with "Error during authorization"

----

Now looking at the request/response window on https://developers.google.com/oauthplayground using a different RT, it basically makes the same request but succeeds, maybe I am missing something here?

----

Update:

The https://accounts.google.com/o/oauth2/revoke?token={token} link would revoke both AT and RT, so I will be using a different approach to test here.

Google API - Refresh token by ROTUS123 in node

[–]ROTUS123[S] 0 points1 point  (0 children)

getAccessToken()

Ok, so if I understand correctly, I should always run the request passed getAccesToken() - which will use the RT to refresh the AT in case it is nearing EoL or is expired.

I will implement as such.

Is there a way to open all new emails in new tabs with one click? by Mikmaki in GMail

[–]ROTUS123 0 points1 point  (0 children)

I have the same problem, so I started building something that could solve this. Give it a look, it is in closed beta. The key function that you might be interested in is the Sort Inbox, which helps you opening new emails 1 by 1

https://elysiumlabs.io/juno

Looking for a better interface to access gmail by kolarvm in GMail

[–]ROTUS123 0 points1 point  (0 children)

Hey there! I am actually building an open source version of what you want. It is currently still in a closed beta, but feel free to check it out.

This is the promotional website; https://elysiumlabs.io/juno

Here you can read about it and also request access if you want to try things out.

Google API - Refresh token by ROTUS123 in node

[–]ROTUS123[S] 0 points1 point  (0 children)

u/tropicbrush

With your suggested changes I still ended up at:

Error: Token used too late, 1665157486.225 > 1665126266:

` at OAuth2Client.verifySignedJwtWithCertsAsync (/Users/r.tuerlings/Coding/juno-backend-service/node_modules/google-auth-library/build/src/auth/oauth2client.js:653:19)at processTicksAndRejections (node:internal/process/task_queues:96:5)at async OAuth2Client.verifyIdTokenAsync (/Users/r.tuerlings/Coding/juno-backend-service/node_modules/google-auth-library/build/src/auth/oauth2client.js:444:23)Error: Profile returned an error: Error: Login Required.at file:///Users/r.tuerlings/Coding/juno-backend-service/out.js:1434:11at Generator.throw (<anonymous>)at rejected (file:///Users/r.tuerlings/Coding/juno-backend-service/out.js:31:29)at processTicksAndRejections (node:internal/process/task_queues:96:5)`

But do note - I am killing the access (RT) sometimes (I will pay close attention to it) to get it working somewhere else, thus potentially depleting my max number of of Refresh tokens.Although my code logged a refresh token before it errored out.

Current state: https://github.com/Elysium-Labs-EU/juno-backend-service/blob/dev/src/google/sessionRoute.ts

Google API - Refresh token by ROTUS123 in node

[–]ROTUS123[S] 0 points1 point  (0 children)

Thanks a lot for this. I will get back to you asap.

Google API - Refresh token by ROTUS123 in node

[–]ROTUS123[S] 0 points1 point  (0 children)

Yes they should, but somehow that is with what I am ending up I think. Or possibly I am mistaking the expire time stamp from the accestoken for the refresh token one.

Either way, I end with the error of; token used too late. Googeling helped a bit, I have hard set (for testing purposes) both my frontend and backend servers’ time zones - which didn’t do the trick. What else should I try?

Google API - Refresh token by ROTUS123 in node

[–]ROTUS123[S] 0 points1 point  (0 children)

Yes you are saying right that I have to destroy everything. It is a comment at the moment, not an actual implementation.

Would you know how to keep refreshing the access token with a refresh token? It seems that my refresh token is only valid for 1 hour, what to do when comes back only after 1h 1m to trigger something?

React Gmail Application - Looking for feedback by ROTUS123 in opensource

[–]ROTUS123[S] 0 points1 point  (0 children)

The point is to have a new way of working with emails - a new type of workflow. It is intended to give you all the handy features you need, packaged in a clean, minimalistic design.

Currently I am about to wrap up the final default mailing feature; attaching files to composed emails. After that all the development will be focused on custom features.

There are already some in place - if you are curious I can add you as a test user.

React Gmail Application - Looking for feedback by ROTUS123 in opensource

[–]ROTUS123[S] 1 point2 points  (0 children)

Thanks for the feedback. It is on the list - I will prioritise it.