mustafa0x

Results 55 issues of mustafa0x

Notwithstanding 5G's release, mobile data remains an expensive commodity, especially for visitors from overseas. That, along with the fact that many files can be reencoded down to almost a third...

This subscription ```js { id: new Date().getTime(), type: "subscribe", model: "app.MyModel", action: "retrieve", lookup_by: 1, } ``` returns changes made to any instance of `MyModel`. I stepped through the code....

### Describe the bug Removing the quotes around `src`'s value (ie ``) causes vite to request `main.jss`. See the reproduction link (it's the exact vite.new template, except I removed the...

pending triage

### Describe the bug `Home` is valid HTML5, but fails in Svelte. ### Reproduction `go home` ### Logs _No response_ ### System Info ```shell repl ``` ### Severity annoyance

good first issue

Hello, thanks for the wonderful project. How do I update the GeoLite2 data?

I find myself doing `rtx x -- ` a fair bit. Can this perhaps be simplified?

enhancement

https://django-ninja.dev/guides/authentication/#global-authentication Often, it is desirable to set global authentication (ie login required), and for each view, a specific *authorization* check. This requires adding `django_auth` (or whatever callable is used for...

Can the root field also specify the vowel letters used? Eg root of قال should be ق و ل instead of ق # ل.

enhancement

## Steps to Reproduce the Problem **zx --repl** ```js await $`mv -i ` ``` Couldn't even find a way to abort (ctrl+c/d/z). ## Specifications - Version: Latest - Platform: Mac

bug

**`zx --repl`** ```js let url = 'https://ar.wikipedia.org/wiki/%D8%A7%D9%84%D8%A8%D8%B1%D8%A7%D8%B2%D9%8A%D9%84' let contents = (await $`curl -s ${url}`.quiet()).stdout require('fs').writeFileSync('airplane.html', contents) ```` results in corrupted characters (U+FFFD); run `grep -m 1 -o � airplane.html` to...