João Pesce
João Pesce
Are you adding it before loading polyglot? From the docs: > Individual language packs can be disabled by setting g:polyglot_disabled [...] > > Please declare this variable before polyglot is...
Hey, thanks for the quick reply! [VTEX](https://vtex.com/us-en/)'s newest [development platform (VTEX IO)](https://vtex.io/docs/getting-started/build-stores-with-store-framework/4/) uses `jsonc` and supports unquoted values. Not sure if they use specifically `komkom/jsonc`, but the feature is definitely...
With the new [CSS :has pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:has) it's possible to target the parent element like the following: Markdown ```md {.nofloat} ``` HTML ```html Fig. 1 ``` CSS ```css figure:has(img.nofloat) {...
Hi @georgebrindeiro! Any interest in merging this PR?
For anyone who finds this: it's an easy fix, but the maintainers don't seem intent on addressing it. See [this diff](https://github.com/vtex/vtex-emails/pull/25/files) for a solution you can apply in your project.
> this may help: https://developer.1password.com/docs/cli/use-multiple-accounts/ From a user perspective, from what I’ve tried, this lets you switch between accounts but doesn’t support adding multiple accounts _simultaneously_. If I missed something,...
The project seems to be pretty much dead, but there's this [notice the README](https://github.com/vtex/vtex-emails?tab=readme-ov-file#you-must-not-add-change-or-modify) related to your question: > ### You must NOT add, change or modify: > `helpers` you...