James Cracknell

Results 10 issues of James Cracknell

Having spent the last few days hacking on Swashbuckle, I was wondering whether or not anybody had floated the idea of refactoring or deprecating the current schema models in favor...

V2-Enhancement

Per https://solr.apache.org/guide/solr/latest/deployment-guide/solr-in-docker.html

Package `mailcap` provides `/etc/mime.types` required by the mimetypes module. The python3 images already include it via `uwsgi`.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Upgrading from 3.1 to 6.0, and a multipart body exceeding...

area-web-frameworks

I would like to be able to configure MaxParallelThreads etc programatically from environment variables or Environment.ProcessorCount which cannot be expressed as attribute parameters.

type: Discussion
target: 3.0

This needs to check if the property type is a valid target for the converter, e.g. NodaTime.LocalDate. https://github.com/RicoSuter/NJsonSchema/blob/ed250a8b9c4f86a4da40cf0061cf0172cdea0449/src/NJsonSchema.CodeGeneration.CSharp/Templates/Class.liquid#L90-L95 https://github.com/RicoSuter/NJsonSchema/blob/ed250a8b9c4f86a4da40cf0061cf0172cdea0449/src/NJsonSchema.CodeGeneration.CSharp/Models/PropertyModel.cs#L292 https://github.com/RicoSuter/NJsonSchema/blob/a7c1beadf18958eb45c13e45852e136b09344630/src/NJsonSchema.CodeGeneration.CSharp/Models/ClassTemplateModel.cs#L130

Can we please update the tool to generate foreign key properties in entity classes if they do not exist? Otherwise the only way to retrieve the key value is by...

**Input:** ```csharp await SessionManager.Session(cancellationToken, async context => { var records = await context .DbContext.Entity.AsNoTracking() .Where( context.DbContext.PredicateFor(criteria).TranslatedBy(MkEntityPredicates) ) .ToListAsync(context.CancellationToken); var entities = await MarshalEntities(records); return entities.ToImmutableDictionary(e => e.Id.Value); }); ``` **Output:**...

status:needs discussion

![image](https://user-images.githubusercontent.com/1903829/95621982-d8aeb100-0a2f-11eb-80c0-b7a8f72c6d8d.png) Wow, so snazzy. For some reason this appears to be assigned the color for the HEAD method: https://github.com/swagger-api/swagger-ui/blob/1d1e2346610f72a486f23e65cbf1901c0a9f4d74/src/style/_variables.scss#L112

cat: style & presentation