serializer
Here are 463 public repositories matching this topic...
-
Updated
May 29, 2020 - C#
I don't see a link in the README.md that lets people get to the docs that cover the API for this package... can that be added?
This:
using ZeroFormatter;
namespace ZfcHint
{
[ZeroFormattable]
public class TypeHint
{
// zfc analyzes UnityEngine.Vector3[] type and register it.
[Index(0)]
public UnityEngine.Vector3[] Hint1;
}
}
Produces:
Unhandled Exception: System.Exception: Public property's accessor must be virtual. TypeHint.Hint1.
Also tes
-
Updated
Apr 23, 2020 - PHP
-
Updated
May 31, 2020 - PHP
The documentation at Sitepoint is actually very much explanatory than the "official" one at jsoniter
I suggest you include the Sitepoint link in the official [jsoniter](http://jsonit
Graph().parse("some-file.ttl", format="turtle") is a common way to load RDF into an rdflib Graph. We have methods such as rdflib.util.guess_format() to guess format from the file extensions so what we need now is for guess_format() to be triggered automatically if format is not given so parse() can be used like this:
Graph().parse("some-file.ttl")
-
Updated
May 19, 2020 - C#
-
Updated
May 24, 2020 - Go
-
Updated
Mar 28, 2020
rendering a component with <> ... </> seems troublesome and often return null instead of children
functional-component.js
import React from 'react';
export default ({ message }) => <span>{message}</span>;
component.js
import React from 'react';
import FunctionalComponent from './functional-component';
export default ({ message, show }) => {
return (
<>
The serialization docs say the following:
ref: If present, it's considered as a relationships.
id: Configurable identifier field for the resource. Default: id.
I don't understand what one is doing over the other? What if I specify a ref but no id, and there is no id field?
Happy to contribute to clarify docs once I understand the difference.
Thanks.
-
Updated
Apr 23, 2018 - Java
-
Updated
Apr 11, 2020 - Ruby
-
Updated
May 15, 2020 - JavaScript
-
Updated
May 27, 2020 - Ruby
Customers shouldn't be using public-preview-pnp branch for most part but should instead be on public-preview. At least one customer ended up wasting some time on wrong branch.
We should put into readme.md for ./digitaltwin_client so that branching is more clear.
Serialization format
Hello Riki, your serializer looks very promising!
I'm wondering whether its physical format stable enough to be standardized?
Would be great to have a wire-compatible javascript version of the .NET serializer.
Existing formats like Json, Bson or MessagePack are quite limited (don't support circular references, etc).
Regards, Alex
TypeBinder example
-
Updated
May 9, 2020 - Ruby
-
Updated
May 19, 2020 - C++
According to the spec, the following query has an invalid syntax:
PREFIX : <http://www.example.org/>
SELECT ((?O1 + ?O2) AS ?O12) (COUNT(?O1) AS ?C)
WHERE { ?S :p ?O1; :q ?O2 } GROUP BY (?O1 + ?O2)
ORDER BY ?O12However, SPARQL.js parses it without throwing an error.
Relevant test: http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg08
Tes
-
Updated
Dec 23, 2019 - Go
The build in Travis-CI doesn't exercise the docs/build.sbt or forces the sbt.version to use for that build.
That is: playframework/play-json#145 was merged without addressing playframework/play-json#145 (comment)
Hello
the included 'documentation' files (pdf, rtf, doc, html) are not really a documentation, just an introduction that link to documents on the web. That would have been fine but sadly all the web links return 404.
e.g. http://docs.bayat.io/scripting-api/savegame/save etc
How to use this from the command line with rdfpipe to convert from one format to another (with optional {compaction,}) could be helpfully added to README.rst.
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
May 19, 2020 - C#
-
Updated
Mar 16, 2020 - Ruby
Improve this page
Add a description, image, and links to the serializer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the serializer topic, visit your repo's landing page and select "manage topics."
Currently, when
SortMapKeysis set totruein Config, map keys are sorted using a standard alphanumeric sort. It should be possible to specify a custom map key sorting function to use, in order to prioritize certain map keys over others.Example: Standard SortMapKeys behavior: