Cheaterman

Results 29 issues of Cheaterman

Hi, Everything in the title - I had the misfortune of trying to run `./appctl upgrade` to upgrade my setup, it erased my whole crontab file for the user. Thanks...

### 📚 Description I tried to manually type my plugin (I'm making a custom $fetch) because *.ts is linted by non-Nuxt-aware tslint/tsserver/etc instead of volar and therefore (I assume) can't...

documentation
3.x

https://github.com/lavr/python-emails/blob/eb1adb459116bcc66b7e413a468e1a97336034d9/emails/utils.py#LL134C69-L134C70 I think this test might be incorrect? Perhaps the line should read as follows: ```py if isinstance(e, string_types) and (not n or isinstance(n, string_types)): ```

Hi buddiez, I hope you're all doing goodie ^__^ I've seen the heuristics for email list detection, and to be honest I'm a bit surprised: from what I can see,...

Hi buddi, thanks for reading! Is this plugin still alive? I think I should eradicate MySQL from my server's ecosystem and this is the only PGSQL plugin I could find,...

### Describe the feature Hi, It would be really nice if we could proxy to a UNIX socket :-) Thanks in advance! I would happily help implement this feature but...

Reproduction: ```py from kivy.app import App from kivy.lang.builder import Builder KV = ''' TextInput: padding: [10, 10, 10, 30] ''' class TestApp(App): def build(self): return Builder.load_string(KV) TestApp().run() ``` As you...

**Is your feature request related to a problem? Please describe.** I sometimes want a clear idea of how long it took for a problem to happen in an application, or...

Rebuilding SDL_ttf with `FT_DISABLE_PNG=off` does somewhat work to render emojis from bitmap fonts (eg NotoColorEmoji), we're getting color emoji support (see [here](https://github.com/kivy/kivy/pull/8313/files#diff-6ec83839ad4876205412ed61457df567b2443a4925e3e2940d65f205df1528ecR128)), the problem is that said emoji can't be...