TheBotDev

Results 27 comments of TheBotDev

After some debugging, I've found that _something_ is calling `defineCustomElements` twice, which calls `boostrapLazy` twice and then subsequently doesn't push anything to `cmpTags` (because the elements are all defined already...

Went down the monkeypatch route as well, figured I'd share the code. Didn't bother touching `interface.ts` so there's just some orphaned types in there that won't get used but it...

Confirmed this is still an issue as of *2.1.0* with the `Intl` date localizer.

This should be a lot easier on the 2.x branch as the tests are much more explicit. We should be able to use the real `moment.js` for tests

Generated bundle using `tsc --declaration dist/hexagon.es.ts` (renamed `dist/hexagon.es.js` -> `.ts`) It uses `any` pretty much everywhere but it's a start at least ```typescript declare function deprecated(deprecatedItem: any): void; declare function...

After putting some thought into this, the suggested API to add `locale` doesn't make sense in that most implementations tend towards having a single JSON file for their translations leaving...

We're in the progress of detailing the differences between Hexagon and comparable libraries already as part of the docs site but in summary, Hexagon is fundamentally different from Angular/React so...

We should see if we can resolve this issue when looking at #458

Most of the time, we use `toLowerCase` for comparison, rather than for displaying anything to the user so it generally shouldn't be an issue. The only thing I can think...

Re-opening as this change was reverted in #509