Mark Jones

Results 21 issues of Mark Jones

During migrations (after concurrency has been added I'm running into this: ``` CREATE OR REPLACE FUNCTION func_concurrency_games_gamecontext_version() RETURNS TRIGGER as ' BEGIN NEW.version = OLD.version +1; RETURN NEW; END; '...

**Describe the bug** Throws an exception when I try to save and filter a super simple filter Stacktrace below **To Reproduce** Steps to reproduce the behavior: 1. built filter like...

Using Celery 5.2.7 but celery-types version 0.14.0 Maybe it's just not there yet....

My tests run, they show up in the window, but I can't find anything I can click on to take me to the source in question. Parts of the UI...

``` class Campaign() product = models.foreignkey('app.product', null=False) ... class Offer() price = models.foreignkey('app.price', null=False) .... class Price() product = models.foreignkey('app.product', null=False) .... ``` How do I write a recipe for...

I'm not sure how to read multiple processes per process. Is this supposed to be multiple **threads** per process?

``` $ npm run build > [email protected] build > npx parcel build src/index.html Need to install the following packages: parcel Ok to proceed? (y) y npm WARN deprecated [email protected]: request-promise-native...

`-nauto` is fine for deciding how many processes you need based on processors, but it should wait and make it's decision AFTER tests have been collected and filtered and if...

Double click Peach on https://reactcommunity.org/react-tabs/ and all the tab text is highlighted.... This is on a Macbook, might not happen under windows, don't know, can't test.