KimSia Sim
KimSia Sim
I'm trying to understand if django-concurrency is a good solution for my problem. I have two models: ``` class Order: status = CharField() class PushToMiddleware: order = ForeignKey(Order) ``` the...
Must this be used in columnar database? What drawbacks if used in RDBMS? Must this be used for OLAP? What drawbacks if used in OLTP?
https://help.bonfida.com/solible/listing/ is broken
I had an issue about using cleanerversion with DRF. See #160 Now i have resolved it, I was wondering if it would be helpful for your readers for me to...
I have the following ``` class VersionedWBSElement(Versionable): # wbs number is supposed to be unique wbs_number = models.CharField(max_length=100) wbs_description = models.TextField() VERSION_UNIQUE = [['wbs_number']] ```` I can still create duplicate...
I ran ant clean package after i did a git clone. I get the following errors Buildfile: /Users/simkimsia/Desktop/Adobe-AIR-App-Skinning/vendors/mockolate/build.xml [taskdef] Could not load definitions from resource flexTasks.tasks. It could not be...
I got the book from leanpub. Still reading it. On page 96 I saw this  I understand that this repo is a companion to the book, so out of...
Version 77.0.3865.90 (Official Build) (64-bit) on macos Mojave xTab v1.0.0 I cannot find the defaults for number of open tabs pls advise
So for the fully decoupled example under create react app1 Do u recommend keeping the ja code in another repo to facilitate Ci cd to run front end code? Or...
I have similar question as #129 the only difference is that I'm using nginx. I'm not so interested about performance, but only that I want to ensure only authenticated users...