Ilya Kazakevich

Results 9 issues of Ilya Kazakevich

Hello. I have the following layout ``` class Spam(models.Model) pass class Image(models.Model): spam = models.ForeignKey(Spam) image = models.ImageField() ``` I now want to add several images to ``Spam`` in admin....

This method: https://github.com/jupyter/notebook/blob/d17caf92c0817e8bc771209a1e867f0c73e34724/notebook/services/contents/handlers.py#L303 is not documented in https://github.com/jupyter/jupyter/wiki/Jupyter-Notebook-Server-API

documentation

On Windows. ``pip install win_unicode_console`` Run following code with ``nosetests`` ``` from unittest import TestCase import win_unicode_console win_unicode_console.enable() def test_test(): pass class FooTest(TestCase): def test_test(self): pass ``` Result: ``` Traceback...

I have the following structure ``` └───test_package └───__init__.py └───test_module__.py └─────def test_test ``` I launch ``nosetests --verbose`` and it says ``test_package.test_module.test_test ... ok`` So far so good. But once I delete...

I am not completely sure if this is a bug or feature request, but it is not possible now to skip some imported module if extact css plugin is used....

type: bug
semver: patch
priority: 3 (important)
severity: 3 (broken)

![var](https://user-images.githubusercontent.com/7673963/55253349-29075900-5266-11e9-9017-ec9d5455fd2b.png)

На линуксе ``OpenSSL 1.0.2k 26 Jan 2017``, такой же как у вас как я понимаю. vsftpd, включен implicit tls и эта опция: ``` require_ssl_reuse If set to yes, all SSL...

It says > running make in the root directory of the capnproto-java repository should build capnpc-java. but `Makefile` has: `CAPNP_CXX_FLAGS=-I $(CAPNP_PREFIX)/include -L $(CAPNP_PREFIX)/lib -lkj -lcapnp` There is no `include` dir...

Hello. Please new new API for 2024.1