rizary

Results 28 issues of rizary

I have Nixos installed, and try to nix-build the package. I got the following error: ``` Configuring heist-1.0.0.0... Setup: At least the following dependencies are missing: aeson >=0.6 && =0.5...

Hi, I have a small project that use node polyfills, I have described the error here: https://github.com/blocknative/web3-onboard/issues/1204 and after adding the node-polyfills, I still get the following warning: ``` (!)...

Hi, is it possible to do this with zoho? is it implemented in this library? I'm willing to contribute to the library for this particular feature because we need this...

Hi, I run nix-build based on ghcjs' compiler. Which is based on nixpkgs, it uses ghc7103. But when I build, i got the following error: ``` Configuring tasty-ant-xml-1.0.4... Setup: At...

Hi, Usually, I use purgecss in my config like this: ``` // postcss.config.js const env = process.env.NODE_ENV; const isProd = env === "production"; const purgecss = require('@fullhuman/postcss-purgecss')({ // Specify the...

Here's the error: ``` 152.0 # github.com/lucaslorentz/caddy-docker-proxy/v2/docker 152.0 /go/pkg/mod/github.com/lucaslorentz/caddy-docker-proxy/[email protected]/docker/client.go:14:51: undefined: types.ContainerListOptions 152.0 /go/pkg/mod/github.com/lucaslorentz/caddy-docker-proxy/[email protected]/docker/client.go:17:35: undefined: types.Info 152.0 /go/pkg/mod/github.com/lucaslorentz/caddy-docker-proxy/[email protected]/docker/client.go:37:80: undefined: types.ContainerListOptions 152.0 /go/pkg/mod/github.com/lucaslorentz/caddy-docker-proxy/[email protected]/docker/client.go:53:64: undefined: types.Info 152.0 /go/pkg/mod/github.com/lucaslorentz/caddy-docker-proxy/[email protected]/docker/client_mock.go:18:29: undefined: types.Info 152.0 /go/pkg/mod/github.com/lucaslorentz/caddy-docker-proxy/[email protected]/docker/client_mock.go:26:74: undefined:...

This PR is related to the following issues: https://github.com/coral-xyz/anchor/issues/2093 and https://github.com/coral-xyz/anchor/issues/3153 I've tried in my powershell and cmd prompt. I also add error handling if it success but return exit...