Clément Paris

Results 5 issues of Clément Paris

If I have a Discussion model plugged to a Message model through an hasMany relationship, how should I proceed to retrieve a specific discussion with its messages sorted in a...

Restify's `createServer` method [allows a `name` option](http://restify.com/docs/server-api/) to customize the server name. If it's value is changed from `"restify"`, the following check would think it's running under Express: https://github.com/dchester/epilogue/blob/d46def3dfc7b9dd7b25303b124bb337499cc9f1f/lib/Controllers/base.js#L73-L74 And...

Hello, I would like to report the new following TypeScript error following update to @bugsnag/[email protected] and @bugsnag/[email protected]: ```ts import React from 'react'; import Bugsnag from '@bugsnag/js'; import BugsnagPluginReact from '@bugsnag/plugin-react';...

bug
scheduled

Right now, if you insert an `` in your template, it gets the following CSS (Scss) on small screens: ``` sass @media only screen and (max-width: #{$global-breakpoint}) { table.body img...

feature