Adam Shaw
Adam Shaw
Reported by [email protected], Dec 26, 2009 What steps will reproduce the problem? Run the nested loops example from http://arshaw.com/scrapemark/docs/examples/ What is the expected output? What do you see instead? Expected...
Reported by project member adamrshaw, Oct 22, 2009 wojtek has pointed out that the following pattern messes up when scraping html w/o closing tags on the ``` {* *} ```
Reported by [email protected], Oct 19, 2009 Attempt to scrape anything with mixed capital letters on wowarmory.com, spefically guild listing or character profiles; such as `` the identifiers specfically are achPoints,...
Reported by [email protected], Aug 13, 2010 When using Scrapemark to get text from Swedish websites or sites that are not using utf-8 as content encoding, which is common here. Scrapemark...
Reported by [email protected], Aug 11, 2010 Scrape something that has an HTML entity encoded in hex (ex title of http://www.youtube.com/videos) Entity should be decoded, instead a ValueError is thrown. At...
Reported by project member adamrshaw, Oct 22, 2009 ideally you'd be able to put scrapemark patterns in comments like this: ``` ```
My typescript project sometimes outputs lines like these in the generated .d.ts files: ```js declare const _default: import("../plugin-system").PluginDef; export default _default; ``` It's essentially an inline ES6 import statement and...
I had a need to modify each module's code before writing it to disk. String manipulation is weird on .d.ts code, I know, but I needed a workaround for https://github.com/Microsoft/TypeScript/issues/14080...
Writing [ambient modules](https://www.typescriptlang.org/docs/handbook/modules.html#ambient-modules) introduces the possibility of having multiple module declarations of the same name. dts-bundle chokes on this and says "already got export for...". I've modified the code to...
## ¿Qué tipo de presentación quieres hacer? - [x] Keynote (20 a 30 minutos) - [ ] Lightning Talk (+- 5 minutos) - [ ] Avisos de trabajo / comunidades...