Ruben Di Battista

Results 32 issues of Ruben Di Battista

``` import couchdb import couchdb.mapping as cmap c = couchdb.Server() db = c['test'] class TestDoc(cmap.Document): @cmap.ViewField.define('test_view') def test_view(doc): if doc: yield doc['id'], doc test_doc = TestDoc() # test_doc.test_view.sync(db) ``` This...

Hello, Here I am back. Still working with `DateTime` fields. At the moment to "slice" (equivalent to `startkey/endkey`) a `ViewResult` you need to serialize the a `datetime` object into a...

Hello, I'm trying to dynamically load some slides listed in an array `index.html` ```html My Presentation ``` `main.js` ```js //////////////////////////////////////////////////////////////////////// // List here the slides in order of appearance //...

This is coherent with [what's done in requests](https://github.com/psf/requests/blob/main/requests/models.py#L163). My usecase concerns using [responses.matchers.multipart_matcher](https://github.com/getsentry/responses/blob/master/responses/matchers.py#L233), which uses bare requests to encode the multipart request, while the client, that specifically is [Gitlab's one](https://github.com/python-gitlab/python-gitlab/blob/30117a3b6a8ee24362de798b2fa596a343b8774f/gitlab/client.py#L599),...

``` class PhaseState(SubsetState, SingleFluidState, abstract=True): """This :class:`ConsSubsetState` stores two sets of indices, one per phase, and it matches the field names with a regex in order to detect the phase...

bug
needinfo

I just updated command line tools and macOS to `10.15.4`, I'm within a virtualenv, using `ipdb` within `pytest`, Python v. 3.7.7. Don't know if the update is related. I'm getting...

bug
debugger

This could be even more helpful if we can transform the collected data in something more manageable (e.g. using tags) in a way that people can directly search for it....

This should provide the parsing of all config files supported by setuptools. It extracts only the ones that `skbuild` inspects at early stage in the `setup()` function. Close #591

**Describe the bug** Hello, I'm trying to use SyncPlay with the MPV menu. The problem is that it does not work. No group is created. **To Reproduce** Steps to reproduce...

bug

Avoid problems when instead of fully fledged Android Studio you're using just the Command Line Tools https://stackoverflow.com/q/60440509/1334711

target-android