Yassine Beloued
Yassine Beloued
MySQL does not have a bool datatype.
Note, that the helper `view` function is returning a `GenericView`. >It might be interesting to support markdown views that are wrapped in a dedicated MarkdownView class I use `league/commonmark` :...
@brendt I saw `RenderedView` which has no responsibility! I did this, so please let me know if I'm good to create a PR regarding the view ```php declare(strict_types=1); namespace Tempest\View;...
> @brendt I saw `RenderedView` which has no responsibility! > > I did this, so please let me know if I'm good to create a PR regarding the view >...
AFAIK, the Response class need to be refactored, I asked @brendt regarding this on discord and he said that will happens right after tempest/core. Definitely, I'm working on that issue...
@brendt or @aidan-casey, would you please add this to Tempest 1.0 ?
> My take would be that we absolutely want locales, but that it doesn't need to hold up the release of v1. It should be able to be added as...
I would have liked to disccuss the translation file format `.yaml` or `.php` etc. before performing a PR Internationalization (i18n), is important not only for scalability but also for audience...
Hey @brendt, a POC implementation is, to have `Query`, `QueryBuilder`, `Syntax` and `Connection` classes. that's a very good starting point. let me know if this fits to Tempest so that...
>One final note is that, for convenience, I want the Query class to have the QueryBuilder methods. Either Query can have an internal reference to QueryBuilder, but I rather introduce...