Janusz Harkot
Janusz Harkot
_filter_unused_fields is building list of columns from request, lets assume that there is a field `detail.name` which is perfectly fine and properly serialized in the next loop there is a...
error on fresh install of xhyve during `docker-machine -D create xhyve --driver xhyve` log: https://gist.github.com/jerzyk/187c280e2e3471a18c0f91ce49355ad3
at this moment `@render_to` decorator, requires template name as an argument. I suppose it will be nice to have an option to leave it empty. This is useful when a...
whl package that are on the pypi are broken, static files and templates are stored together with metadata and therefore not accessible by django static file loaders. Old style -...
this is possible bug related to timezone handling in Camera, theoretically that was fixed with the latest release, but what I can see in the code, there is a double...
``` java.lang.IllegalArgumentException: recordId(4194391) is not yet allocated: allocated ids are all < 4187453 at com.intellij.openapi.vfs.newvfs.persistent.dev.blobstorage.StreamlinedBlobStorageHelper.checkRecordIdExists(StreamlinedBlobStorageHelper.java:398) at com.intellij.openapi.vfs.newvfs.persistent.dev.blobstorage.StreamlinedBlobStorageOverMMappedFile.readRecord(StreamlinedBlobStorageOverMMappedFile.java:200) at com.intellij.openapi.vfs.newvfs.persistent.dev.blobstorage.StreamlinedBlobStorageHelper.readRecord(StreamlinedBlobStorageHelper.java:216) at com.intellij.openapi.vfs.newvfs.persistent.AttributesStorageOverBlobStorage.readAttributeValue(AttributesStorageOverBlobStorage.java:1026) at com.intellij.openapi.vfs.newvfs.persistent.AttributesStorageOverBlobStorage.readAttributeRaw(AttributesStorageOverBlobStorage.java:134) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSAttributeAccessor.readAttributeRaw(PersistentFSAttributeAccessor.java:72) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSTreeRawAccessor.mayHaveChildren(PersistentFSTreeRawAccessor.java:118) at com.intellij.openapi.vfs.newvfs.persistent.FSRecordsImpl.mayHaveChildren(FSRecordsImpl.java:662) at...
``` com.intellij.diagnostic.PluginException: Element: class dev.ngocta.pycharm.odoo.python.psi.OdooPyFunction #Python because: different providers: com.intellij.psi.SingleRootFileViewProvider{vFile=file:///Users/jerzyk/Projects/.../models/stock_reordering_rule.py, vFileId=85436, content=VirtualFileContent{size=10629}, eventSystemEnabled=true}(6c446ada); com.intellij.psi.SingleRootFileViewProvider{vFile=file:///Users/jerzyk/Projects/.../stock_reordering_rule.py, vFileId=85436, content=VirtualFileContent{size=10629}, eventSystemEnabled=true}(10cf5f6a) invalidated at: see attachment [Plugin: dev.ngocta.pycharm-odoo] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:99) at com.intellij.psi.util.PsiUtilCore.ensureValid(PsiUtilCore.java:467) at...
situation: extending/overriding class `CustomerPortal` from `odoo.addons.portal.controllers.portal` and extendig method `_prepare_sale_portal_rendering_values` which is defined in and override by itself in `sale.controllers.portal` for `super()._prepare_sale_portal_rendering_values(*args, **kw)` statement - it generates a false positive...
HTTP/2
will it be supported? what timeframe do you plan for it? Chrome is already disabled their support for SPDY and newest versions do not even try to negotiate SPDY There...
when trying to generate a thumbnail for the image with strange dimensions (e.g. 600x1) existing calculation can calculate 0 (zero) as one of the dimensions - thus generating exception while...