Tim Phillips

Results 11 issues of Tim Phillips

It appears that if `dtstart` is in the week before the first occurrence, then it will skip that occurrence, but if `dtstart` is in the same week then it will...

Let's say I have 1000 records in table A and 20 records in table B. When I embed table B into table A, Mongify only embeds the first 20 records...

Bug

Not expanding the `()` on `return`. Cursor doesn't indent: ```javascript const test = () => { return ( | ) } ```

I love the req / res logging to the console, but it'd be nice to disable for large json payloads if one doesn't want to see them.

It appears the `.jsx` extension is hard coded in: https://github.com/mantrajs/mantra-cli/blob/255405efd4a680498b2e03df16fdb82b7bb165fb/lib/generators/utils.js#L26 Are there any plans to enable the user to generate components with a `.js` extension, like in the mantra sample...

**Describe the bug** After following the instructions to [configure my project with TypeScript](https://storybook.js.org/docs/react/configure/overview#configure-your-project-with-typescript), if I install `ts-node` or a dependency that depends on `ts-node`, then `npm run storybook` exits with...

bug
needs triage

`now-server -r rules.json` works fine, but when I run `now-server -r rules-dev.json -p 3001` I get the following: ``` Error: Invalid listen argument: { port: true } at Server.listen (net.js:1482:9)...

How can I use this package for only user admin? Even if I create the `AdminConfig` global object, I still get the following message at `/admin`: ``` You need to...

As stated in TODO: > Figure out infrastructure (where to deploy, scaling, user auth, etc) I've been impressed with ZEIT's Now and have been using it for my deployments. https://zeit.co/now...

RFC