Даниил Пронин
Даниил Пронин
When I run it, there is a small icon in the Dock and it quickly disappears, and Sass links does not open in Coda 2. I tried to open it...
I want to add a checkbox that always will be true on all posts except single ones. At this moment I do it with Select field that turns on first...
I want to do it but I can't.
It's so hard to use native multiselect. I have to remember hold CMD (on Mac) each time when I click into this evil field. Select2 or something similar can solve...
Just text input and a lot of errors in webkit colsole. WordPress 3.7.1 KC Settings 2.8.5 Safari 7.0 (9537.71) OS X 10.9 build 13A603  Checked other...
- There is no `Theme customizer`, `Nav menu item metadata` and `Nav menu metadata` in KC Settings Builder.  - There is no `Media` field type in...
it will be awesome to pack this PostCSS plugin for easy use with Grunt. ~~or at least provide a clear “Usage with Grunt” readme section.~~ done in [[email protected]#104](https://github.com/Ser-Gen/postcss-data-packer/commit/889bd50c2adfc17a897594138d7464b204fd0362#diff-04c6e90faac2675aa89e2176d2eec7d8R104)
[`parcel-plugin-inliner`](https://github.com/shff/parcel-plugin-inliner) uses `--public-url` for local files resolving but `parcel-plugin-inliner` uses this option for URL transforming. So I cannot use both plugins. https://github.com/shff/parcel-plugin-inliner/issues/13
### What rule do you want to change? Props ### Describe the problem I want to sort optional props to the bottom. ### Code example I mean that `required?: boolean`...
### Describe the problem I want to sort object properties by its type ### Code example I have the following type object: ```ts type MyObject = { updatedAt: Date count:...