littlehome-eugene
littlehome-eugene
I'm creating a mixin to generate a watermark ``` class ImageWatermarkModelMixin(models.Model): watermarked_file = ProcessedImageField( upload_to=watermarked_image_upload_to, format='JPEG', processors=[ ImageWatermark( os.path.join(settings.STATIC_ROOT, 'momsplanner/images/watermark.png'), position=('-7%', '-7%',), repeat=False, opacity=0.9, ) ], max_length=200, blank=True, ) ```...
api doc has `tap` function (https://github.com/arackaf/customize-cra/blob/master/api.md#tapoptions) I don't think 0.91 has the function. I tried using master by `yarn add git+https://[email protected]/arackaf/customize-cra.git\#master` It didn't create `dist` file.. and I can't import...
When I try to delete a line by `kill-line` it says the buffer is read-only. But I can still delete by `kill-word` or backspace or `delete-char` not sure If this...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] It seems that column...
**Describe the bug** when I type `한글` it is typed something like as `ㅎㅏㄴㄱ-ㄹ` **Dejavu Version** Your version of Dejavu and how you're running it: Web, Chrome Extension or as...
**Is your feature request related to a problem? Please describe.** We have many fields, and want to show only subset of fields **Describe the solution you'd like** Would like to...
**Before submitting a pull request,** please make sure the following is done: screenshot was from `dejavu` Before fix  after fix  - [ x] Describe the proposed changes and...
I'm calling `logBundleBreakDown` before calling `startActivity` ``` Intent i = new Intent(activity, ReviewMetaActivity.class); i.putExtra(ReviewMetaActivity.ARG_FULL_PATH, fullPath); i.putExtra(ReviewMetaActivity.REVIEW_META_ID, review_meta_id); i.putExtra(ReviewMetaActivity.REVIEW_THREAD_ID, review_thread_id); i.putExtra(ReviewMetaActivity.REVIEW_META_JSONSTRING, review_meta_jsonstring); TooLargeTool.logBundleBreakdown("review-meta", i.getExtras()); activity.startActivity(i); ``` But log only shows ```...
I see there are three files required fo training/testing ``` ml-1m.test.rating ml-1m.test.nagative ml-1m.train.negative ``` If I want to try data other than movielens, I should prepare the data in the...
We want to use 5 points and 5 different smile faces. Wonder if it's readily supported?