Lukáš Kripner
Lukáš Kripner
This line in `BulkSerializerMixin` https://github.com/miki725/django-rest-framework-bulk/blob/2a59d14e7036660f00996b013ab913678b5974c4/rest_framework_bulk/drf3/serializers.py#L19 can raise `AttributeError: 'NoneType' object has no attribute 'request'` if the `is_valid()` method is run without the client. For example during tests when I wanted...
Compilation fails with: ``` Installed /home/docs/checkouts/readthedocs.org/user_builds/django-shop/envs/latest/lib/python3.7/site-packages/django_fsm_admin-1.2.4-py3.7.egg error: The 'django-fsm' distribution was not found and is required by django-shop ``` For details see: https://readthedocs.org/projects/django-shop/builds/11020655/ or https://readthedocs.org/projects/django-shop/builds/
I am not sure whether it is part of the namelist specification or not, but I met nml file with nested namelists like this: ```python f90nml.reads(""" &key &inner_key_1 a =...
Hello, just leaving here for your convenience. Error is not braking anything. No idea how to reproduce. ``` java.lang.NullPointerException: Cannot invoke "com.intellij.psi.PsiElement.getPrevSibling()" because the return value of "com.intellij.psi.PsiElement.getPrevSibling()" is null...
From the experience of setting up Mattermost + GitLab integration: * https://docs.gitlab.com/ee/integration/mattermost/ oauth redirect is not the same which is required by this plugin. However, gitlab documentation is linked even...
## The first implementation of the first part of the IMAS IDS reader This pull request server is more for discussion - it is not ready yet. Please let me...
I want to open the discussion on FreeGS IMAS reader. I open this discussion by creating of #94 pull request. Please let me know what you think about using OMAS...
Hi, I would like to ask whether there is a possibility of the forward calculation of plasma with a given profile from the coils. I've tried something like this: ```python...
l. 2118 of `omas_core.py`: ```python def load(self, *args, **kw): r""" Load OMAS data :param filename: filename.XXX where the extension is used to select load format method (eg. 'pkl','nc','h5','ds','json','ids') set to...
When using `xrscipy` is using default calling of `apply_ufunc` with `dask="forbidden"`. This disallows using the package with `dask` arrays what is needed for example when using `preprocess` option in `open_mfdataset`....