Pascal Garber

Results 39 issues of Pascal Garber

In the ScssphpFilter you can set variables, this should be also possible for less to make it consistent. See also - [Scss setVariables function](https://github.com/kriswallsmith/assetic/blob/master/src/Assetic/Filter/ScssphpFilter.php#L64) - [Set variables in lessphp](http://leafo.net/lessphp/docs/#setting_variables_from_php) -...

With rnMinOpacity you can set the minimum opacity value, if this is not 0 you can create carousels like this: ![auswahl_017](https://cloud.githubusercontent.com/assets/1073989/9441746/2be2660a-4a78-11e5-9368-f5df23ff02e6.png)

Can I find the sourcecode anywhere? I would like to create a Pull Request to add support for HTML Fields but thats not possible without the sourcecode. Nevertheless, thank you...

Is there support for compressed requests or a middleware like [Koa Compress](https://github.com/koajs/compress#koa-compress)? Possibly related issue: https://github.com/denoland/deno/issues/13304

enhancement

If the response is cached the cache returns an object with `content-type: application/json` instead of `content-type: text/html;` The cached returned object looks like this: ```json { "body": "", "status": 200,...

bug

Hi, I use [barba.js](http://barbajs.org/) to load parts of the template with PJAX (aka push state ajax) and updates the dom. In this way I load the cart page wich uses...

### Summary of changes Add `.js` file extension to all internal imports. This fixes #161 (see [latest comments](https://github.com/deepkit/deepkit-framework/issues/161#issuecomment-1181704041)). For example, the error message without this fix looks like this: ```...

It's hard for me to build and test the packages when I make changes. Maybe it makes sense to switch to Yarn Berry (v3) in the future, with Yarn it...

- Migrate to Typescript - Add builds for - types - Optional for those who use Typescript - browser - The Webpack bundle - ESM - Optional for those who...

Excalibur.js is also build in Typescript and uses an ECS (and the plan is to use it and more and more in all aspects). So my question is why you...