Tolga Paksoy
Tolga Paksoy
Hi @grutt thanks for your messages! The suggestion you provided has some issues: - As you said, Task itself is not in the DI container, and you want to be...
@grutt do you have any further thoughts on my last paragraph? > If we could, for instance, use the hatchetClient to enqueue tasks without having to reference (and thus inject...
> Yes, you can using the name string -- note you'll obviously need to pass the types into the generic if you want this to be typesafe > > const...
Yeah so the problem seems to be that Shop webhooks do not need to be registered via the Admin API. They are created manually in the shop right? I've never...
Hi, We have examples in our test suite that convert line breaks into `` tags here: https://github.com/paramander/contentful-rich-text-vue-renderer/blob/master/src/index.test.js#L690 Here is the full commit that adds that test: https://github.com/paramander/contentful-rich-text-vue-renderer/commit/733893d526aea1f8eeb13d3000dcff067946f66b Does this help?...
This is something I've ran into as well. Doing the following in a PG test table: ``` -- Sequence and defined type CREATE SEQUENCE IF NOT EXISTS test_id_seq; -- Table...
Yeah we're not setting `process.env.TZ = 'UTC'` anywhere in our application code. What ends up happening is `pg-types` and its dependency `postgres-date` ends up using `JSDate` to parse the `my_date`...
I would like to suggest the removal of `crypto-js` and moving to `node:crypto`. An unmaintained crypto package is not good imo.
Hi @pawelkrystkiewicz, I haven't looked into GraphQL resolvers yet for this package. I guess the main issue is with the way we expect HTTP requests in most of our classes....
> It's unusable for me due to the documentation state: I have an authorized customer with an access token on fronted, and I don't know how I should execute the...