Teal Dulcet
Teal Dulcet
Added initial Chromium/Chrome support. Fixes #54 Requires the downloading the [webextension-polyfill](https://github.com/mozilla/webextension-polyfill) to `src/` and renaming the `chromemanifest.json` file to `manifest.json` and moving it to `src/`. More extensive changes will be...
- Automatically replaces (autocorrects) `:colon:` shortcodes and Emoticons with Emojis as the user types. Closes #66. - Minor copy edits to English text. (similar to #77) You did not specify...
Continuation of #34 and [Bug 1644346](https://bugzilla.mozilla.org/show_bug.cgi?id=1644346) Blocked by: - [x] https://github.com/missive/emoji-mart/issues/457 Also blocked in Firefox/Thunderbird by: - [x] https://github.com/mozilla/twemoji-colr/issues/54 - [x] https://github.com/mozilla/twemoji-colr/issues/58 (Fixed in Firefox 92 in [Bug 1714632](https://bugzilla.mozilla.org/show_bug.cgi?id=1714632), uplifted...
Omnibox search should automatically enable/disable when users change the clipboard write permission
## Bug description [Starting with Firefox 84](https://hacks.mozilla.org/2020/12/and-now-for-firefox-84/), users can manage optional permissions for installed add-ons through the Add-ons Manager. The Omnibox search should automatically enable/disable when users change the clipboard...
## Background A few websites (such as Slack) automatically replace the `:colon:` [shortcodes](https://www.webfx.com/tools/emoji-cheat-sheet/) and/or `:-)` [Emoticons](https://en.wikipedia.org/wiki/List_of_emoticons) with actual Emojis as the user types, but most do not. ## Proposed solution...
The performance on Nvidia GPUs has slowly degraded up to 15% across all FFT lengths over the last few years. For example, here are some graphs of the GpuOwl performance...
* Added separate summary and description files for ATN. * They are the same as the AMO files, just without most of the emojis (due to https://github.com/thundernest/addons-server/issues/170). I also removed...
The current factor implementation only supports numbers up to 264 - 1. GNU factor supports numbers up to 2127 - 1 if compiled without the [GNU Multiple Precision](https://en.wikipedia.org/wiki/GNU_Multiple_Precision_Arithmetic_Library) (GMP) library...
* Fixed numerous errors found by [Ruff](https://docs.astral.sh/ruff/). * Removed use of undefined variable. * Fixed bad escape sequences, which are deprecated and produce a `SyntaxWarning` starting with Python 3.12. *...
~**Edit**: This PR is now very outdated, but I would be happy to update it if there is ever interest in fixing these bugs.~ - Fixed numerous bugs found by...