Ryan Weaver

Results 62 issues of Ryan Weaver

Hi! 2 use-cases in mind: A) "Load More". You render 10 items. When you click "Load more", that probably sets a model called `page` to 2. So you load results...

Stalled

Failing test case for #207 I would love if someone could take this and fix the actual problem ;).

Bug

This is an idea originally from @wouterj. Right now, setting up full security includes: * `make:user` * `make:auth` ... and possibly `make:registration-form` and `make:reset-passwrod`. The new `make:security` would be a...

Described well here: https://symfonycasts.com/screencast/api-platform/api-resource#comment-5541407296 Basically, if you pass the entity class name to `make:entity` - e.g. `bin/console make:entity CheeseListing`, then it does NOT ask: > Mark this class as an...

Good First Issue

Hi! This is related to the DX initiative. The current docs cover a lot of topics. In fact, I almost always eventually find what I need. But for someone using...

documentation

Fixes #123 As far as I can tell, this works fine with Webpack 5 (but ideally the tests can tell us more). Cheers!

This bumps the test suite to supported Node versions. Thanks!

After #100, a lot more table structures are supported, but rowspan is still not supported, but could now be added for "pretty/grid" tables: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#grid-tables

Enhancement

We have an event system (yay!) but I think there's no way yet to know when each file is being parsed/rendered. We'd like to add some output while running our...

The Symfony 2.1 branch makes the ProfilerListener a subscribe to the `kernel.request` event. This means that the ProfilerListener is instantiated very early when all the `kernel.request` listeners are being prepared...