Srigi

Results 12 issues of Srigi

Hi, I made assetic works with Sprockets v3.x. It is a new filter `Assetic\Filter\Sprockets3Filter`. There is a test suite included to cover basic of using sprockets directives. However this implementation...

Sprockets implementation is based on **rails/sprockets** which i a Ruby gem. That implementation is broken with latest v3 branch of that gem. Also invocation of Ruby in devmode is a...

Hi, I added module support for AMD and module bundlers. I tested my changes with RequireJS (sample page included) and Webpack (working, however the code completion is not working). I...

Sometimes you made a mistake and want to *attach* couple of commits to another branch ``` aa -- bb -- cc -- dd -- ee \ -- ff -- gg...

Inspired by [lablabs/ansible-collection-wireguard](https://github.com/lablabs/ansible-collection-wireguard/blob/d8b22b4b679561cf11881c09ebe8f55851df44ef/roles/wireguard/tasks/clients.yml?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L26) I would very welcome the ability to configure to download client configs for unmanaged peers.

enhancement

Keyboard layout should be optimized for Clojure. That means on 1st keyboard variant there should be chars essential to Clojure programing: ``` ( ) [ ] { } # :...

Title says it clear, adding [arrow-function-parentheses](https://prettier.io/docs/en/options.html#arrow-function-parentheses) option to *prettier-check* result in following error: ``` $ prettier-check --single-quote --trailing-comma all --arrow-parens always some.js Error when running prettier: [warn] Ignored unknown option:...

I use PostgreSQL and [UUID datatype](http://www.postgresql.org/docs/9.4/static/datatype-uuid.html). To generate proper UUID you need to set annotation to ``` @property DibiLiteral $uuid ``` so resulting SQL looks like this: ``` sql INSERT...

Approved feature

I have PHP application with kind of assets-pipeline. That pipeline can consume assets from `bower_components` folder. This plugin is working only for node.js containers.

Webpack2 uz sam dokaze transformovat `import` z ES2015, odporuca sa preto tuto transformaciu u babelu vypnut. ```js rules: [ { test: /\.js$/, loader: 'babel-loader', exclude: NODE_MODULES_DIR, options: { presets: [...