Stiti Fatah
Stiti Fatah
### Environment - @editorjs/editorjs version: 2.24.3 - react-editor-js version: 2.0.6 - react 18.0.0 - next : 12.1.5 ### Describe Hi, as per the example naming ``` editorCore.current.focus();``` throws `editorCore.current.focus is...
Hi , I have an Item Model : ``` class Item(models.Model): name = models.CharField(max_length=500) price = MoneyField(max_digits=19, decimal_places=2, default_currency="EUR", validators=[MinMoneyValidator(0)]) ``` and I can still create Items with negative price...
When rewriting through `next.config.js` as explained here https://nextjs.org/docs/api-reference/next.config.js/rewrites it was possible to get query parameters from `useRouter().query` but when using rewrites via _middleware.ts with `NextResponse.rewrite(path)` as shown in this example...
[REQUEST] Ask if the user wants to backup xorg.conf or do it automatically and revert it on cleanup
**Is your feature request related to a problem? Please describe.** Had glitches issues on i3, sddm zoomed, picom behaving weirdly, using the reset option didn't fix anything, I had a...
from the doc : >If the blacklist app is detected in INSTALLED_APPS, Simple JWT will add **any generated refresh** or sliding tokens to a list of outstanding tokens. It will...
### Minimal reproducible full config https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua + add ` 'JoosepAlviste/nvim-ts-context-commentstring'` inside `require('lazy').setup({}) ` ### Description The README says that it works ootb, I tried with comment.nvim and mini.comment and it...
Hi, I experienced being disconnected really often, the access token has a 1 day lifetime but isn't there any refresh token mechanism to refresh it ? The UX isn't great...
In i3 in addition to `client.focused` and `client.unfocused` there is also `client.focused_inactive` which is as per the docs : A client which is the focused one of its container, but...
Hi, Just picked up this framework this morning and I'm running into problems. OS : Archlinux Nix : Tried 2.24-5, got the symlink error #356, upgraded to last unstable release...
**System Details** - - OS: Archlinux + Hyprland (wayland) - Thorium Version : Thorium 130.0.6723.174 stable, built on Ubuntu (SSE3) . Installed from the binaries availbale from the AUR. -...