structured-data
Here are 190 public repositories matching this topic...
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use OpTransformerSpec and OpEstimatorSpec base test specs to provide tests for all existing transformers & estimators.
-
Updated
May 10, 2020 - C
-
I'm submitting a ...
[/] enhancement -
Summary
As a result of upgrading the Tensorflow version to 0.15.1, we should refactor all thedataSycnwitharraySync. This will greatly improve the overall readability of the code.
-
Updated
Jun 1, 2020 - Python
One of my blogs consists of a series of fairly short notes on current events and suchlike. I do not set the titles for them.
When both the WP and the SEO Pack titles of a post are missing, SEO Pack ignores the Post Title Format setting. For example, it may be
%blog_title% | %post_author_firstname% %post_author_lastname%
But it fails to rewrite the title to that or any other value in that
Hi!
I was wondering if you would have advice on how to use this interesting library in ASP.NET Core controllers so that roughly the following would work:
[HttpPost("[action]")]
public IActionResult Test([FromBody] Thing thing)
{
var e = (Person)thing;
return Accepted(new Uri("https://wwww.WhereToAskForResults.com"));
}
That is, accept JSON-LD data via a base classes.
-
Updated
May 13, 2020 - JavaScript
-
Updated
May 25, 2020
-
Updated
Dec 1, 2019 - JavaScript
IP restrictions are implemented on the client-side only and duplicate votes can be submitted from the same IP address. Documented in more depth here:
https://www.256kilobytes.com/content/show/10340/client-side-input-validation-exploit-in-kk-star-ratings-plugin
-
Updated
Jun 1, 2020 - Python
We need to understand how our users would like to use/add a story highlight widget on their articles.
Story highlights are a succinct single-article summary consisting of 3-4 highlight sentences that reflect the content of a news article. Automatically producing news highlights is a challenging task.
We have tested WordLift existing automatic extractive summarization to automate (or s
-
Updated
Apr 25, 2020 - HTML
With WooCommerce being such a popular e-commerce plugin for WordPress, representing products as such via Schemify should help a lot of people.
This would involve introducing the Product schema, as well as things like ratings, reviews, etc.
It appears that a fix to issue #78 was checked in to allow sorting numerically instead of an alphabetic sort for certain columns.
I skimmed the code, but am not sure how to force a particular column to sort numerically. Any pointers to documentation? Many thanks.
-
Updated
May 24, 2020 - HTML
-
Updated
May 26, 2020 - Rust
-
Updated
May 26, 2020 - Ruby
-
Updated
Mar 1, 2020 - C
Adding a link to the appropriate How-To-Article from our documentation(every time a schema type is selected) underneath the dropdown, the user can simply click on it and will get the help without searching.
Screengrab: https://monosnap.com/file/mJDYEffvhQqLzRBBfTFI0BFvmAHVPo
ref: https://secure.helpscout.net/conversation/1089246910/112472/
Right now, to view a schema I need to go into Admin and pull it up in the editor. I should be able to see a schema as a wiki page. This wiki page could be generated from the schema, not maintained manually as a parallel page. If someone has a clue how to add this, I'd be happy to take a crack at it.
-
Updated
May 30, 2020 - HTML
-
Updated
Feb 8, 2020 - Elixir
-
Updated
Jul 30, 2019 - Nim
Summary of proposed feature
Add url property to tests and presets that can be used to link to documentation, and display the the URL in the CLI when a test does not pass (ie on error or warning).
Purpose of proposed feature
Provide a way to reference online documentation to resolve issues, especially when a test fails.
Detail of the proposed feature
- If defined on a preset,
-
Updated
Apr 8, 2020
-
Updated
May 14, 2020 - HTML
-
Updated
Dec 13, 2017 - JavaScript
-
Updated
Mar 13, 2020 - JavaScript
Improve this page
Add a description, image, and links to the structured-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the structured-data topic, visit your repo's landing page and select "manage topics."
I tried building the docs, but was met with a graphviz error. Typically this means I can spend a few hours pecking away at the dependencies until I get stable build... or someone that has it working can export their environment, and publish an environment.yml that we can use with the build instructions.
I was going off of the d2l book since that's a dep here, but their [environment.yml](https://g