Zac St Louis
Zac St Louis
FWIW I was able to resolve the issue via the option `OmniSharp: Select Project` where any selection "fixed" it.
I'm also getting weird TS errors when building for NextJS. `self` is defined but never used. Not sure why Next is throwing the errors but thought I'd comment hear to...
I seem to be having an issue with commitlint and worktrees but not this exact one (happy to create another issue if needed) Executable | Version -- | -- commitlint...
Brilliant. I was so focused on keeping my original class name that I never thought of aliasing it like that. Saved me an hour easy
Just pass the child component the width once. Use a variable, check if its set already, if it is undefined set it. if it isn't undefined dont set it to...
I had to run conda activate `env_name` you can list active environments with `conda info --envs`
I am new to firebase but if there is a way to regenerate the login token but not send it back to the user it would invalidate the token they...
in my setup (basic email signin only) hitting the login route and performing a signInWithEmail generates a new token and refresh token invalidating any old tokens. So you could easily...
ah I see what you mean. you can generate new tokens but if the user somehow attaches the previous token to their requests they are still technically 'valid'. logout is...
you can however revoke refreshtokens which is probably as close to a logout method as we will get