Sebastian Penhouet

Results 93 comments of Sebastian Penhouet

I'm also missing an API documentation. This would really help.

@zimmi88 I don't know why the tests failed. I tried to merge the changes from the master into this pull request. Not sure if something went wrong there. My changes...

@djs55 Contrary to the title of this issue, this is not actually random at all, is very reproducible and has nothing to do with server load. Because of this our...

@matthew-brett Not completely sure what a virtual method is but I would probably make it an [abstract method](https://docs.python.org/3/library/abc.html#abc.abstractmethod). ```python @classmethod @abstractmethod def from_file_map(klass, file_map): pass ```

@matthew-brett Is there any update on this?

Hi @matthew-brett, seems since last time I checked in on this (1 year ago) there was nothing noteworthy new on the mentioned group with respect to DICOM. Is there any...

@lepture I found this comment of yours [here](https://github.com/lepture/mistune/pull/242#discussion_r439378671): > please don't add type hint. Mistune is compatible with Python 2.7 I very much disagree with that. [Python 2 is no...

@karlcow Thanks for the hint. It did checkout https://github.com/lepture/mistune-contrib/blob/master/mistune_contrib/meta.py but that leaves a lot to be desired and does not seem to compatible with the current v2 design. I did...

I'm trying to run this with SvelteKit and run into the same issue. ```typescript import { writable, readable, derived } from 'svelte-persistent-store/dist/local'; ``` ```shell [vite] Internal server error: Failed to...

Okay, so the issue for me seems to be the SSR of SvelteKit. See the section `How do I use a client-side only library that depends on document or window?`...