Harry Cruse

Results 11 comments of Harry Cruse

That's what I've been forced to do for now, but it would be nice if it wasn't necessary for all users of this library to have to turn on that...

You've probably worked it out by now given that this was 2 and a half years ago, but for anyone else finding this issue: I was able to create an...

@Rob-Hague thanks. I had tried that, but it only seems to be used when reading a file and is ignored when writing to a file

I guess another solution would be to make `PrepareHeaderForMatch` affect writing files as well, but that would be a breaking change to current behaviour so is a bit more risky

The problem is that I still want to be able to override the default by using a `[Name]` attribute. Most of my fields have a predictable mapping, but not all...

Here's the link to the ESLint v9 docs: https://eslint.org/docs/next/use/configure/configuration-files#reporting-unused-disable-directives > This setting defaults to "warn". It also has auto-fix, so running `eslint --fix` will automatically remove any unused disable directives...

Thanks, I didn't realise this was unmaintained. I'll maybe raise an issue on the forked one

@denysoblohin-okta every time anything on the page changes, React re-renders the components. I'm not sure I fully understand the question

I'm not changing `restoreOriginalUri`. The Okta code is changing the value of `restoreOriginalUri` on the `oktaAuth` object that I'm passing in on [line 54 of Security.tsx](https://github.com/okta/okta-react/blob/9c3c59a97e143beff23f90cb7a2208fce9e89d0a/src/Security.tsx#L54). Edit: To be clear,...

This is now done: https://www.npmjs.com/package/@types/xmlhttprequest