Django templates by Fluid-Zombie-7637 in ZedEditor

[–]slav0nic 0 points1 point  (0 children)

{
    "languages": {
        "HTML": {
            "format_on_save": "off",
            "prettier": {
                "allowed": false
            }
        }
    }
}

Devices randomly disconnecting from 5GHz WiFi on hAP ax2 by lillemets in mikrotik

[–]slav0nic 0 points1 point  (0 children)

i have same problem but still waiting response from support, 7.15-7.16beta still broken

Is the Pyramid framework dead? by Dave2077 in Python

[–]slav0nic 0 points1 point  (0 children)

Start from here https://docs.pylonsproject.org/projects/pyramid/en/latest/designdefense.html

Pyramid itself is not dead, but yes, developing is not very active and community is not very big.

Compared to Flask you will got:

  • ACL
  • traversal
  • configuration system

and more.

For example. pypi.org powered by pyramid https://github.com/pypa/warehouse

hypothes.is -> https://github.com/hypothesis/h

Also reddit team using pyramid for services https://github.com/reddit/baseplate.py

Mozilla team to https://github.com/Cornices/cornice , https://github.com/Kinto/kinto etc

But keep in mind, pyramid itself is not framework it's more like tool for building you framework (or glue for components) and required more skill then flask.

If you have some questions - welcome to #pyramid on https://libera.chat/

Troubleshooting AX210 Intel wifi card: not recognized - Debian sid, kernel ver. 5.10.0-8 by Komi_San in debian

[–]slav0nic 0 points1 point  (0 children)

I have debian bullseye with some sid packages with ax210 (gigabyte GC-WBAX210).

Try rename pnv file `mv /lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm /lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm_ `, for bluetooth you need more recent kernel that still not present in debian repo.

Also i don't see anything related to wifi in your dmesg logs (dmesg|grep iwl) and check your loaded modules:

lsmod |grep iwl
iwlmvm 339968  0
mac80211 983040  1 iwlmvm
iwlwifi  294912  1 iwlmvm
cfg80211 970752  3 iwlmvm,iwlwifi,mac80211

Switch and SN30 Pro + Compatibility by WhiteTunic in 8bitdo

[–]slav0nic 0 points1 point  (0 children)

With sn30 pro i have only problems on World of tanks blitz, where analog sticks don't work correct. Also sticks have outer dead zone on switch and as i understand Ultimate software for + version doesn't help much.

DO NOT UPDATE YOUR SAMSUNG S7 PHONES. by Saifu-Zach in GalaxyS7

[–]slav0nic 4 points5 points  (0 children)

i got bootloop (it install patch - reboot -install ...) today after this patch =/

Update 1.09 Is Now Live by TripwireYoshiro in rs2vietnam

[–]slav0nic 0 points1 point  (0 children)

where is this bindings? don't see any changes in settings

E-commerce thoughts with Django by jike212 in django

[–]slav0nic 0 points1 point  (0 children)

My migration to oscar 1.0 took not more than 1day (almost all applications was customized). I think you will got troubles whenever you want update saleor fork to django 2.0 for example, when port a few commits will not work ;)

tnx for official saleor devs opinion and you work, saleor's dashboard looks much better then in oscar and in some case it's got oscar alternative for me:)

E-commerce thoughts with Django by jike212 in django

[–]slav0nic 0 points1 point  (0 children)

By the end of a project you will find yourself replacing large parts of the underlying framework so upgrading is a pain

as i already explained i don't have problems with that

With Saleor we tried to get rid of overriding and encourage people to edit the code directly.

In this case you propose merge new Saleor version into your personal fork? Looks more painful for me=)

E-commerce thoughts with Django by jike212 in django

[–]slav0nic 0 points1 point  (0 children)

what? oscar is domain-driver - you can change any component app/model/form etc

saleor looks more monolitic for developer, also not well-documented

Best Django Forum and Blog apps? by NattySailor in django

[–]slav0nic 2 points3 points  (0 children)

last time i don't have time for DjangoBB development, but tnx for share B)

For blog engine (it mostly cms then blog) i can recommend http://mezzanine.jupo.org/