Giacomo Debidda

Results 21 issues of Giacomo Debidda

According to the shadow-cljs http development server [documentation](https://shadow-cljs.github.io/docs/UsersGuide.html#dev-http), the `:push-state/index` config option instructs the http server to serve a custom html file from the root directory (e.g. `public`). As of...

I was trying to configure this plugin in a Gatsby v2 website and received this message: ``` Ensure that there is only one instance of "graphql" in the node_modules directory....

### Details I had a look at the documentation, but could't find whether is possible or not to specify custom Lighthouse plugins in the config. For example, these two plugins...

On Travis CI and on my machine the project fails to build with zig `0.7.0` and `0.7.1` because of a linker error. ```sh lld: error: unable to find library -lcairo...

bug

See: - https://cairographics.org/manual/cairo-Recording-Surfaces.html

enhancement

See: - https://cairographics.org/manual/cairo-Regions.html

enhancement

See: - https://cairographics.org/manual/cairo-Raster-Sources.html

enhancement

See: - https://www.cairographics.org/manual/cairo-Regions.html

enhancement

It should be possible to compile zig-cairo with or without support for optional [Cairo surfaces](https://www.cairographics.org/manual/cairo-surfaces.html). For example, in order to use [XCB Surfaces](https://www.cairographics.org/manual/cairo-XCB-Surfaces.html), one has to link the [XCB](http://xcb.freedesktop.org/) library....

enhancement

It should be possible to create a Cairo image surface from an ndarray-like data structure using the [create-for-data](https://cairographics.org/manual/cairo-Image-Surfaces.html#cairo-image-surface-create-for-data) method, like [what PyCairo does](https://pycairo.readthedocs.io/en/latest/integration.html). See also: - https://www.reddit.com/r/Zig/comments/kl9djd/im_still_confused_about_multidimensional_arrays/

enhancement