Miguel de Dios Matias
Miguel de Dios Matias
I am trying to code the example in language Kotlin: ```kotlin /* * This Kotlin source file was generated by the Gradle 'init' task. */ package poc_kotlin_celery import com.geneea.celery.* fun...
- Did you upgrade to latest plugin version? Yes - Did you upgrade to/compile latest binary? ``` $ ./languageclient --version languageclient 0.1.161 ``` - (Neovim users only) Did you check...
It is a tiny bug but it is annoying. It is related with #208 . The command line long param runs fine: ``` $ http-prompt --version 2.1.0 $ ``` But...
It is a tiny bug but it is annoying. I have the version: ``` $ http-prompt --version 2.1.0 ``` I write a example without `--auth` : ``` $ http-prompt --spec=http://127.0.0.1:8080/v2/api-docs...
Hi, your project is awesome. I have been reading your code, it is good code. But I found a little problem, well I am trying to fixing (in a local...
I try with: ```shell $ cd /tmp $ nvim ``` And `:echo getcwd()` is `~/old/project/` . But when I try with: ```shell $ cd /tmp $ nvim --clean ``` The...
Hi. We have a memory leak with Celery 4.2 at the method celery.chord. But we made a simple/tiny example to reproduce with two docker containers (one for the rabbitmq). https://github.com/Unlimiteck/example_celery...
Jwt
Yes. The JWT is coded into Martin. And it is runs fine. Regards :beers: .
First thing, thanks your project, its awesome. I am working in a small company (its name is [dotGIS](https://www.dotgiscorp.com/) ) and we are using Martin for some projects. We need in...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...