Frederik Creemers

Results 10 issues of Frederik Creemers

I'm specifically looking to access the itunes:owner element of a podcast feed, but I think that access to arbitrary non-standard elements would be useful.

If I understand the codebase correctly, the `Dispatcher` keeps a map from state to `Gocial` instance. This means that: - If there are multiple servers handling requests, the same state...

enhancement
help wanted

I know versioning your APIs is a good practice, but is there a way to use this library without putting a version in the URL, just like this: url(r'^api/docs/', include('drf_openapi.urls')),

enhancement

**Is your feature request related to a problem? Please describe.** In our app, we have a list of files that can be edited. I'd like to store the undo state...

question

The acceptable_password method currently accepts passwords that are longer than 3 characters with no further restrictions. https://github.com/bookieio/Bookie/blob/develop/bookie/models/auth.py#L210 I'm currently working on a patch that will allow the minimum password length,...

`MathJax.Provider` calls `this.load()` only in `componentDidMount` and `componentDidUpdate`. `load()` then loads Mathax if `this.hasNodes` is true, which in turn is set when a node calls the `registerNode` function it receives...

There's an API called [ip-api.com](http://ip-api.com/docs/api:json ) which will give you the location and time zone based on the user's IP. If we use this on the server side, we can...

**Describe the bug** When I try to open the settings screen the app just closes (I guess it crashes, but I'm not sure where to find logs). This happens both...

**Is your feature request related to a problem? Please describe.** When you get pinged for one of the lists you're subbed to, you get a push notification. But because of...

I was just playing around in the FriendlyCaptcha demo, and noticed that I can do this: ``` let e = document.createElement("div"); let w = new friendlyCaptcha.WidgetInstance(e, {sitekey: "...", doneCallback: (x)...