Andy Jessop

Results 35 comments of Andy Jessop

I'm seeing this same bug, and @Hotell's fix works. We're also using yarn.

I'm trying to get this to work too. If I call `:split` then `:Ranger`, it opens in the full window rather than the split even if though split is focussed....

Also, just looking at the db-related lines above, it looks like the db didn't migrate across.

Thanks for that, Chris. These are the log entries when trying to access the app: $ heroku logs --app olp-main-website 2013-06-03T10:14:37.038473+00:00 app[web.1]: 2013-06-03 10:14:37,038 (8/Dummy-2) newrelic.core.agent INFO - New Relic...

This might be fairly easy by just rendering into a fragment, and then only appending the fragment into the DOM once all the nodes are ready.

Likewise. This works: ```sql SELECT * FROM notes -- INSERT INTO notes (note_id, title, body, created_at, updated_at) -- VALUES ('some-uuid', 'Note Title', 'Note Content', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); ``` And so does...

Would also love to see this upgraded. Looks like a fantastic project.

I'm afraid I don't have either. The only extra information I can give is that this is inside a monorepo, so the workspace root is not the app root. Just...

> Are there plans to update the tsconfig automatically? That could happen! We don't have plans for it right now, but if we have precedent for it in c3 then...

One more thing we might consider is to update [this section of `CONTRIBUTING.md`](tspascoal/get-user-teams-membership), explaining that some tests may fail and that it requires a wrangler team member to run the...