Martin

Results 12 comments of Martin

Empty inputs are set to `None`, so for an optional parameter x with a default value of 5 you could write something like: ``` if x is None: x =...

```typescript export function useActiveAccount() { const { instance } = useMsal(); const [activeAccount, setActiveAccount] = useState(() => instance.getActiveAccount() ); useEffect(() => { const id = instance.addEventCallback((event) => { if (event.eventType...

> I was having a same issue today with the MATLAB language server. I recently changed the proxy environment variables. I noticed that I would get an error when trying...

Update from the conversation with [email protected]: The support ticket is still open, the responsible developer is currently looking at the issue.

> @mrtnbrst , One other thing that I have noticed is that if I delete my proxy environment variables. I have to restart my computer in order to get the...

The attached file is a .bru file, but those are not allowed to be uploaded, so I changed the file extension.

As mentioned above: **I did not run the tests as the command failed even before running the test**

> > I did not run the tests as the command failed even before running the test > > > As mentioned above: I did not run the tests as...

@jakebailey Here are some more details about my failed testing. ` node ./scripts/clean-node-modules.js pnpm install --filter plotly.js pnpm test plotly.js` This leads to: OS: Windows 10, node version 22.3 >...

I assumed it would run the code. I am supposed to run it [README](https://github.com/DefinitelyTyped/DefinitelyTyped?tab=readme-ov-file#testing): > Create types/foo/index.d.ts containing declarations for the module "foo". You should now be able to import...