Antoine Lorence

Results 28 comments of Antoine Lorence

Hi Alexander, No this was never implemented in the lib, but I think it's a good ideai to think about a way to integrate such a feature. I don't know...

I just opened #2796 as a starting point for the checks. Testing only XML-RPC endpoint is a good starting point as django-modern-rpc has a strong test coverage that try to...

I just fixed the most obvious error in urls.py, but I also noticed custom handlers were created in Kiwi. If the tests fail because of those custom handlers, I think...

@atodorov I think the update is now complete. All tests seems to pass. I noticed some security & lint actions still fail, but I'm not sure this is related to...

As a workaround, simply set your database name to `file::memory:` ```python DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': "file::memory:", }, } ``` The problem came from `live_server_helper.py`, in the...

Hi folks, I had the exact same error on a Dell Latitude E5430 Win7 64 Intel® Core™ i5-3230M CPU @ 2.60GHz Intel HD Graphic 4000 driver version 10.18.10.4425 Like @instantname...

Unfortunately, I dont work anymore with the hardware I used to reproduce and report the issue 5 months ago. I will not be able to test fixes.

Discussion : **Mickael Raulet said :** Because of the foreach structure that can support 1..n with n a variable we do not support decrement because how to guess that n...

I can reproduce this issue. I saw a NullPointerException thrown from here: https://github.com/orcc/orcc/blob/master/eclipse/plugins/net.sf.orcc.core/src/net/sf/orcc/tools/classifier/Classifier.java#L164 The problem is that broadcast actors doesn't have (and doesn't need to have) any file associated. So...

I don't understand what you want to add in Orcc. You speak about adding an error report like your screenshot, but it is an image of the CAL editor. It...