Abe

Results 89 issues of Abe

As of this writing, this repository is licensed under an [MIT license](https://github.com/yurkth/stsmapgen/blob/master/LICENSE). In particular, the license terms state: > Permission is ... granted,... without restriction, ... to use, copy, modify,...

Would you consider dropping the [Non-Commercial clause for the hardware](https://github.com/AdamLaurie/RFIDler/blob/master/Hardware/Pic32/COPYING.txt) portion of this project? It looks like the Kickstarter wrapped up in 2015 which, as of this writing, is now...

As per the [HN comment](https://news.ycombinator.com/item?id=14723638), provide a tab (or "resource page") that isn't as technically in depth as "I'm a total nerd" but isn't as high level as "I'm an...

When I compile, I get the following warning: ``` $ make clean ; make rm -rf smaz_test gcc -o smaz_test -O2 -Wall -W -ansi -pedantic smaz.c smaz_test.c smaz_test.c: In function...

From your [README](https://github.com/myshell-ai/OpenVoice/blob/f58eed1bcb9e5b99d13e1767fcbabb8ff0fc9673/README.md#disclaimer), you state: > This is an open-source implementation that approximates the performance of the internal voice clone technology of myshell.ai. The "non-commercial" clause makes this project not...

Could you provide an example usage of `dist/bezier.js`? I was hoping to use `bezierjs` in a project that's just straight vanilla JS in the browser. My understanding is that `dist/bezier.js`...

bug

**Describe the bug** I saw the issue in a `README.md` rendered Markdown file. The following Markdown image that is encapsulated by a Markdown link creates a broken image link: ```...

💊 bug

This is a feature request to add "curvy" pixel sorting options. For some examples, austinhein_1 on Reddit has some posts that show the effect [here](https://www.reddit.com/r/pixelsorting/comments/10d6ucz/pixel_sort_2084/) and [here](https://www.reddit.com/r/pixelsorting/comments/10e4lna/pixel_sort_2023/). In theory this...

Even though there's prior work in this area, I suspect this algorithm is novel, so its worth writing a paper for it. Even if this is not new work, a...

Does the 'RelayPin' the PID_RelayOutput.ino example need to be set to output in the 'setup' function?