-
### Symfony version(s) affected
6.2.2
### Description
When `CamelCaseToSnakeCaseNameConverter` is enabled, both `snake_case` keys and `camelCase` keys in array are denormalized to `public camelCase…
-
[core::0136::http-uri-suffix](https://linter.aip.dev/136/http-uri-suffix) has a `Known limitations` section which states:
> This rule naïvely assumes that the verb is always one word (the “noun” ma…
-
_What version of Sass Lint are you using?_
`v1.12.1`
_Please include any relevant parts of your configuration_
`.sass-lint.yml` Rules for `function-name-format` and `mixin-name-format`
```
rul…
-
### Version Information
Server Version: 2.21
### Environment
OSS
### What is the current behaviour?
Upgrading Hasura from 2.16.0 to 2.21.0 broke the mutations, since the `pk_colu…
-
Enum management in models generates an error.
Here's my model:
``` typescript
export default class Model extends BaseModel {
static selfAssignPrimaryKey = true
@column({ isPrimary: tru…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
I have this legacy database
CREATE TABLE days(
`id` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
`name` varchar(255) NOT NULL DEFAULT ''
);
```
CREATE TABLE events_has_days(
`ev…
libo updated
13 years ago
-
## 현황
- 백엔드에서 프론트엔드로 HTTP응답을 할 때, 예외가 발생한 경우 별도의 메시지를 담아 전송한다
- 현재 예외를 ExceptionHandler 클래스를 이용해 처리한 후 ResponseEntity에 담아 반환한다
- Swagger 특성상, ExceptionHandler에서 반환되는 값에 대해서는 자동 문서화를 해주지 않으므로 수작업으로 …
-
Consider the following example:
```C#
string value = "𐐀𐐨𐐨𐐀𐐨𐐨"; // surrogate pairs with mixed capitalization
Console.WriteLine(JsonNamingPolicy.CamelCase.ConvertName(value)); // 𐐀𐐨𐐨𐐀𐐨𐐨 should be 𐐨…
-
В URL не используется camelcase, лучше написать в snakecase!