Val Neekman

Results 13 comments of Val Neekman

FYI: `` has no effect on iOS 9.1. Safari work.

@joshfriend. I use Django and for now, I just name the API app, v1 and later on copy app and name it v2,v3 etc. and they all can co-exist. It...

Anything that uses localStorage for cross-tab messaging only works with low traffic. It is a broadcast, so another tab needs to pick it up and either party needs to clean...

@dev054 Thanks for raising this issue. There may be two simple options: 1. MD takes care of everything for us, we give it a _displayFn_ and an object `instance`. In...

Till @jaysoo rolls out something permanent, here is a quick change to get those who are blocked moving forward. It works for the dev server (watch) as well as the...

what I was getting at was, that deleted_at=datetime.datetime.now() would be evaluated the first time it's hit and the result would be remembered for the subsequent calls. However, if you used...

How to patch == Note: I use pnpm here, but you can use npm or yarn. 1 - Install the following dev dependencies. ``` "devDependencies": { "@softonus/prettier-plugin-duplicate-remover": "^1.0.1", "@softonus/prettier-plugin-whitespace-remover": "^1.0.1",...

Heads up - If you add the patch, make sure you format the entire repository once without making any other changes. Raise a PR, and let others know that they...