Ten Bitcomb

Results 15 issues of Ten Bitcomb

I think it's good that ember-cli-fastboot comes with the FastBoot library out of the box, but it would be nice to override that and use your own implementation of FastBoot....

It seems strange for these functions to be maintaining state and producing output that isn't expected from the given input. For instance, manipulation of a string value results in the...

bug report

One possible use for the Goertzel algorithm is to create a frequency spectrogram image. While this might take a lot of work, I think this is a good idea for...

enhancement

This may or may not enhance accuracy, but is worth looking in to.

enhancement

We have a concept of a minimum repeat of a single character before counting it as a match. There's also the possibility of allowing a similar concept for the opposite;...

enhancement

I could see this being useful for classes that extend from HTMLElement rather than `@glimmer/component`.

enhancement

Much like with [@ember/test-helpers](https://github.com/emberjs/ember-test-helpers), the primary documentation shouldn't be located in the README but in a separate file. That way changes in progress for features and documentation are less likely...

documentation

A small but easy optimization might be to cache templates compiled by our template compiler.

enhancement
good first issue

This seems to be a thing: ```handlebars ``` If it does what it appears to do, the template compiler can be greatly simplified.

exploration

In Ember Canary(currently v3.20), named outlets are enabled by default, which means they will probably land in the near future. https://emberjs.github.io/rfcs/0460-yieldable-named-blocks.html This is may(or may not?) be tricky to implement...

exploration