૮༼⚆︿⚆༽つ

Results 51 issues of ૮༼⚆︿⚆༽つ

Since deno can run with `--v8-flags=--expose-gc`, it would be nice if `deno bench` also report memory usage. This feature is very handy when refactoring some code using Weak* object. The...

suggestion
testing

Just want to mention there is something builtin called [git-notes](https://git-scm.com/docs/git-notes). Maybe you can use that 🤔 References: - [Git Dark Magic](https://gist.github.com/DrSensor/d7d005265009b38f2130adc27eae59be) - [nodejs wrapper](https://github.com/DrSensor/fluent-git) - [my experiment to store then...

> From https://github.com/DrSensor/scdlang/issues/29#issuecomment-513433799 My review for this diagram (it might be a bit harsh 😅) https://brucou.github.io/documentation/graphs/movie-search/TMDB-movie-query-and-detail.html ### Review Since it's not auto-generated diagram, there is 2 tips which I use...

Just like `html-webpack-plugin` that can specify where the entry should be [inject][]ed, it could be nice to also have that ability on each module. ```js new HtmlWebpackExternalsPlugin({ externals: [{ module:...

help wanted

One of the use cases for this is to do automated spell checking on specific pattern. For example, I want to correct misspelling found in the JSDoc comment and logger...

Hi, I'm currently migrating my REPL program from traditional `io::stdin` to `linefeed`. Previously I'm using [`rexpect`](https://docs.rs/rexpect/0.3.0/rexpect/) in my integration tests (I'm testing the binary result). However, when I migrating to...

Anyone know a framework agnostics annotation using SVG element that has a similar mechanism (using `slot` or others) like vue-annotator (this lib)? Or at least framework specifics! I'm thinking to...

discussion

Use pupetter and `page.metrics()` to measure performance while adding a feature https://medium.com/walkme-engineering/if-you-can-measure-it-you-can-improve-it-a2107d33512b

enhancement

Similiar to `draw` prop but it only mock (only do the drawing animation), **doesn't create** the annotation. (doesn't clone-append to `...` when `@drawFinish`) Useful if you want to control how...

enhancement
help wanted