The Wayback Machine - https://web.archive.org/web/20200524161147/https://github.com/topics/data
Skip to content
#

data

Here are 5,921 public repositories matching this topic...

sheetjs
dandv
dandv commented Jan 6, 2020
const XLSX = require('xlsx');

const wb = XLSX.utils.book_new();

const ws = XLSX.utils.json_to_sheet([]);

XLSX.utils.book_append_sheet(wb, ws, 'Bug sheet');

ws.A1 = { t: 's', f: 'square' };

XLSX.writeFile(wb, 'formula.ods');

The resulting .ODS file contains:

<table:table-cell table:formula="of:=square" office:value-type="string"><text:p>undefined</text:p></table
raw
omrihar
omrihar commented Jun 29, 2019

I've been trying out knowledge-repo and came across multiple problems that seems to have resulted from following the old documentation on knowledge-repo.readthedocs.io. Looking through the issues it seems that several PRs modified the docs, but the changes didn't propagate yet to the documentation website. It might be a good idea to synchronize the two, so that new users can have a lower entrance

WebMechanic
WebMechanic commented Apr 24, 2020

Request type

  • Please close this issue, I accidentally submitted it without adding any details
  • New documentation
  • Correction or update

Details

Burried in the Formal Syntax is <media-or> that allows a list of media rules to use the or keyword. As I understand this change was added in [CSS Conditional Rules Module Level 3](https

matt-in-a-hat
matt-in-a-hat commented Feb 24, 2020

CKAN Version if known (or site URL)

2.7.5

Please describe the expected behaviour

When using "Add Filter" in a data tables resource view and entering a value with a space, it should continue to show the available values that match.

Please describe the actual behaviour

It stops loading values or allowing selecting a value once you've entered a space.
It seems that the query it

Parsr
altair
travigd
travigd commented Mar 29, 2020

Is your feature request related to a problem? Please describe.
Sometimes I have related models and I mention them in descriptions. This occurs fairly frequently when I have related models.

For example, I might have a separate Account and Profile types, and the description for Profile might be something like

Public-facing information about an `Account`.

It'd be awesome f

colinhicks
colinhicks commented Sep 29, 2016

Currently, changes to plugin information models need to be mirrored, manually in the respective README.md.

This proposal outlines a possible approach to:

  1. Generate the relevant portion of the README directly from the info model.
  2. Integrate into the existing plugin release process.

A: Create a doc-gen lein plugin to render an information-model map into markdown

  • Content should correspond

Improve this page

Add a description, image, and links to the data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.