Chris Le Sueur

Results 20 issues of Chris Le Sueur

I'm not sure when this issue arose as I haven't used the extension for a while. At present the extension doesn't work at all, and when opening a .md file,...

This is very important if you are creating fixtures which interact with others which were not written with `yield`, and is extra confusing when writing tests which themselves *do* use...

type: docs
status: easy

#### Issue description ```python3 import imdb cg = imdb.Cinemagoer() m1 = cg.get_movie('0783644') m2 = cg.get_movie('1321512') assert isinstance((m1 == m2), bool) # fails assert (m1 == m2) == (m2 == m1)...

This feature replaces the current mechanism of "jumpkeys" which are a fixed size array of shortcuts which can be altered by using _another_ shortcut. The new feature is quite simple....

If you define a lexer `niml lexer[MyToken]` and then two parsers `nimy parserOne[MyToken]` and `nimy parserTwo[MyToken]` you get an error due to a redefinition of the function `parse` (`parsegen.nim:1001`)

question
wontfix

I'm not sure whether this is a missing feature or if I'm just missing how to do it. I have some async code I wish to test which schedules something...

This app is quite susceptible to race conditions. If two people try to move the same two objects to the top at the same time, they could both end up...

This PR aims to fix #85 by adding signals when the relevant models change, checking of `order_with_respect_to` fields have been altered and, if so, moving the affected objects to the...

This morning I had the following in my control channel: ``` [02:12:11] discord - Remote host is closing websocket connection [02:12:11] discord - Performing soft-reconnect [04:23:47] discord - Error: Failed...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? The generation works, and proceeds at...

bug-report