Maxim Shiryaev
Maxim Shiryaev
``` function wc1c_manage_taxonomy_custom_column($columns, $column, $id) { if ($column == 'wc1c_guid') { $guid = get_woocommerce_term_meta($id, 'wc1c_guid'); list($taxonomy, $guid) = explode('::', $guid); $columns .= $guid ? "$guid" : '–'; } return $columns;...
Please, consider async/await interface for the library. Some frameworks require Promises (async) to get data from instead of callback(err, data). As a starting point you can use this code fragment...
Please, add cacheQuery to the Options interface in index.d.ts. And a `callback` argument in `pool` should be optional: `export function pool(max: number,options: Options, callback: DatabaseCallback): ConnectionPool; ` should be `export...
# `ion-label` inside `ion-item` aligns wrongly or disappers if custom **Angular** component is used in this `ion-item` when stacked or floating label position is set - because `item-label-stacked` class is...
The component arbitrary scrolls several time up and down when a user scrolls the week view vertically. It looks like onScroll handler is called redundantly or even generates a recursion...
Now in month view calendar plus event list below are scrolled as a whole. It would be great to make events list scrolled independently keeping calendar fixed at the top....
The component generates core.js:5967 ERROR TypeError: Cannot read property 'find' of null - when items are loaded async from observable like `[items]="port | async"` and the value is set in...
Please add an option to hide disabled items. Reason: Its' impossible to just filterd out items beforehand because a text (itemTextField) for an item value (itemValueField) cannot be found in...
Add `itemDisabledFiled` option to avoid attaching entire `disabledItems` list. This way an item in addition to `itemValueField` and `itemTextField` would provide its `disabled` status.
**This issue participates in bounty program, see https://github.com/graphql-dotnet/graphql-dotnet/blob/master/BOUNTY.md** **bounty amount: $100** Tasks to be done: 1. Add new sample project demonstrating Schema-First approach. 2. Add documentation page regarding samples provided...