depeele

Results 8 issues of depeele

We would like to make use of sg3_utils, but our disks are behind a RAID controller. It would be nice if sg3_utils had the ability to reach behind a RAID...

IT would be nice if hjson honored `toJSON()` in a way consistent with the standard `JSON.stringify()`. From [Mozilla Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON()_behavior) > If an object being stringified has a property named toJSON...

data.js looks amazing -- especially the offline caching and synchronization! I'd love to use it in a project I'm beginning. However, the **requirement** for two servers (node.js and couchdb) seems...

I'm relatively new to kubernetes and helm but I don't see a way to inject initialization scripts or more generally, initialize a database/tables/indices on install. In the [postgres helm chart](https://github.com/helm/charts/tree/master/stable/postgresql),...

enhancement
area/timescaledb-single

This pull request adds mix-ins to allow external styling of data-table-cell elements, both normal cells and those within a header. - normal cells : `--iron-data-table-cell` - header cells : `--iron-data-table-header-cell`...

Issue #10 (Any plans to support dynamic columns?) was resolved very quickly via PR #13 back in March 2016. I'm just diving back in to make use of `iron-data-table` only...

**Describe the bug** The removal of the datepicker-related [webpack configuration](https://github.com/themesberg/flowbite/blob/v2.3.0/webpack.config.js#L16-L25) and [src/plugins/](https://github.com/themesberg/flowbite/blob/v2.3.0/src/plugins/) between flowbite v2.3.0 and v2.4.0 introduced an error with SSR rendered code. This removal causes the full [flowbite-datepicker](https://github.com/themesberg/flowbite-datepicker)...

Some key values (e.g. 'insert', 'home', 'end') were basically lost. In these cases, the `input` value would be an empty string and the generated `key` data would contain no additional...