Eric Skogen

Results 22 issues of Eric Skogen

I have drum sequencing working on local branch. The problem is with the samples, and specifically the SoundFont conversion. For some reason, the audio buffers generated by the MIDI.js SoundFont...

According to the spec: > CSS rules that depend on specific HTML structures should describe those structures using notation. For example: > > ``` > // A feed of activity...

Right now, it's not possible to do: ``` // Thing #1 // // Styleguide 1.0.1 ``` ... and then later do: ``` // Thing #2 // // Styleguide 1.0.1 ```...

improvement

For security reasons, `deviceorientation` events are no longer available to mobile browsers from HTTP sites. This breaks our mobile controller. For now, we can serve via HTTPS with a self-signed...

:trollface:

I have the plugin configured for our project, but I'm getting this error from `VersionBanner` when I try to render any documentation page: ![VersionBanner-bug](https://github.com/milesj/docusaurus-plugin-typedoc-api/assets/23459/a12d69ab-2a7b-42cc-90fe-7c823f2529f2) In our configuration, the latest and...

Logger::Instance() instead of Logger::getInstance()

`bundle:dependencies` uses the basename of the main file when determining location and standalone name. But some modules keep their main JavaScript in a subfolder, e.g.: async has `async/lib/async.js`, js-csp has...

It's been a while since I tackled quadratic Bézier curves, so this was a really nice refresher course! I had a few suggestions that might make it easier to follow....