cLupus
cLupus
I got to take a look, on the site, as well as in your repo. Am I correct in understanding that this issue is concerned with creating a scraper that...
That does sound interesting. I assume the description should be in english. However, the site does offer some additional languiages, although not all the descriptions have been translated into the...
On closer inspection, it seems that only the site have been translated, and not the titles, or the descriptions, and such it would seem not to add much value (in...
Another issue, is that http://bookboon.com 'locks' their books behind a dropdown, and do not offer direct links to their books. There are some ways to aliviate it 1. Download the...
Has there been any progress on creating a (stable) Docker image?
In ny case, I am using `reflect-metadata` for dropping the extraneous JavaScrip type deceleration. Also, in my case, tslint is not an issue, as I’m using an ESLint plugin for...
This might help get you started, ```typescript declare module 'testcafe-vue-selectors' { import { Selector } from 'testcafe' export interface VueSelector extends Selector { getVue: () => { props: any state:...
I found a workaround, by using [types-installer](https://www.npmjs.com/package/types-installer), which does work with yarn.