Samuel Girardin

Results 33 comments of Samuel Girardin

I have found out that it was working on Node `12.16` but not on the latest LTS Node version `12.18.3`. I can create a repository to reproduce the issue if...

It should indeed be working yes ! That's what I have done in the default share method of [the forked package](https://github.com/girardinsamuel/django-inertia) of this repo I made. I am using it...

Documentation is nearly complete, some "coming soon" sections need to be addressed but that's not top priority !

Hi there ! I don't know if you had time to look at this ? It's just an update of the Django adapter link to the new GitHub repository 😉....

I am not sure to see what you mean. Could you post a code snippet so that I can reproduce the issue ? 🙏

How you are going to differentiate a normal class from a model class ? Because it should be a solution for Masonite Model classes only... 🤔

All blocks or tab have a `serialize()` method, inside this we should not get a serialization error. If we have one we could still add a try/except in the web...

To reproduce the error we can do a file upload from a POST, and put file into a variable, then raise an exception. The local variables will contain a file...

So we could at first try to serialize in a nice way internal masonite classes: - UploadeFile - Stream - ...

> we currently hide all the fetching logic behind the dotty code so im not sure its possible to fetch the index of the problem list right? You're right it's...