-
### Describe the bug
Notification::create() works but when passing that into CloudMessage->withNotification(), the result is NULL
### Installed packages
```json
beste/clock 3.0.0 …
-
According to RFC-6570 in case of reserved chars the Fragment Expansion should differ from Reserved Expansion only in the prefix char. Here the Reserved Expansion do not expand reserved chars, but Frag…
C06A updated
11 months ago
-
I have a use case where I have some type of "file system", the api works the following way:
`/api/user/{id}/{+path_to_file}`
where path_to_file is the actual path to the file.
The problem is …
pepjo updated
9 months ago
-
According to RFC-6570 the only unencoded characters are from unreserved set and in case of Reserved and Fragment Expansions -- also from reserved set.
I try to use Cyrillic chars in the values and th…
C06A updated
11 months ago
-
### Is there an existing issue for this?
- [X] I have searched for existing issues and did not find anything like this
### Describe the bug
Certain strings seem to not be decoded properly by …
-
As I am reading RFC-6570 the asterisk is one of the reserved char and as such should not be encoded only in Reserved, and Fragment Expansions. It seems it is not encoded in Simple String and Path Expa…
C06A updated
11 months ago
-
This issue is to work towards deliver of an _implementer_ version of the Workflows Specification that can be used by interested vendors (or community members) to build prototype tooling and feedback t…
-
**Is your feature request related to a problem? Please describe.**
Some software, notably Prometheus, don't support passing authorisation information in a custom header, but only allow to set a limit…
-
We currently query encode path parameters which is not required by the openapi specification. Only query parameters need to be:
```dart
final x0 = Uri.encodeQueryComponent(x.toString());
…
-
### Describe the bug
I am trying to do a simple push. The plugin is registred in the bundles.php
```