Robin Pedersen

Results 14 issues of Robin Pedersen

If I edit the config file and call `god load`, it will start new jobs that I added to the config. How do I make it stop jobs that I...

### Clear and concise description of the problem There are `refDebounced` and `watchDebounced`, but why not `computedDebounced`? A computed that depends on other reactive state, but only updates after that...

enhancement

We need this feature in our project, which allows using list fields without an explicit limit, and we "guesstimate" the length of the list. Please let me know if this...

I've been looking at the documentation, and this seems like a decent tool for our use case. However, we have certain complexity characteristics, that I'm not sure if we can...

Trying to get _some_ testing going on a lagacy project, with code using ASP.Net membership scattered all around it. Is there a way to inject the an existing DbConnection or...

Apparently, ElementTree likes to do it's own decoding. It raises a UnicodeError when given the decoded response.text, but it works fine when given the raw response.content.

I'm having issues with HLS playback in Safari. I'm not sure whether the issues are actually caused by missing this header, but whenever an #EXT-X-DISCONTINUITY is present in the playlist,...

The purpose of this PR is to see if there is anyone paying attention to this project. We're been using (a copy of) this in our software for several years....

When all flags are shown together, the color of the Latvian flag is wrong. I located the error in the flag of Andorra, which changes the fill color of the...

Use case: I have an action that is delayed in one case, and triggered immediately in another case. If the action is triggered, I want any pending delayed invocation of...