-
This has two parts:
1. The "high level" bug is that inputs don't affect the `Tool.lang` correctly -- `Tool.lang` is determined only by the presence of an `-x` flag or the tool class itself, meaning…
-
This is a placeholder issue for creating IPIP to add support for storing explicit MIME/Content-Type in UnixFS DAG itself, like we already do for opt-in `mode` and `mtime`, and acting on its presence o…
-
### Describe the feature
The APIs for request context are missing a way to calculate the final payload size for a request. Currently, in the case of SNS publish of SQS send message routines, one pass…
-
```
Products such as the SB4000TL, SB5000TL, STP10000TL have multiple MPP trackers
and/or multiple strings.
For analytical purposes (e.g. performance statistics when using shadow
management), it wo…
-
We expect several features to be add-ins that plug in as connection middleware. Add a connection middleware to the sample in this repo.
Here's one example from Http2:
https://github.com/dotnet/asp…
-
Have you been able to verify your code against values sent over the air by Apple or Google?
We have a number of 'FD6F' advertising packets sniffed from the latest iOS 13.5 beta with 20-byte advert…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Platform
Android
### OS version
Android 13
### App version
5.2
### Current Behavior
si…
-
Here comes what Rainer mentioned in our meeting from July 2nd:
```js
const hasTouchScreen = function () {
let hasTouchScreen = false;
if ("maxTouchPoints" in navigator) {
hasTou…
-
When CloudSearch encounters an error while indexing documents, it returns fairly detailed responses, for example:
{"status": "error", "errors": [{"message": "The value of \"fields\" must be a JSON ob…
-
Given the following definition:
@consumes(MediaType.APPLICATION_JSON)
@path("myresource")
@produces(MediaType.APPLICATION_JSON)
public class MyResource {
@Consumes(MediaType.APPLICATION_JSON)…