I want to hide some fileds from not logged users. For example I have model account with fields: name, surname, address, tel, and I want to hide address and tel
In my nextjs project, i use ant-design. However, whenever i use the Button component, it displays with a spinning icon near it. I can manually remove the spinni
I have a folder structure /Pages/Home/... with some pages that works, Now I ccreated a subfolder in Home: /Pages/Home/DrawerComponents and added a .razor to it
I'm implementing my own gateway package for https://github.com/thephpleague/omnipay-common. I've cloned the Stripe repo because my gateway has many similarities
models.py class Lab(Model): acronym = CharField(max_length=10) class Message(Model): lab = ForeignKey(Lab) urls.py urlpatterns = patterns('', u
I am creating an app in Android Studio IDE using Java, but whenever I build my project this error comes: Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:
I need to write filtering method based on county/status/symbol. my repository query looks like this @Query("#{#n1ql.selectEntity} WHERE `platform`='FXSERVICE' "
XCode 7, Swift 2. (don't even start on me about that, it's not my favorite set of constraints either) So I'm sending data using node-apn (BIG thanks to those f
As title, yesterday I learn how to retrieve the All-suggestion-accepted content of a document with API in this post, and I refer to the other post and know how