-
Updated
May 28, 2022 - PHP
json-api

JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
Here are 2,936 public repositories matching this topic...
-
Updated
Apr 22, 2022 - PHP
-
Updated
Aug 21, 2021 - Python
Description of the Bug Report
SparseFieldsetsMixin
does not adjust field_names by configured format.
Fix:
class SparseFieldsetsMixin:
"""
A serializer mixin that adds support for sparse fieldsets through `fields` query parameter.
Specification: https://jsonapi.org/format/#fetching-sparse-fieldsets
"""
def __init__(self, *args, **kwargs):
-
Updated
May 28, 2022 - Java
If you PATCHed to /posts/1
, but send payload with a different id:
{
data: {
id: 789,
type: 'posts',
attributes: { ... }
}
}
We pay attention to the payload and not the URL - instead let's throw an error when there is a mismatch.
-
Updated
Oct 25, 2018 - Swift
If you r going to wait response,or block the goroutine in a getty session(tcp conection), task pool can not be null。
func (s *Server) newSession(session getty.Session) error {
var (
ok bool
tcpConn *net.TCPConn
)
// 省略部分代码...
session.SetTaskPool(srvGrpool)
return nil
}
ortherwise,handleTcpPackage() will blocked,led to the response missing
func (s *session
-
Updated
May 25, 2022 - JavaScript
-
Updated
Feb 12, 2022
-
Updated
Mar 31, 2021 - Dart
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Mar 28, 2022 - JavaScript
Currently the module
field on package.json
points to src/simpla.js
but really it should point to a separate build, that's been transpiled, but not bundled. This means that whatever module bundling system consumers are using will still be used, but it won't need to be transpiled. As it currently stands, users can come up against [this bug](https://github.com/facebookincubator/create-react-app
-
Updated
May 25, 2022 - PHP
-
Updated
May 29, 2022 - Java
-
Updated
Apr 10, 2022 - JavaScript
Please add arm64 release bin