Rodrigo Passos

Results 13 issues of Rodrigo Passos

I wonder if there is a way to toggle the the full IDE only when platformio.ini file is present. I use atom for other projects, like webapps, and I find...

feature

I am using Vite to compile my css, and the output is name.xxxxx.css By allowing Twig in the field, I could use Andrew's Vite plugin and enter `{{ craft.vite.entry('name.css') }}`...

### Description On the "Map" step, when trying to configure a default entry relation, I get this error in Ajax Here is the json response: ```json { "message": "Setting unknown...

bug

- Issue Type: `Performance` - Extension Name: `auto-close-tag` - Extension Version: `0.5.6` - OS Version: `Darwin x64 18.2.0` - VSCode version: `1.30.1` :warning: Make sure to **attach** this file from...

### Description The plugin runs in dev mode, just throwing: ```sh warn Plugin gatsby-source-craft is not compatible with your gatsby version 4.0.0 - It requires gatsby@^3.0.0 ``` But when I...

bug

### Description If you try to set "gqlTypePrefix" to "Craft_" on a working Craft + Gatsby implementation, you get: ```sh "gatsby-source-craft" threw an error while running the createSchemaCustomization lifecycle: Field...

bug

I've implemented a category fallback option.

Laravel Mix extension to compile Twig templates to HTML, that uses [TwigJS](https://github.com/twigjs/twig.js/) instead of [twig-html-loader](https://github.com/radiocity/twig-html-loader), which was archived. https://github.com/webrgp/laravel-mix-twig

### Is your feature request related to a problem? Please describe. The existing `getCssHash` won't return the hash if the css ins't included in a javascript entry. ### Describe the...

enhancement

Passing null to parameter to either `preg_quote` or `str_starts_with` has been deprecated. This fix will suppress the deprecation warnings in the terminal.