Gajus Kuizinas

Results 768 comments of Gajus Kuizinas

@headfire94 To provide more context, the goal here is to replace top `` element with a more flexible React component, e.g. ```ts const iconTemplate: Template = ({ componentName, jsx },...

Here is a full plugin file to save a few minutes for the next person: ```ts import { type JSXIdentifier, type PluginObj, types as t } from '@babel/core'; /** *...

Just realized there is a better way of doing this: just reference `jsx.children` ```ts const iconTemplate: Template = ({ componentName, jsx }, { tpl }) => { return tpl`/* Generated...

Closing as these PRs never passed the checks.

```ts const updates = sql.set({ [sql.fragment`availability_reminders`]: availabilityReminders, [sql.fragment`job_posting`]: jobPosting, }); if (updates.length > 0) { sql.fragment` UPDATE email_subscription_settings SET ${updates} WHERE id = ${id} ` } ``` Would be the...

This never received enough interest to be worth prioritizing.

This is still not working. I agree with @Lindsayanng – This is the most used feature of LimeChat.

See https://github.com/apollographql/react-apollo/issues/3303 discussion.

Whats the reason I am on CC?