Robert Rose
Robert Rose
Ah yes, that does explain the behavior. Is there a way to currently force furl to interpret as a domain if it's missing the delimiters? I'm using furl to parse...
Sorry to bump an old thread, but I don't think Poetry should be ruled out anymore, as it now supports extra dependencies. We could define production and local dependencies as...
Currently for example, you can't `import wtf from 'wtf_wikipedia'` in TypeScript, as it has no typings. You need to `const wtf = require('wtf_wikipedia')`.
Yeah I'm working on type definitions now, not sure how to test them though, I'll look into it. Wish I saw `api.json` earlier though, I've been going off the source...
@MrXyfir I *think* I finished everything, though I don't know how correct they are: https://github.com/RobRoseKnows/DefinitelyTyped/tree/master/types/wtf_wikipedia When I have a chance I'm going to add tests and submit a PR.
@MrXyfit: Didn't really know about optional arguments as I'm new to typescript but yes, anywhere it's `... | null | undefined` should be optional. `Section['depth']` is private because the method...
So I merged in your changes and they look good, except now when I try to write the linting tests, I get an error, I think it has to do...
Yeah sorry. I don't really know how to integrate the typings into the test suite of wtf_wikipedia. Currently it's just a fork of DefinitelyTyped, which has its own test suite,...
@ipolyzos I forgot to mention that I tried that. I did figure out what the issue was though: I had added the eval to the bottom of my dotfiles configuration...
@ipolyzos I tried reinstalling direnv and I'm still getting the same error. I'll try in a VM to see if that changes it. This is a fairly new machine though...