-
### Describe your problem here.
hxcpp/debug/jsonrpc/Server.hx:86: Debug Server Started:
hxcpp/debug/jsonrpc/Server.hx:592: Failed to connect to vsc debugger server at 127.0.0.1:6972
Called from hxc…
-
Hi,
I'm cleaning up a table in a SQLite database that has not yet had its "ip" column added. This results in an array being returned from R::exec(..), even though it promises to return an integer:
…
-
### What version of Bun is running?
Bun v1.1.7 (Linux x64)
### What platform is your computer?
Linux 6.1.75+ x86_64 x86_64
### What steps can reproduce the bug?
i dont know where is bug come from…
-
I have a question about **how to determine the type of an object with uninitialized fields**, as a continuation of the discussion in [PR #3383](https://github.com/tc39/ecma262/pull/3383).
Let’s assum…
-
When working on https://github.com/elastic/kibana/pull/195916 I noticed that the `watch` promise is unhandled (RxJS's `subscribe` doesn't handle promises). This leads to Kibana crashing when in dev mo…
-
**Describe the issue**
The `request` package (which is required by `request-promise-native`) [has been deprecated](https://github.com/request/request/issues/3142) so we need to find an alternative wh…
-
I'm currently trying to use rquickjs to run the JS parts of https://github.com/pyodide/pyodide to be able to statically embed a python interpreter into a rust executable.
This is of course a very l…
-
**OS:**
- [ ] Windows
- [x] MacOS
- [ ] Linux
**Platform:**
- [x] iOS
- [x] Android
**SDK:**
- [x] `@sentry/react-native` (>= 1.0.0)
- [ ] `react-native-sentry` (
-
The documentation says about stopDownload that "the promise returned from the aborted downloadFile() call will reject with an error." This works fine on Android, but not on iOS: the download stops, bu…
-
I extended idris2-dom with the Types/Prims API for WebRTC, but now I am stuck because many of the APIs are returning a Promise. Actually the first API where I encounter that issue is `enumerateDevice…