-
In client.dids.set.sms, the keyword arguments "sms_forward" and "url_callback" are being converted into boolean but are supposed to be int and str respectively.
`if "sms_forward" in kwargs:`\
` …
-
```
Something, like:
/**
* @param {Function} callback(HTMLElement element, String url)
*/
function foo(callback)
{
callback(document.createElement('div'), 'example.com');
}
Alternative:
/**
*…
-
```
Something, like:
/**
* @param {Function} callback(HTMLElement element, String url)
*/
function foo(callback)
{
callback(document.createElement('div'), 'example.com');
}
Alternative:
/**
*…
-
```
Something, like:
/**
* @param {Function} callback(HTMLElement element, String url)
*/
function foo(callback)
{
callback(document.createElement('div'), 'example.com');
}
Alternative:
/**
*…
-
```
Something, like:
/**
* @param {Function} callback(HTMLElement element, String url)
*/
function foo(callback)
{
callback(document.createElement('div'), 'example.com');
}
Alternative:
/**
*…
-
### Checklist
- [X] I have filled out the template to the best of my ability.
- [X] This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feat…
-
I was made aware that make-asynchronous does't import dynamic imports (https://github.com/sindresorhus/make-asynchronous/blob/7fce502f8c5f7d2a4af20f253e9dbb14c68fa21c/test.js#L68-L74). So I looked int…
-
```
What steps will reproduce the problem?
1. Be a user with google buzz disabled
2. Attempt to go through the OAuth UI flow for buzz scope
3. User is presented with a screen with a "close" button. Th…
-
delegate doesn't make the function flexible . Should I get the callback when the gif is loaded or couldn't be loaded using the escaping closure just like sd_webimage
`
```
public enum GifEve…
-
installed on my sd forge via the install by url.
gone to the setting and put in the folder as per guide
console error
```
[ComfyUI] [sd-webui-comfyui] Launching ComfyUI with arguments: --liste…