Gaea Ehrlich

Results 2 issues of Gaea Ehrlich

[useMounted](https://github.com/open-amdocs/webrix/blob/master/src/hooks/useMounted/useMounted.js) ### Explanation **Code example** ```js const Element = () => { const [state, setState] = useState('text'); const unmounted = useUnmounted(); useEffect(() => { setTimeout(() => { !unmounted && setState('no...

bug

The Azure SDK enables to append a string to the UserAgent header, it is being done by the OpenAIClientOptions.Diagnostics.ApplicationId. We need from SK to expose the same capability, perhaps by...

.NET
kernel