Farruco Sanjurjo

Results 11 issues of Farruco Sanjurjo

### Summary jsdoc tags `@file` and its synonims `@overview` and `@fileoverview` seem to be ignored by `jsdoc-to-markdown` #### Steps to reproduce Create a file with the following contents: ``` js...

enhancement
template

After the change entered in https://github.com/evanmiller/boss_db/commit/7c60586e1cdf9370ebab34056c2f46e9d6a011d9 if a module takes part of a has_many relation it's required to include a -belongs_to attribute. Prior to this commit this would work: ```...

Feature Request

Hi, Does this library support [persistent watches](https://zookeeper.apache.org/doc/r3.9.0/zookeeperProgrammers.html#sc_WatchPersistentRecursive), it's not clear after checking the README.

feature-request
Investigate

### What were you trying to do? I'm reading the document producer after setting a custom value for it. ### How did you attempt to do it? First: ```ts pdf.setProducer('html2read2pdf')...

bug
needs-triage

Hi, When working on the `txn-rw-register` workload I noticed that my responses to the `txn` operation weren't conformant to the protocol because I was leaving out some of the operations...

Hi, A couple of weeks ago I opened [an issue](https://github.com/bonifaido/rust-zookeeper/issues/98) where I described the a problem I was having with the library: I was missing watch events. Today I was...

The previous version (v3.0.1) didn't use the `verbosity` argument pased to `parseBuffer`, meaning that we couldn't disable the "warning" ouput. See: - `parseBuffer` in `v3.0.1` https://github.com/modesty/pdf2json/blob/v3.0.1/pdfparser.js#L134-L136 - `parseBuffer` in `v3.0.5`...

### Describe the bug I recently installed `nvim-metals` (with `lazy.vim`). Here's my config: ```lua return { "scalameta/nvim-metals", config = function() local api = vim.api local metals_config = require("metals").bare_config() metals_config.settings =...

needs more info

## Software versions * **OS**: Mac OSX 10.15.4 * **Consumer Pact library**: 9.8.2 * **Provider Pact library**: n/a * **Node Version**: v12.13 ## Expected behaviour The `pact-mock-service` binary runs and...

### Summary jsdoc tags `@file` and its synonims `@overview` and `@fileoverview` seem to be ignored by `jsdoc-to-markdown` #### Steps to reproduce Create a file with the following contents: ``` js...

enhancement