-
As brought up in jsr356-experts:
[http://java.net/projects/websocket-spec/lists/jsr356-experts/archive/2013-04/message/6](http://java.net/projects/websocket-spec/lists/jsr356-experts/archive/2013-04/…
-
Hi,
I would like to create an URI template with a variable name starts with $ character. It doesn't work when I instanciate `UriTemplate` with a template string like this : http://localhost/foo/bar{?…
-
According to [RFC6570](https://tools.ietf.org/html/rfc6570), template strings are allowed to contain the broader set of characters from RFC3987] (above ASCII).
> Although the URI syntax is used fo…
-
I'm having an issue while trying to create a new user with this code:
```
$request = \Kreait\Auth\Request\CreateUser::new()
->withUnverifiedEmail($email)
->withClearTextPassword($password)
…
-
- Laravel Version: 8.7.1
- PHP Version: 7.3.17
- Database Driver & Version: NA
### Description:
Hello! During the composer update or composer dumpautoload I am receiving the following err…
-
```
@RequestMapping(value = "/items/{id}", method = RequestMethod.PUT)
ItemResponse updateItem(@PathVariable("id") final Integer id, ItemRequest request);
```
FeignClient is not throwing any Nul…
-
Currently there is no support for accepting a Hash or List of Pairs and converting them to query parameters in the GET request.
**Example**
```perl-6
$client.get('http://localhost/endpoint', fo…
-
I must be missing something completely. My usecase is a simple GET endpoint taking a list of Long ids and returning associated data.
I modelled the input parameter "ids" as
```
data class ProductI…
-
My apiary documentation is on http://docs.prateek2.apiary.io/
There clicking on "project" api and "get projects by criteria" then I get below console error
```
Uncaught Error: Invalid Variable Name "…
-
The current CSVW version and implementations mostly require ASCII-based URIs.
In Czechia (and Europe, Asia, etc.) IRIs (with UTF-8 characters) are quite wide-spread. IRIs are also standard in RDF 1.1…