James Zhao

Results 10 issues of James Zhao

## Checklist - [x] I've updated to the latest released version - [x] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-business-sdk-codegen/issues) - [x] I've looked for existing answers on [Stack Overflow](https://facebook.stackoverflow.com) and...

bug

Currently, the `lookalike_spec` has a type of `string`, which will give the following warning. ``` UserWarning: value of lookalike_spec might not be compatible. Expect string; got warnings.warn(message) ``` However, this...

CLA Signed

#### What's the problem this feature will solve? This allows me to gather all failed files quicker, I don't need to know whether the remaining tests passed in this file....

type: enhancement
type: proposal

It only exports the module configurations. It would be nice to export all the materials needed so I can do my own calculations.

Transaction works with documents, but not edges. Platform info: * os: MacOS 12.6 * Arango: 3.10.2 * python-arango: 7.5.5 * python: 3.10.0 Sample code to reproduce: ```python def test_transaction(): client...

According to the [doc](https://yobaji.github.io/vue3-google-login/#one-tap-prompt), the snippet below will show a OneTap prompt: ``` ``` But that still shows the regular sign in button.

I had 12.9.5 on Mojave, playing over the local network on Windows's 12.9.5 did not skip any songs. Now I have 12.9.5 on Monterey and playing over network on Windows...

They should be equivalent, but mypy/pylance did not agree with this. To reproduce: * create a model with `thing = ListAttribute(of=UnicodeAttribute)` * write this line `the_thing: List[str] = model.thing` This...

I've installed Nokia_Connectivity_Cable_Driver.exe and restarted my PC, but Phoenix is still giving this error. Any idea how to make it work?

**Is your feature request related to a problem? Please describe.** I'm using this with electron, I've setup a local server within electron to get the token callback. How do I...

enhancement
question