Marius A
Marius A
Hi, ## Version https://nhn.github.io/tui.calendar/latest/tutorial-example00-basic ## Development Environment Chrome ## Current Behavior 1. Create a 5 minute schedule from 15:40 to 15:45  2. Save ![Screenshot from 2019-10-15...
Hello NHN team, Would you please consider this new option for version 2: Background: we need to show only specific days of the week in calendar. Usually Mon-Fri (which works...
Found similar issue: https://github.com/vuejs/eslint-plugin-vue/issues/1633 **What rule do you want to change?** vue/singleline-html-element-content-newline **Does this change cause the rule to produce more or fewer warnings?** don't know **How will the change...
Hi, the getting started with cli doc relies on already having wikipedia pages crawled in the right format. To crawl other sites, what crawler do you recommend? I've found this,...
### Expected behavior Following https://github.com/vitaly-t/pg-promise/blob/master/typescript/README.MD with nodejs 16 ``` import * as pgPromise from 'pg-promise'; const pgp = pgPromise({/* Initialization Options */}); ``` ### Actual behavior gives `ERROR uncaughtException pgPromise...
Hi, The REST docs are quite clear, thanks! https://github.com/Shopify/shopify-node-api/blob/main/docs/usage/rest.md Would you please add an example on how to use pagination? https://shopify.dev/api/usage/pagination-rest Is there built-in pagination support, so we don't have...
## Overview For webhooks created via GraphQL, webhook data is still in REST format instead of https://shopify.dev/api/admin-graphql/2022-04/objects/Product#fields eg `product` has `created_at` instead of `createdAt`, `body_html` instead of `descriptionHtml`, no `media`...
# Issue summary Webhooks work fine, but now I just imported 3k products and got 11 validation errors ```js InvalidWebhookError: Could not validate request for topic products/create ``` without any...
## Overview/summary All Rest client requests (except `get`) must include ```js type: ShopifyDataType.JSON, ``` GraphQL client is smarter and doesn't require this: https://github.com/Shopify/shopify-node-api/blob/9a3f59d5cd51b50ddad093741dfbaab1f32a6d93/src/clients/graphql/graphql_client.ts#L45 Please have Rest client default type to...
# Issue summary The priceV2 & compareAtPriceV2 fields are missing from GraphQL queries, although they are documented at https://shopify.dev/api/storefront/2021-10/objects/ProductVariant#top Probably this isn't the best place to report, but also tried...