softshipper

Results 11 issues of softshipper

Hi fafhrd91 I would love to use your actix-web framework, please publish. Actix-web is the only one, that is production ready framework for me. Please publish it, I appreciate your...

Hi all I have created a secret per Organization as described on https://docs.drone.io/secret/organization/ that it is used in the pipeline: ``` --- kind: pipeline type: docker name: Play with ssh...

Hi all, The server logs show the following message after request: ``` "level":30,"time":1639778259855,"pid":57154,"hostname":"digiwave","reqId":"req-2","res":{"statusCode":200},"responseTime":1.9270270019769669,"msg":"request completed"} {"level":30,"time":1639778260754,"pid":57154,"hostname":"digiwave","reqId":"req-3","req":{"method":"POST","url":"/graphql","hostname":"localhost:8080","remoteAddress":"127.0.0.1","remotePort":45644},"msg":"incoming request"} {"level":50,"time":1639778260755,"pid":57154,"hostname":"digiwave","reqId":"req-3","err":{"type":"FastifyError","message":"Promise may not be fulfilled with 'undefined' when statusCode is not 204","stack":"FastifyError: Promise may...

Hi Slick team I have a question regarding to https://github.com/typelevel/cats-effect support. Do you plan in the future to support Cats.IO? Thanks

Hi all I have the following docker-compose file starting the first time the containers start as expected: ``` version: "3.8" volumes: mongodb-data: name: mongodb-data networks: mongodb_network: name: mongodb_network services: mongodb:...

Hi all When I import extension into the chrome, I receive the following error message: ![Screenshot from 2020-03-08 00-03-36](https://user-images.githubusercontent.com/56756949/76153741-96f00d80-60d0-11ea-8e20-cea4de8cb680.png) What am I using Chromium Version 80.0.3987.87. Thanks

Hi all During starting Ktor application, I've got the following logs: ``` java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1871) at java.lang.Runtime.loadLibrary0(Runtime.java:872) at java.lang.System.loadLibrary(System.java:1124) at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...

bug
Server

Hi all I have a project that does not get compiled with gretty. It complains: `java.lang.IllegalArgumentException: Object of class 'org.akhikhl.gretty.JettyWebAppContext' is not of type 'org.eclipse.jetty.webapp.WebAppContext'. ` [security-test-kc.zip](https://github.com/akhikhl/gretty/files/5147500/security-test-kc.zip) Would be nice,...

I am trying to use https://github.com/unchase/Unchase.OData.Connectedservice/ to generate OData client C# code based on a metadata file. The service is hosted on SAP/S4Hana and the metadata is in version 2.0....

bug

Hi all, I am trying to use https://github.com/unchase/Unchase.OData.Connectedservice/ to generate OData client C# code based on a metadata file. The service is hosted on SAP S/4HANA and the metadata is...