Mads Marquart

Results 251 issues of Mads Marquart

Moved the list preparation out of the `Resource.serialize_list` method, and into `Resource.prepare_list`, which allows for customised list preparation options. This is useful is if you're using `marshmallow`, where simply calling...

I'd like to suggest adding `Request.request_parameters` and `Resource.params`, which follows the idea of `Resource.data`. This would allow you to easily create endpoints that have e.g. optional filtering. Example usage (untested):...

Updated form rendering to properly use bootstrap v.4, it now also works with nested forms and custom form elements. Basically, I just went to [bootstrap/components/forms](https://getbootstrap.com/docs/4.1/components/forms/), and implemented the rendering based...

enhancement
in process
form

I don't know the processes for getting this upstreamed, but thought it would be useful to someone here

Mainly allows Firefox users to add Lobsters as a search engine. See [the specifications](https://github.com/dewitt/opensearch) and [MDN](https://developer.mozilla.org/en-US/docs/Web/OpenSearch) for more info.

Hey everyone. As you might have noticed, I haven't made any progress on this project since some time in June, and haven't really answered issues long before that. I've just...

help wanted

Hi everyone, I've been working on `v2` for a while now, and it's getting close to a point where I can start making alpha releases! However, reworking this has been...

help wanted

Usually, when attempting to log in on an external server, with an IP that's different from the ones you usually use, you get blocked, and you recieve an email a...

enhancement
help wanted
question

This is a list of things that happen in threads, that we could parse and return in `fetch_messages`, that we could return from the relevant methods, and that we could...

enhancement

I've been brewing ideas for `v2` for a while now (probably over a year), and I started implementing some of these ideas in a separate branch (completely rewriting the code)....

enhancement
help wanted
question