wouter van der plas

Results 11 comments of wouter van der plas

My goal is to highlight co, ha, and pro. So that it is **coha**bilitation **pro**ject Although I see now that removing the asterisks between the letters is a better option...

Thank you for working through the problem with me. So my practical problem is solved now. But now, we are left with a theoretical problem. When I look at the...

Would it be enough to set the origin parm equal to the header if provided? Or does it need to be changed independently?

https://github.com/spencermountain/wtf_wikipedia/blob/22b806c62aef2b165119a3343b4ab63183861d3b/src/04-sentence/parse.js#L30 I have traced the issue to this line, but I don't know how to fix it because it is challenging to know which period marks the end of a...

While I think that solution here is to add a osmwiki plugin. I also think that the fetch function deserves an refactor as well. I see a few problems with...

I was already looking at this for a bit but christmas got in the way. I already wrote out my usual wall of text and will post it tomorrow.

As I already said I'm busy with the fetch function. but as always I have a few questions and things I want to check. # Sigiture When i'm looking at...

I was working on its ticket last year. 🤣 and i did com far. i have integrated the fetch lib and changed the build script a bit so it uses...

There is currently no way to specify the language per title. So I think your best course of action is splitting the requests by language and sending these separately. If...

I can shine some light on this issue. In typescript, you need to declare return types for functions. The type can be a class, so what I expect that the...