Bartek Jaskulski
Bartek Jaskulski
Right now processing exported files is done by reapplying plugins to extracted files, but I could be possible just to rely on the order of execution, and thus putting `postcss-extract-media-query`...
| Q | A | ------------- | --- | Branch | master for features and deprecations | Bug fix? | yes | New feature? | no | BC breaks? |...
Can you provide info (maybe included in readme) for contributors who'd like to add specs for another language? ATM, I wanted to add spec for PHP, yet, despite creating spec...
I've attached simple fix to issue I mentioned #79 Removed checking for `var` in regex basing on the fact that any CSS custom property has to begin with `--` unlike...
Transforming px values to rem is not working inside default values in custom properties. CSS below would be sufficient to reproduce the issue. ```css body { padding: var(--site-padding, 16px) }...
It would be nice if tmux-resurrect could restore session/window/pane path even if it not exists. I heavily use `/tmp` directory in my daily work, serving as a scratchpad. I usually...
I've been testing new implementation with WooCommerce, as it's both useful to me and quite elaborate when it comes to database operations. So far, so good! I've stumbled upon some...
This is a draft for incorporating PHPStan docblock parser with the premise of better stability and performance.
**Describe the bug** Entering input in TUI mode truncates text exceeding 400 chars. **Setup** Please complete the following information along with version numbers, if applicable. - OS: Ubuntu 24.10 -...
**Is your feature request related to a problem? Please describe.** Recently, OSS Perplexity alternative -- (Perplexica) [https://github.com/ItzCrazyKns/Perplexica/blob/master/docs/API/SEARCH.md] released API access to search queries. Similary to existing Perplexity support, `mods` could...