Pascal Müller

Results 16 issues of Pascal Müller

Hello, in the Getting Started sections it tells you to clone the repo to get the scripts. Onc that is done the user has to also make the config point...

Hi, hope it's okay if I post it here. On the homepage there's a exmaples section: http://www.passportjs.org/packages/passport-local/ (at the bottom) which points to https://github.com/jaredhanson/passport-local/tree/master/examples which doesn't exist anymre.

When compiling against python 3 with numpy 3 and if matplotlib uses Qt5Agg as it's backend, we receive a seg. fault. Example: ``` #include "matplotlibcpp.h" namespace plt = matplotlibcpp; int...

### 🔖 Feature description Add a `novu version` property to the Github-Issue bug template. It would be beneficial, if it also explains how to get the `novu version` of the...

Hello, so I'm using the English tokenizer and noticed, that the sentences I get back are trimmed. I was wondering, if I somehow can reconstruct the text from the tokens...

#### Issue Description I'm trying to add react-native-gifted-chat to my expo application. I added the example component given in the README. I get a lot of the following warnings. ```...

Hello, if I understand it correctly, Flask uses Werkzeug and Werkzeug assumes we are in some MVC design pattern or something similar i.e. we are not a pure API. So...

question

Hello, I have the following model: ```js class Message(db.Model): __tablename__ = 'messages' id: so.Mapped[int] = so.mapped_column(primary_key=True) chat_id: so.Mapped[int] = so.mapped_column(sa.ForeignKey("chats.id")) content: so.Mapped[str] = so.mapped_column(sa.String(1024)) author_id: so.Mapped[int] = so.mapped_column(sa.ForeignKey("users.id")) author: so.Mapped['User']...

question

Hello, This issue is just a notification. It seems that the approximant IMRPhenomD has a memory leak i.e. it will use more memory the longer it runs. If anyone is...

Hello, it seems that v3.4.0 of h5py has a memory leak: https://issueexplorer.com/issue/h5py/h5py/1975 Solution: Update to 3.6.0 or downgrade to 3.3.0.