Kenneth G. Franqueiro

Results 16 issues of Kenneth G. Franqueiro

Convert `src/Request.js` to TypeScript as `src/Request.ts`, and `tests/unit/Request.js` as `tests/unit/Request.ts`. This will also involve replacing usage of Dojo 1's `dojo/request` with dojo-core's. This should ultimately enable all tests to pass...

typescript

These issues occur depending on how you load the page, e.g. navigating directly to a component's page or refreshing the page, vs. navigating from the front page. * [ ]...

icebox

It may be useful for people to be able to be reminded at a glance of what version of MDC Web the catalog is demonstrating. We should be able to...

icebox

It seems to me as if `options.cwd.spawn` gets bulldozed by https://github.com/gruntjs/grunt-contrib-watch/blob/v0.6.1/tasks/watch.js#L98-L101, so by the time it gets checked in https://github.com/gruntjs/grunt-contrib-watch/blob/v0.6.1/tasks/lib/taskrun.js#L75, it's no longer defined. Am I missing something? Context: I'm...

**Is your feature request related to a problem? Please describe.** Many websites employ inaccessible designs which make links unnecessarily difficult or downright impossible to discern among other text. **Describe the...

feature_request

I seem to have stumbled into some confusing behavior that I'm seeing when using `getBundle` and/or `getBundleFileUrl` specifically within a `.11ty.js` layout used by multiple templates. I've created a repo...