Emily Marigold Klassen

Results 159 comments of Emily Marigold Klassen

Going even further, you can install from github under a `@types/mpath` alias, so you can still have the published version with the types from this repo: ```json "devDependencies": { "@types/mpath":...

Hmm, I'm wondering if it works with [monitorcontrol.app](https://github.com/MonitorControl/MonitorControl). Some kind of hook between monitorcontrol and lumen would do the trick.

yeah, they cover different common patterns for the defaults used by javascript test runners (i typically use ava and jest). I modified the rules to: ```json "rules": [ { "pattern":...

Looking at the old code i was working on, it looks like the situation was ejs inside of an html attribute - for example: ```html some text here, will still...

finally starting work on it. baby's first rust code https://github.com/forivall/git-interactive-rebase-tool/compare/forivall/vscode-settings...forivall:git-interactive-rebase-tool:forivall/edit-and-revise

Ok, finally got back to this: oclif's latest version does have the types i needed, so i've gone ahead and made the upgrade (see also: https://github.com/francescov1/mongoose-tsgen/pull/112 , if you want...

@francescov1 done, also updated the readme.

I've been looking into things, and it would be possible to fork the snowball code generator (https://github.com/snowballstem/snowball/blob/743b5af/compiler/generator_js.c#L1272) to emit modern js (or `natural` specific) stemmers. (personally, I also want to...

Oh ha, just as I was closing tabs, i noticed this line in [`GainNode`](https://developer.mozilla.org/en-US/docs/Web/API/GainNode): > If modified, the new gain is instantly applied, causing unaesthetic 'clicks' in the resulting audio....

This would require a change in the client side code, so yes, it requires a software change in how `GainNode` is used.