Lawrence Wang

Results 10 issues of Lawrence Wang

I'm opening this issue based on my observation that Medium autofocuses the contenteditable even when `autofocus` is set to `false`; and on the "static analysis" of the code that the...

It would be helpful to be able to have separate .env files for ios vs. android platforms. I would be interested in developing this myself and creating a PR if...

Root cause: the dev server startup process blocks on this line: https://github.com/vercel/vercel/blob/82ba9324471e7bf3f4426793c86694fdeb4530a4/packages/cli/src/util/dev/server.ts#L2174 which uses the `is-port-reachable` module https://github.com/vercel/vercel/blob/82ba9324471e7bf3f4426793c86694fdeb4530a4/packages/cli/src/util/dev/server.ts#L2468 which does a `net.Socket.connect` check with a blank hostname ([source](https://github.com/sindresorhus/is-port-reachable/blob/v3.0.0/index.js#L17)) which in...

### Related Issues > Fixes #7504 #### Tests - [ ] The code changed/added as part of this PR has been covered with tests - [ ] All tests pass...

I'm using [karma-bro](https://github.com/Nikku/karma-bro/) to provide browserify support for karma, and it looks like there's a race condition between the preprocessing and the running of tests. It only happens with grunt-karma,...

i.e. if i call it with `address(0)` it reverts with "ds-proxy-target-address-required" as expected, but if i call it with `0x0000000000000000000000000000000000000001` no revert occurs. Is this expected `delegatecall` behavior?

When I generate a coverage report with Jest for [my Typescript project](https://github.com/coordinape/coordinape), the `import` statements at the top of each Typescript file do not count toward the total number of...

# Bug report ## Describe the bug [maybe_single](https://postgrest-py.readthedocs.io/en/latest/api/request_builders.html#postgrest.SyncSelectRequestBuilder.maybe_single) is supposed to return None when the query returns no rows. But now it throws an APIError: ```postgrest.exceptions.APIError: {'message': 'Missing response', 'code':...

bug

Do you have any plans to have this extension support viewing dependents instead of dependencies, i.e. all files that depend upon the entry file, instead of the other way around?

### Brief Description Update the openai dependency to the newest version >=1.0 and adapt Vocode to work with its changed API surface ### Rationale Upgrading to 1.0 would allow easier...